body{
	text-align:center;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:19px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a { color:#ffffff; text-decoration:none; }
a:hover { text-decoration:underline; }
p { padding-right:20px; }
h1 { margin:0; padding-top:30px; font-size:16px; line-height:10px; color:#ffd900; }
hr { color:#4FC2EE; height:1px; } 

#main {
	text-align:left;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height: 1000px;
}
/********** header **********/
.header_resize {
	margin:0;
	padding:0;
	background-repeat: repeat-x;
	background-position: top;
}
.header {
	width:900px;
	padding:0;
	margin-right: auto;
	margin-left: auto;
}
/* logo */
.logo {
	margin:0;
	width:230px;
	float:left;
	font-size: 11px;
	color: #8c9da1;
	padding-top: 20px;
}
/*menu*/
.menu {
	margin:0;
	width:615px;
	float:right;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	text-align: right;
}
.menu ul{  
  list-style-type: none;  
  margin: 0;
  padding: 0;  
}  
  
.menu li{
	float: left;
	width: 96px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}  
  
.menu a{
	text-align: center;
	display:block;
	padding: 0.5em 0;
	width: 100%;
	color: white;
}  
  
.menu a:hover{
	color: white;
}  
#contents { float:left; width:560px; background:url(../images/top_img.gif) no-repeat;}

#footer {
	clear:both;
	width:900px;
	height:58px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
