/**

	David Glenn

	

	Common Template CSS Styles

	

	Ian Holt - Matchstic.com

	

	*NOTE*

	If you need to add CSS styles its better to create

	a new stylesheet and leave the common file alone. 

	

	Just link it up in the correct html file

**/



html, body {

	margin: 0px;

	padding: 0px;

	text-align: center;

	background: #aab47f url(../img/bg.jpg) top center repeat-y;

	color: #FFF;
	

}
a:visited {
	color:#CCC;
}


BODY{scrollbar-face-color: #000000; scrollbar-shadow-color: #DDB726; scrollbar-highlight-color: #DDB726; 

scrollbar-3dlight-color: #F1E7C3; scrollbar-darkshadow-color: #DDB726; scrollbar-track-color: #000000; 

scrollbar-arrow-color: #E6D27C; font-family: Arial}



/* START Content Specific Styles */



#content_area {

	width: 709px;

	height: 473px;

	margin: auto;

	padding: 28px 28px 36px 24px;

	background: #381d10 url(../img/content_bg.jpg) top center no-repeat;

}



#content_area .content_box {

	width: 709px;

	height: 473px;

	margin:0;

	padding: 0;	

	overflow: auto;

	text-align: left;

}



/* OVERRIDE THIS STYLE FOR EVER UNIQUE PAGE TO CHANGE THE BACKGROUND FOR THE SECTION */

#content_area .content_box .head {

	width: 132px;

	height: 50px;

	margin: 0;

	padding: 0;

}





#content_area .content_box .area {



}



/* END Content Specific Styles */

/* START News Specific Styles */

#news_area {

	width: 771px;

	height: 850px;

	margin: auto;

	padding: 0;

	

	background: #381d10 url(../img/news_bg.jpg) top center no-repeat;

}



#news_area .left {

	float: left;

	width: 259px;

	height: 800px;

	

	padding-top: 35px;

	padding-left: 30px;

	

		

	text-align: left;

}



#news_area .right {

	float: right;

	width: 430px;

	height: 800px;

	

	padding-top: 26px;

	padding-right: 25px;

	

	text-align: left;

	

}



#news_area .right .content {

	width: 430px;

	height: 760px;

	

	overflow: auto;

}



#news_area .right .content .head {

	width: 132px;

	height: 43px;

	background: url(../img/news_title.gif) left top no-repeat;

	margin: 0;

	padding: 0;

}





/* Footer */



#footer {

	width: 771px;

	height: 39px;

	background: #20120b url(../img/footer_bg.jpg) top center no-repeat;

	margin: auto;

	text-align: right;

}

	



.textbox {

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

	font-size: x-small;

	background-color: #E3CE7F;

}

