body {
margin: 0;
padding: 0;

}
.Layer1 {
	background-color: #FFFFFF;
	margin: 70px 0px 0px;
	height: 100px;
	border-top: thick solid #880000;
	border-right: thick solid #880000;
	border-bottom: thick none #880000;
	border-left: thick solid #880000;
	line-height: 125px;





}
#fullbody {
position: absolute;
width: 750px;
left: 50%;
margin-left: -375px;
}
.Layer2 {
	background-color: #FFFFFF;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #880000;
	border-right-color: #880000;
	border-bottom-color: #880000;
	border-left-color: #880000;
	position: absolute;
	left:0;
	width: 250px;
	height: 400px;
	color: #999999;
}
.Layer3 {
	background-color: #FFFFFF;
	border-right-width: thick;
	border-bottom-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #880000;
	border-right-color: #880000;
	border-bottom-color: #880000;
	border-left-color: #880000;
	margin-left: 250px;
	height: 400px;



}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
li {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 50px;


}

