body {
background-color:#f8f8f8;
font-family: tahoma, georgia,sans-serif;
color:#838383;
margin:0;
padding:0;
}
 
#wrapper {
width:960px;
background-color:#ffffff;
margin:0 auto;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

#header {
width:960px;
height:85px;
margin:0 auto;
margin-bottom:25px;
border-bottom:0px solid #ccc;
border-top:1px solid #ccc;
font-family: tahoma;
}

#header h2 {
padding:10px;
}

#header h3 {
padding:10px;
}

#nav {
width:960px;
height:20px;
border-bottom:0px solid #ccc;
font-family: tahoma;
}

#nav a {
display:inline;
padding:4px;
text-decoration:none;
background-color:#f1f1f1;
color: #0054a6;
}

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

#content {
width:675px;
float:left;
padding:10px;
}

#sidebar {
width:200px;
float:right;
margin-bottom:25px;
}

#sidebar a {
text-decoration:none;
color: #0054a6;
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}

#sidebar li {
list-style:none;
}

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

#footer p {
padding:10px;
}