body {
	background-color:#fbfbe1;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;	
	text-decoration: none
}
p{
	margin: 15px 0px;
}

hr{
	width: 100px;
	text-align: center;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	width:717px;
	height:180px;
	position:relative;
}
#header ul{
	background-color:#7b1225;
	width:719px;
	display:block;
	top:229px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
	left: 0px;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#fbfbe1;
	margin: 0px 7px;
}
#header ul a:hover{
	text-decoration: none;
	color:#000;
	font-weight: bold;
}

#header ul a.current{
	color:#000;
	text-decoration: none;
	font-weight: bold;
}

#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}

#header_text p{
	font-size: 18px;
	color:#fbfbe1;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	width:717px;
	margin-top: 75px;
	border: 1px solid #7b1225;
	background-color: #fbfbe1;
}

#content li{
	margin-left: 20px;
}

img{
	border-width:0px;
}
h1{
	color:#7b1225;
	font-size:16px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#7b1225;
	font-size:13px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:663px;
	margin-left:27px;
	margin-right: 27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}

#left a{
	color:#7b1225;
}

#left a:hover{
	color:#7b1225;	
	font-style:oblique;
}

/********************** Footer ***************************/
#footerline {
clear:both;
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
	font-size: 9px;
}

#footer a{
	color:#7b1225;
	font-size: 9px;
	text-decoration: none; 
}

#footer a:hover{
	color:#7b1225;
	font-style:oblique;
	font-size: 9px;
	text-decoration: none
}
