body {
background-color:#FFFFFF;
font-size: 16px;
font-family: courier new;
color:#000000;
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:50px;
margin:0 auto;
margin-bottom:25px;
border-bottom:0px solid #ccc;
border-top:0px solid #ccc;
}

#header h2 {
padding:10px;
}

#nav {
width:960px;
height:40px;
border-bottom:0px solid #ccc;
}

#nav a {
display:inline;
padding:10px;
text-decoration:none;
background-color:#FFFFFF;
}

#nav a:hover {
background-color:#FFFFFF;
height:80px;
}
 
#content {
width:675px;
float:left;
padding:10px;
}
 
#sidebar {
width:200px;
float:right;
margin-bottom:25px;
}

#sidebar a {
text-decoration:none;
}

#sidebar li {
list-style:none;
}
 
#footer {
clear:both;
font-size: 10px;
width:960px;
height:135px;
border-top:0px solid #ccc;
}

#footer p {
padding:10px;
}
