@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.png);
	margin-top: 0px;
	background-repeat: repeat-x;
}

#Container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#Contain_Menu{
	height: 70px;
	margin-top: 0px;
}

#Contain_Sub{
	height: 215px;
	clear: both;
	color: #055BC8;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}

#Contain_Content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}

#Contain_Content a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #055BC8;
	text-decoration: none;

}

#Contain_Content a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FE9515;
	text-decoration: none;

}
#Logo{
	width: 350px;
	height: 70px;
	float: left;
}

#Menu{
	float: right;
	height: 70px;
	width: 500px;
}

.Menu1{
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	float: none;
	margin-top: 39px;
	margin-left: 0px;
	
}

.Menu1 li{
	width: 73px;
	display:inline;
	list-style-type:none;
}

.Menu1 a{
	display: block;
	width: 73px;
	float: left;
	margin-right: 3px;
	background-image: url(images/button_gray.png);
	height: 31px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;


}

#Menu1_1{
	display: block;
	width: 73px;
	float: left;
	margin-right: 3px;
	background-image: url(images/button_blue.png);
	height: 31px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;

}

#submenu{
}

#clearfix{
	clear: both;
}

.logo_image{
	margin-bottom: 0px;
	margin-top: 12px;
}
