body {
	font-family: "Century Gothic", Verdana, Arial;
	text-align: center;
	padding: 0;
	margin: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #8C9CA8;
	}


#container {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align:center;
	position:relative;	
	border-right: 2px #D6D4CB solid;
	border-left: 2px #D6D4CB solid;
	}
	
#header {
	width: 800px;
	height: 230px;
	background-image: url(images/header.jpg);
	background-position: center top;
	}
	
#menu {
	width: 110px;
	position:absolute;
	left: 10px;
	top: 250px;
	text-align: left;
}

#menu img {
	padding-bottom:8px;
	border:none;
}


#content {
	text-align: left;
	width: 475px;
	padding: 20px;
	margin: 0 auto;
	}

#content p {
color: #766d69;
font-size: 13px;
}

#content h1 {
color: #766d69;
font-size:16px;
}

#content h2 {
	color: #8C8171;
	font-size:14px;
	margin-bottom: -10px;}
	
#content h3 {
	color: #8C8171;
	font-size:14px;
	margin-bottom: 20px}

#content .bold {
	font-weight: bold;
	color:#8C8171
	}

#content a {
	color: #697C8A;
	}

#content a:hover {color:#AEC1CF;}

#content li {
	color: #766d69;
	font-size: 13px;
	padding-top: 10px;
	}

#content .imgL {
	border: 1px solid #766d69;
	float: left;
	margin: 5px 15px 5px 0;
	}

#footer {
	height: 60px;
	width: 475px;
	background-image: url(images/footer.jpg);
	background-position: center;
	margin: 0 auto;
	padding: 1px 0;
	background-repeat: no-repeat;
	}

#footer p {
	font-size: 10px;
	color: #A09996;
	padding-bottom: 2px;
	line-height: 10pt;
	margin: 30px 0 0 0;
	/*position:absolute;
	bottom: 15px;*/
}

#footer a {
color: #A09996;
text-decoration: underline;
}

#footer a:hover {color: #766d69}
	
	

