
body {  
	font: 14px Arial; 
	padding: 0px; 
	margin: 0px 0px; 
	background: #cbcbcb;
	}
	
div#header { 
	width: 1008px; 
	height: 184px; 
	background: url('/images/header_bg.jpg') no-repeat;
	}

div#subheader{
	background: #9999cc url('/images/sub_header_bg.jpg') repeat-x;
	height: 290px;

}

div#contentwrapper {
	/* width: 500px; */
	padding: 0px 10px;
}

.right {
        float:right;
	width:335px;
	padding: 5px;
	height: 265px;
	margin: 5px;
	background: #9999cc url('/images/Side_Bar.jpg') no-repeat;
	
}	

div#container {
	width: 1008px;
	margin:0px auto;
	background: #ffffff url('/images/body_repeat.jpg') repeat-y;
}

div#main {
	width:994px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}

/* nav */
div#nav {
	width: 994px;
	margin: 0px auto;
}

div#nav ul {
	margin: 0px 0px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	float: left;
	font: bold 16px Arial;
	/* font-style: italic;*/
	width: 994px;
	background: #ffffff url('/images/nav_bg.jpg') repeat-x;
}

div#nav ul.home {
	background: #ffffff url('/images/nav_bg_home.jpg') repeat-x;
}


div#nav li{
	display: inline;
}

div#nav li a{
	float: left;
	color: #000000;
	padding: 12px 15px 10px 25px;
	text-decoration: none;
/* border-right: 1px solid #16316F; */ 
}

div#nav li a:visited{
/* color: white; */
}

div#nav li a:hover, div#nav li .current{
	color: #e21330;
	/* background: transparent url('/images/blue_nav_dark.gif') center center repeat-x; */
}

div#nav .donate {
      background: transparent url('/images/donate.gif') center center no-repeat;
      width: 200px;
      font-style: normal;
      float: right;
      text-align: center;
      color: #ffffff;
      letter-spacing: 3px
}

div#nav .donate li a:hover{
	color: #ffffff;
}

<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->

.links ul {
	list-style-type: none;
	display: block;
	width: 100%;
	border: 1px solid #000000;
}

.links {
list-style-type: none;
margin: 0px 0px;
padding: 0px;
width: 350px;
}

.links li {
	display: inline;
	font: bold 28px Arial;
	color: #ffffff;
	margin: 0px;
	text-align: center;
}

.links li a{
	display: block;
	text-align: left;
	font: bold 16px Arial;
	/* width: 350px; */
	padding: 0px 10px;
	/* padding-left: 10px; */
	text-decoration: none;
	color: #ffffff;
	margin: 0px;
}


.links li a:hover {
	color: #e21330;
}

.links li a img {
	vertical-align: middle;
	border: none;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.links li a:hover {

}

div.sub_side_bar {
	background:#ffffff url('../images/lower_side_bar_middle.jpg') repeat-y;
	width: 350px;
	float: right;
	margin: 5px 10px 5px 5px;
}

div.sub_side_bar p {
	margin: 5px 10px;
	min-height: 100px;
}

div.sub_side_bar_bottom {
	background: transparent url('../images/lower_side_bar_bottom.jpg') no-repeat;
	width: 100%;
	height: 40px;
}

div.sub_side_bar_top {
	background: transparent url('../images/lower_side_bar_top.jpg') no-repeat;
	width: 100%;
	height: 39px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	overflow: hidden;
	color: #ffffff;
}

/* FOOTER */
div#footer {
	width: 100%;
	height: 150px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #ffffff;
	background:#cbcbcb url('../images/footer_bg.jpg') no-repeat;
	background-position: 0px 0px;
	clear:left;
	text-align: center;
	font: 14px Arial bold;
}
div#footer a {
        color: #ffffff;
}

div#footer li a:hover {
	color: #e21330;
}

div#legal {
	margin: 5px auto;
	padding: 5px;
	border-width:1px;
}
div#footer ul, div#footer li	{
	display: inline;
	list-style-type: none;
	margin: 8px 10px;
	padding: 0;
}

.hidden {
position:absolute;
left:-1000px;
}