@charset "UTF-8";
/* CSS Document */
 
#wrapper {
width: 960px;
background-color: #FFF;
margin-left:auto;
margin-right:auto;
}
 
header {
height: 200px;
}
 
nav {
width:960px;
}
 
#content {
float: left;
width:70%;
 
}
 
#rightcol {
margin-left: 70%;
}
 
footer {
clear:both;
height: 50px;
}

