@import "/styles/news.css";

body {
	background:url(../images/site_bg.jpg) repeat-x #DB7A1B;
	margin:0;
}

* {
	font-family: Geneva, Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#6F3C00;
}

img {
	border:0;
}

#site_container {
	width:800px;
	background:url(/images/container_bg.jpg) top left repeat-y;
	margin:0 auto 0 auto;
}

sup {
	font-size:x-small;
}

p {
	line-height:16px;
	margin-top:0;
	padding-top:0;
}
h1 {
	color:#FFFFFF;
}
h2 {
	color:#FFFFFF;
	padding:10px 0 0 0;
	margin:0 0 3px 0;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #FFFFFF;
}

a:hover {
	color:#DBCC1B;
}
ul {
	padding-top:0;
}
li {
	padding:3px 0 0 0;
}

/* HEADER STYLES ******************/
#site_header {
	height:175px;
}	

	
/* MAIN CONTENT STYLES *************/
#main_content {

}
#main_content_inside {

}
	
#left_column {
	width:570px;
	float:left;
}
#left_column_inside {
	padding:0 26px 10px 35px;
}
.left_column_inside {
	padding:0 26px 10px 35px;
}

#right_column {
	margin-left:570px;
}
#right_column_inside {
	padding:2px 35px 10px 22px;
	
}
/* FOOTER STYLES ****************/
#footer {
	clear:both;
	background:url(/images/template/site_footer.jpg) top left no-repeat #DB7A1B;
	height:50px;
	padding:0;
	margin:0;
	text-align:center;
	width:800px;
}
#footer, #footer * {
	font-size:11px;
	color:#FFFFFF;
}

	#footer a:link, #footer a:visited {}
	#footer a:hover {}
	#footer a:active {}
#right_footer_text {float:right;}
#pieffedesign_tag_holder {
	width:800px;
	margin:0 auto 0 auto;
}
#pieffedesign_tag {
	clear:both;
	display:block;
	width:149px;
	height:24px;
	background:url(/images/template/pieffedesign_tag.jpg);
	float:left;
}
#pieffedesign_tag:hover {
	background:url(/images/template/pieffedesign_tag_hover.jpg);
}
