/************* Overall styles **************/

body{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	margin: 0px;

	padding: 0px;

	text-align: center;

	background-color: #DFDFDF;

}



h1 {

	font-size: 28px;

	font-weight: bold;

	color: #B31F17;

}



h2 {

	font-size: 18px;

	font-weight: bold;

}



a:link {

	color: #B50800;

	text-decoration: none;
	text-decoration: underline;

}

a:visited {

	color: #B50800;

	text-decoration: none;
	text-decoration: underline;

}

a:hover {

	color: #B50800;

	text-decoration: underline;

}

/************* Layout Divs **************/

#wrapper{

	width: 800px;

	margin: 0px auto;

	border: 1px solid #000000;

	text-align: left;

	background-color: #FFFFFF;

}



#header{

	padding: 0px;

	width: 800px;

}



#menubar{

	padding: 0px;

	width: 800px;

}



#content{

	padding: 0;

	width: 800px;

}



#lefthome{

	float: left;

	width:216px;

	height:400px;

	position: relative;

	padding: 0px;

	background-color: #EEEEEE;

}



#righthome{

	float: right;

	width:544px;

	position: relative;

	padding-top: 15px;

	padding-right: 20px;

	padding-bottom: 0px;

	padding-left: 20px;

	line-height: 18px;

	background-color: #FFFFFF;

}



#rightcontent{

	float: right;

	width:740px;

	position: relative;

	padding-top: 20px;

	padding-right: 20px;

	padding-bottom: 20px;

	padding-left: 20px;

	line-height: 18px;

	background-color: #FFFFFF;

}



#footer{

	width: 785px;

	height: 25px;

	padding-right: 15px;

	background-color: #999999;

	font-size: 10px;

	line-height: 25px;

	color: #000000;

	text-align: right;

}



.clearer{

	height:1px;

	overflow:hidden;	

	margin-top:-1px;

	clear:both;

}



/*********** Navigation styles ***********/



#menubar {

	margin: 0px;

	padding: 0px;

	background: #999999;

	list-style-type: none;

	width: 800px;

	float: left;

}



#menubar li {

	margin: 0px;

	padding: 0px;

	float: left;

}	



#menubar a {

	float: left;

	width: 199px;

	text-align: center;

	color: #FFFFFF;

	text-decoration: none;

	line-height: 25px;

	border-right: 1px solid #FFFFFF;

}



#menubar #nav_con a {

	border: none;

	width: 200px;

}



#menubar a:hover {

	background: #797979;

	color: #B31F17;

}


