body {
	background-color:#6f6b68;
	min-width: 755px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 75%;
	line-height: 1.6;
}

a:link {
	color: #2D417F;
}
a:visited {
	color: #5672AC;
}
a:hover {
	color: #006600;
}

#container {
	width: 755px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000000;
	background-image: url(../images/bg-inside.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #5672AC;
}

#content {
	height: 528px;
	width: 755px;
	position: relative;

}

#home #container{
background-image: url(../images/bg-home.jpg);
}


#nav {
	float: left;
	height: 440px;
	width: 162px;
	margin-top: 92px;
}

#text {
	float: right;
	height: 410px;
	width: 425px;
	padding-top: 15px;
	padding-right: 150px;
	padding-bottom: 15px;
	padding-left: 15px;
	overflow: auto;
	position: relative;
	visibility: visible;
	margin-top: 92px;
}

#contact #text {
	width: 525px;
	padding-right: 50px;
	}


#footer {
	clear: both;
	height: 20px;
	width: 755px;
	background-color: #2D417F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.highlight {
	font-weight: bold;
	color: #2D417F;
}

