body{
	font: 15px/1.5em "Georgia";
}

#container{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:960px;
	height:150px;
	border:1px solid #aaa;
}

#content{
	width:960px;
}

#content p, #content ul{
	margin:20px 100px 0px 100px;
}

#content li{
	margin-bottom:5px;
}