@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  border: none;
}
a:hover{
	text-decoration:underline;
}
body{
	text-align:center;
}
.clear{clear:both}
#main_container{
	margin: 0px auto;
	text-align:left;
	width: 955px;
	background: url(images/repeater.jpg) repeat-y top;
	font: 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #999999;
}
#main_container #header {
	background: url(../images/header.jpg) no-repeat top;
	height:150px;
}
#main_container #header h1{
	text-transform: capitalize;
	color: #FFFFFF;
	width: 120px;
	font-weight: bolder;
	padding: 10px 20px 0px 10px;
	float:left;

}
#main_container #header ul{
	color: #FFFFFF;
	float:left;
	font-weight: bolder;
	padding: 6px 0px 0px 10px;
	list-style: circle inside;
}
#main_container #header li{
	padding:2px;
}
#main_container #header h2{
	float:right;
	width:200px;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:20px 10px 0px;
}

#menu{
	background: #e3e2de;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height: 23px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 7px 0px 0px;
}
#menu a{
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #999999;
	padding: 2px 25px;
	text-decoration: none;
}
#menu a:hover{
	color: #e02f27;
}
#menu strong{
	padding: 0px 0px 0px 180px;
	font-size: 14px;
	color: #e02f27;
	text-transform: capitalize;
}
#content{
border-top: 1px solid #999999;
margin: 2px 0px 0px 0px;
padding:10px 0px 0px 0px;
}


#left_menu{
	width:202px;
	float:left;
	color: #e02f27;
	font-size:24px;
	text-align:center;
}
#left_menu a{
	text-align:center;
	background: #e3e2de;
	border: 1px solid #999999;
	color: #999999;
	font-size:14px;
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	padding-top: 2px;
	margin: 0px 0px 5px 0px;
}
#left_menu a:hover{
	color: #e02f27;
}

#left_menu img{margin-top:2px;
}
#left_menu h2{
	font-size: 30px;
	text-transform: uppercase;
}
#left_menu strong{
	font-size: 22px;
	text-transform: uppercase;
}
#page_content{
	float:left;
	padding:0px 20px;
	width: 510px;
}
#page_content_full{
	float:right;
	padding:0px;
	width: 720px;
}
#page_content p,#page_content_full p{
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
#page_content ul, #page_content_full ul{
	color: #e02f27;
	font-size: 12px;
	line-height: 18px;
	list-style: disc inside;
	padding: 5px;
	margin:5px;
}
#page_content h3,#page_content_full h3{
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background: #e02f27;
	padding: 3px 5px;
	margin: 0px 0px 10px 0px;
}
.right_content{
	width:200px;
	float:right;
	border: 1px solid #999999;
	padding: 0px 0px 10px;
	
}
.right_content h4{
	text-align:center;
	background: #e3e2de;
	color: #999999;
	font-size:14px;
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	padding-top: 2px;
	
}
.right_content li{
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	padding:8px 5px 0px;
	list-style: square inside;
}
#footer{
	clear:both;
	text-align:center;
	background: #e3e2de;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height: 23px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 7px 0px 0px;
		font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #999999;
}










