body{
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #343333;
}

#container{
	border: 1px dotted #666699;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: left;
	background: #ffffff;
}

#header{
 text-align:center;
 margin-bottom: 10px;
}

#top_menu{
	border-top: 5px double #cccccc;
	border-bottom: 5px double #cccccc;		
	background: #668099;	
	color: #ffffff;	
	font-family: Tahoma, Geneva, sans-serif;
font-variant: small-caps;
font-size: 18px;
	height: 20px;
}
#top_menu a{
	color: #ffffff;	
	text-decoration:none;				
}
#content{
	padding: 15px;
	background: #DBDBDB;
}

h2{
	font-variant: small-caps;
	color: #666699;
}
ul{
	list-style: square;
}
#sub_header{
	float: left;
	width: 30px;
}
#sub_content{
	float: left;
	margin-left: 30px;
	width: 700px;
}
#footer{
	text-align:center;
	font-family: Arial;
	font-size:11px;
	color: #668099;
	padding: 5px;
	background: #DBDBDB;
}
.menu_item{
float: left;
width: 150px;
text-align:center;
}
