body {
	text-align: center; /* center things in pre-IE6 */
	background:#FFF;
}

#container {
	width: 800px;
	text-align: left;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}

#title{
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom:10px;
}
	
#titlebox{
	width: 800px;
	height: 40px;
	float:  left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom:5px;
}

#menu {
	margin-top:40px;
}

#banner {
	width: 800px;
	height: 480px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 10px;
}

#columnleft {
	width: 400px;
	float: left;
	margin-right:10px;
}

#columnright {
	width:	380px;
	float:  right;
}

#additional_box{
	width: 320px;
	float: right;
}

#footer {
	width: 800px;
	float:left;
	text-align: center;
}