@charset "utf-8";
/*ALL*/
body{
background-color: #ffffff;
margin:10px auto;
text-align: center;
width: 886px;
}
#wrapper{
background-color: #ffffff;
text-align: left;
vertical-align: top;
}
#header{
background-color: #ffffff;
padding: 10px;
margin: 5px;
height: 100px;
}
#main{
background-color: #ffffff;
}
#header img{
	border: 0px;
	
}
#logo{
	float: left;
}
#menu{
	font-family: "Courier New", Courier, mono;
	font-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	text-align: right;
	background-color: #ffffff;
}
#menu a{
	text-decoration: none;
	color: #555555;
}
#menu a:hover{
	text-decoration: none;
	color: #006699;
}
#menu a.current{
	color: #FF6600;
}
#main_menu{
	margin-top: 5px;
	background-color: #ffffff;
	font-size: medium;
	font-family: "Century Gothic", "Times New Roman", Times, serif;
	font-weight: bold;
}
#main_menu span{
	margin-left: 5px;
}
#sub_menu{
	background-color: #ffffff;
	margin-top: 5px;
	font-size: small;
	font-family: "Century Gothic", "Times New Roman", Times, serif;
}
#sub_menu span{
	margin-left: 5px;
}
#sub_menu a{
	margin-left: 5px;
}

#sub_menu td{
	text-align: left;
	
}
.arrow{
	font-size: xx-large;
	font-family: "Century Gothic", "Times New Roman", Times, serif;
	font-weight: bolder;
}
.arrow a{
	text-decoration: none;
	color: #555555;
}
.arrow a:hover{
	text-decoration: none;
	color: #006699;
}
#main p{width:640px;
text-align:left;
font-size: small;
font-family: "Century Gothic", "Times New Roman", Times, serif;}
#main p.main_title{width:720px;
font-size: medium;
font-weight: bolder;
margin-left: 40px;}
#main div{width:300px;
text-align:left;
font-size: small;
font-family: "Century Gothic", "Times New Roman", Times, serif;}
.block_1{float: left;
margin-left: 40px;}
.block_2{float: right;
margin-right: 40px;}
#main span{width:820px;}