#container {

width: 950px;

}

#header {
		width: 1051px;
		height: 396px;
		border-bottom: 1px solid #000000;
}

#leftnav {
float: left;
width: 150px;
height: 300px;
background-color: #black;
}

#rightnav {
float: right;
width: 150px;
height: 300px;
background-color: #black;
10}



#body {
width: 500px;

}

#footer {
clear: both;

}

#bottomright {
position: absolute;
bottom: 0px;
right: 0px;
}