body {
background-image:url(strange_bullseyes.png);
/*subtlepatterns.com*/
background-repeat:repeat;
background-attachment: fixed; 
font-family: Arial, Helvetica, sans-serif;
color:#333;
margin:0;
padding:0;
}

#wrapper {
width:960px;
background-color:#ffffff;
margin:0 auto;
border-left:0px solid #ccc;
border-right:0px solid #ccc;
}

#header {
width:960px;
height:215px;
margin:0 auto;
margin-bottom:10px;
border-left:0px solid #ccc;
border-right:0px solid #ccc;
border-top:1px solid #ccc;
}

#header h2 {
padding:10px;
}

#nav {
background-color:#000000;
width:960px;
height:60px;
border-left:0px solid #ccc;
border-right:0px solid #ccc;
}

#nav a {
display:inline;
padding:10px;
text-decoration:none;
color: #000000;
background-color:#FCB002;
}

#nav a:hover {
background-color:#F9C945;
height:80px;
}

#content {
width:925px;
float:left;
padding-left:11px;
border-left:0px solid #ccc;
border-right:0px solid #ccc;
}

#sidebar {

width:0px;
float:right;
margin-bottom:25px;
}

#sidebar a {
text-decoration:none;
}

#sidebar li {
list-style:none;
}

#footer {
clear:both;
width:960px;
height:135px;
border-top:1px solid #ccc;
}

#footer p {
padding:10px;
}
