@charset "utf-8";
/* CSS Document */

#container {
	width:1030px;
	background:#FFFFFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}#header li {
	list-style-type:none;
	margin:0;
	padding:0;
	width:200px;
	font-family:"Harabara";
	}

#header {
	height: 150px;
	width:700px;
	margin-top:30px;
}

#header, #logo {
	float: left;
}

#header ul li {
	float:left;
}

#logo {
	height:200px;
	width:200px;
	
}
#header #navlist li a {
	font-size: 30px;
	color: #858B68;
	text-decoration: none;
	text-align: center;
	display: block;
}
#header #navlist li a:hover {
	color:#FF6600
}
#main_content {
	width:1030px;
	height:900px;
	background-color: #00ADEA;
	float: left;
	overflow: hidden;
	padding-top: 15px;
	
}
#text {
	width:500px;
	height:900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 15px;
	}
	
#text, #image1, #image2 {
	float:left;
}
		
#image1, #image2 {
	width: 500px;
	height: 375px;
	
}

#image1 {
	padding-bottom: 10px;
}