* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(../images/bg.jpg);
}
#wrapper_head { 
 margin: 10px auto 0px;
 width: 894px;
 background: url(../images/page_bg_head.jpg);
 padding: 0px 19px 0px 21px;
 height: 17px;
}
#wrapper { 
 margin: 0px auto;
 width: 894px;
 background: url(../images/page_bg_cont.jpg);
 padding: 0px 19px 0px 21px;
}
#wrapper_foot { 
 margin: 0px auto;
 width: 894px;
 background: url(../images/page_bg_foot.jpg);
 padding: 0px 19px 0px 21px;
 height: 18px;
}
#wrapper_foot_links { 
 margin: 0px auto 10px;
 width: 894px;
 padding: 0px 19px 0px 21px;
 height: 25px;
 color: #fff;
 text-align: center;
}
#header {
 width: 874px;
 color: #333;
 padding: 10px;
 height: 181px;
 margin: 0px 0px 0px 0px;
 background: url(../images/header.jpg);
}
#navigation {
 width: 874px;
 color: #fce795;
 padding: 11px 10px 9px 10px;
 height: 26px;
 margin: 0px 0px 0px 0px;
 background: url(../images/menu_2.jpg);
}
#content { 
 width: 854px;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 20px;
 text-align: justify;
 overflow: auto;
}
#footer { 
 width: 874px;
 color: #333;
 margin: 0px;
 padding: 0px 10px;
 height: 148px;
 background: url(../images/footer_1.jpg);
}

/* CONTENT */

#content #main_content{
	float: left;
	width: 620px;
	text-align: justify;
}
#content #side_bar{
	float: left;
	width: 165px;
	margin-left: 30px;
	text-align: justify;
	color: #5d5d5d;
}
#content a:link, a:visited{
 text-decoration: underline;
 color: #48644e;
}
#content a:hover{
 color: #fcae16;
 text-decoration: underline;
}
#content h1{
	font-size: 16px;
}
#content h2{
	font-size: 14px;
}
#content p{
	font-size: 10pt;
	margin: 10px 0px;
	clear: left;
}
#content ul{
	font-size: 10pt;
	margin: 0px 0px 0px 20px;
}
#content select{
	font-size: 10pt;
}
#content input{
	font-size: 10pt;
}
#content textarea{
	font-size: 10pt;
}
#content table{
	/*background: #5d5d5d;
	width: 100%;*/
	font-size: 10pt;
}
#content th{
	/*background: #BDC8C0;*/
	padding: 4px;
}
#content td{
	/*background: #fff;*/
	padding: 4px;
}
.newsbox{
	float:right;
	overflow: auto;
	width: 160px;
	padding: 10px;
	background: white;
	margin:0px 10px 0px 40px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}
#content .newsbox p{
	margin-top: 5px 0px;
	font-size: 8pt;
}

/* NAVIGATION */

#navigation ul{
 list-style: none;
 margin: 5px 0px 0px 30px;
 text-transform: uppercase;
}
#navigation li{
 float: left;
 margin-left: 15px;
}
#navigation a.links:link, a.links:visited{
 color: #fce795;
 text-decoration: none;
}
#navigation a.links:hover{
 color: #fcae16;
 text-decoration: underline;
}

/* FOOTER STYLES */

a.footerlinks:link, a.footerlinks:visited{
 text-decoration: underline;
 color: #fff;
}
a.footerlinks:hover{
 color: #fcae16;
 text-decoration: underline;
}
