body {  
	font: 17px Arial; 
	padding: 0px; 
	margin: 0px 0px; 
	background: #cccccc;
	}
	
div#header { 
	width: 1040px; 
	height: 202px; 
	width: 1040px; 
	background: url('/images/header.jpg') no-repeat;
	}

div#container {
	width: 1040px;
	margin:0px auto;
	background: #ffffff url('/images/body_bg.jpg');
}

div#main {
	width:980px;
	margin: 10px auto;
	padding: 0px;
	clear: both;
}

/* nav */
div#nav {
        width: 100%;
	width: 980px;
	margin: 0px auto;
}

div#nav ul {
	margin: 0px 0px;
	height: 60px;
	padding: 0px 0px 0px 0px;
	float: left;
	font: bold 20px Arial;
	font-style: italic;
	width: 100%;
	background: #ffffff url('/images/nav-background.jpg') repeat-x;
}

div#nav li{
	display: inline;
}

div#nav li a{
	float: left;
	color: #000000;
	padding: 12px 25px 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: white;
	/* 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: 5px 0;
padding: 0;
width: 350px;
}

.links li {
	font: bold 25px Arial;
	color: #000000;
	text-align: center;	
}

.links li a{
	background: transparent url('../images/buttons.gif') no-repeat;
	background-position: 27px 6px;
	display: block;
	width: auto;
	padding: 20px 25px;
	/* padding-left: 10px; */
	text-decoration: none;
	color: #000000;
}

.links li a:hover {
	background: transparent url('../images/button_dark.gif') no-repeat;
	background-position: 27px 8px;
}

/* FOOTER */
div#footer {
	width: 100%;
	height: 200px;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	color: #000000;
	background:#cccccc url('../images/bottom_body.jpg') repeat-x;
	background-position: 0px 0px;
	clear:left;
	text-align: center;
	font: 14px Arial;
}
div#footer a {
        color: #000000;
}

div#legal {
	margin: 10px auto;
	padding: 5px;
	border-width:1px;
}
div#footer ul, div#footer li	{
	display: inline;
	list-style-type: none;
	margin: 8px 10px;
	padding: 0;
}

div#contentwrapper {
	/* width: 500px; */
	padding: 10px 30px;
}

.right {
        float:right;
	width:370px;
	padding: 15px 10px;
	height: 610px;
	margin: 10px;
	background: #ffffff url('/images/side_bar1.jpg') no-repeat;
	
}

.hidden {
position:absolute;
left:-1000px;
}

