body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #3E4479;
	margin: 0;
	padding: 0;
	background-image: url('../images/back.jpg');
	background-position: top center;
}

#container
{
	background-color: white;
	width: 900px;
	margin: 40px auto 0 auto;
	position: relative;
	height: 694px;
	border: 1px solid #666666;
}

#logo
{
	margin: 25px 0 0 90px;
	width: 267px;
	height: 94px;
}

#topnavbar
{
	position: absolute;
	top: 47px;
	right: 30px;
	text-align: right;
	width: 500px;
}

#topnavbar a
{
	color: #3E4479;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}

#topnavbar a:hover
{
	text-decoration: underline;
}

#tel
{
	margin-top: 5px;
	padding-top: 0;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	font-size: 130%;
	color: #3E4493;
}

#bottomnavbar
{
	width: 900px;
	margin: 10px auto 0 auto;
	color: White;
	position: relative;
}

#bottomnavbar a
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}

#bottomnavbar a:hover
{
	text-decoration: underline;
}

#content
{
	width: 386px;
	float: left;
	margin: 10px 10px 30px 30px;
	border: 2px solid #B7E3EE;
	background-color: #E3F4F9;
	padding: 10px;
	color: #5C5F96;
	line-height: 160%;
	height: 519px;
	overflow: hidden;
}

#rightimg
{
	width: 410px;
	float: left;
	margin: 10px 30px 30px 10px;
	height: 543px;
}

#copyright
{
	position: absolute;
	right: 0px;
	top: 0px;
}

div.clear
{
	clear: both;
}

h1
{
	font-size: 140%;
}

