body {
	background-color: #B0C4DE;
	color: #000066;
	margin:0; padding:0;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

a {
	color: #000000;
	font-weight: bold;
}

a:link, a:active {
	text-decoration: none;

}


a:hover {
	color: #000000;
	text-decoration: underline
}

a:visited {
	color: #000000;
	text-decoration: underline;
}


#page {
width: 600px;
margin: 0 auto;
text-align : left;
background-color : transparent;


}

#header {
	width: 600px;
}

#menu {
margin-top: -5px;
background-color: transparent;
color: #000000;
padding: 7px;
text-align: center;
}


#main-content {
background-color: transparent;

}

#content {
	width: 425px;
	margin-left: 5px;
	padding: 20px;

}

#sidebar {
	display: none

}

#footer {
	background-color: transparent;
	padding: 10px;
	font-size: 11px;
	text-align: center;

}


h1, h2, h3, h4 {
	color: #000000;
	border-bottom: 1px solid #cd8248;
	margin: 17px 3px 15px 3px;
	line-height: 100%;
	font-size: 1.5em;

}
