body {
	background-color: #fdfcf9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#top {
	width: 715px;
	height: 240px;
	background-image: url(../img/header.gif);
}

#middle {
	width: 715px;
	background-image: url(../img/mainbg.gif);
}

.navarea {
	float: left;
	width: 175px;
}

.navareabg {
	background-image: url(../img/navbg.gif);
}


#content {
	float: left;
	width: 480px;
	padding: 10px 20px 10px 20px;
}

#content h2 {
	color: #48688c;
	font-size: 20px;
}

#content p {
	text-indent: 20px;
}

#bottom {
	width: 715px;
	height: 25px;
	background-image: url(../img/bottom.gif);
	
	padding-top: 35px;
	
	font-size: 10px;
	color: #b6ac9b;
}

#clearboth {
	clear: both;
}

a:link {
	color: #48688c;
	text-decoration: underline;
}
a:visited {
	color: #48688c;
	text-decoration: underline;
}
a:hover {
	color: #48688c;
	text-decoration: none;
}
a:active {
	color: #48688c;
	text-decoration: underline;
}
