/* structure */
#container{
	width:600px;
}
#header{
	height:259px;
}
#content{
	width:380px;
	float:left;
}
#sidebar{
	width:169px;
	margin:0 15px 0 15px;
	float:left;
}
#footer{
	clear:both;
	height:25px;
}
#sitelinks{
	width:380px;
	margin-right:20px;
	float:right;
}
#copy{
	width:600px;
}