@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
/*Structure*/

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	}
	
#container h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	}
	
#container a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
	}
	
#container a:hover {
	background-color: #FFFF00;
	}
	
#header {
	width: 900px;
	height: 125px;
	background-image: url(Images/header.jpg);
	}
	
.header_left {
	width: 595px;
	float: left;
	}
	
.header_left1 {
	width: 290px;
	float: left;
	}
	
.header_left2 {
	width: 290px;
	float: right;
	margin-top:55px;
	}
	
.header_right {
	width: 290px;
	float: right;
	margin-top:55px;
	}
	
.box_left {
	width: 600px;
	float: left;
	}
	
.box_left_1 {
	width: 300px;
	float: left;
	}
	
.box_left_2 {
	width: 300px;
	float: right;
	}
	
.box_right {
	width: 300px;
	float: right;
	}
	
.box_right_1 {
	width: 300px;
	float: left;
	}
	
.box_right_2 {
	width: 213px;
	float: right;
	}
	
