/* CSS Document for main page*/
body{
	background-color: #666;
}

#wrapper{
	margin: auto;
	width:950px;
}

#main {
	width: 100%;	
	border:4px solid #000;
	background-color:#fff;
	overflow:auto;
}

#contentbox{
	float:right;
	text-align:right;
}

#nav{
	height:52px;
	position:relative;
	text-align:center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#footer{
	padding:0px 10px;
}

#content {
	width:950px;
	height:600px;
}

#footer p{margin:0}