body {
	margin:0;
	padding:0;
	background:#FF0000 url('/wp-content/themes/default/images/body_bg.gif') fixed repeat-x left top;
	font-family: Garamond,"Times New Roman",serif;
}

a,a:link,a:visited,a:active {
	color:red;
}

a:hover {
	color:#660000;
}



#container {
	width:100%;
	background:#FF0000 url('/wp-content/themes/default/images/body_bg.gif') fixed repeat-x left top;
	margin:0;
	padding:0;
	height:auto;
}
#header {
	width:100%;
	background:#000 no-repeat fixed center top;
	height:183px;	
	padding:0;
	margin:0;
}
	#header img {
		display:block;
		margin:0 auto 0 auto;
	}

#main {
	width:900px;
	background:#fff;
	margin:0 auto 0 auto;
	padding:0;
	overflow:auto;
	clear:both;
	border-left:2px solid black;
	border-right:2px solid black;
}

#left {
	float:left;
	width:560px;
	margin:0;
	padding:20px 40px 20px 20px;
	background: url('/wp-content/themes/default/images/left_bgright.gif') repeat-y right top;
}

	#left h2 {
		padding:0;
		margin:0;
		color:red;
		font-family:Georgia,serif;
	}
	
	#left h5 {
	
	}
	
		#left h2 a,
		#left h2 a:link,
		#left h2 a:visited,
		#left h2 a:hover,
		#left h2 a:active{
			color:red;
		}	

#right {
	float:left;
	width:220px;
	margin:0;
	padding:10px;
	
	
}

	#right ul li {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
	}

#footer {
	width:700px;
	padding:30px 100px 0 100px;
	margin:0;
	background:url('/wp-content/themes/default/images/footer_bgtop.gif') no-repeat center top;
	text-align:center;
	clear:both;
}

	#footer p {
		font-size:12px;
	}