@charset "utf-8";
/* CSS Document */
#container{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#header{
	width: 1025px;
	height: 134px;
}
#menu{
	width: 1028px;
	
}
#content{
	width: 1024px;
	font-family: Verdana, Geneva, sans-serif;
	color: #00853F;
	text-decoration: none;
	
}
#footer{
	width: 1024px;
	background-color: #FFF;
	
}

