/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#000000;
	line-height:1.5em;
	scrollbar-base-color:#7EC7E6;
}

html{  
	overflow-y:scroll;  
} 

a:link{
	color:57D2FF;
}

body{
	background:url(../imgs/common/back.gif) repeat left top;
}

#wrapper{
	width:706px;
	background:url(../imgs/common/wrapper_back.png) no-repeat top left;
	margin:20px auto 0px auto;
	overflow:hidden;
}
	
.photo{
	border:0px;
}

#copyright{
	text-align:center;
	margin-top:5px;
}

/*stert_header-------------------------------------------------*/

#header{
	width:706px;
}

#header h1{
	width:353px;
	height:128px;
	background:url(../imgs/common/header01.png) no-repeat top left;
	float:left;
}

#header h1 a{
	display:block;
	width:310px;
	height:90px;
	margin:20px auto auto 15px;
	text-decoration:none;
}

#header h1 span{
	visibility:hidden;
}

#header_p01{
	width:353px;
	height:70px;
	background:url(../imgs/common/header02.png) no-repeat top right;
	float:right;
}

#header_p01 a{
	display:block;
	width:210px;
	height:20px;
	margin:50px auto auto 115px;
	text-decoration:none;
}

#header_p02{
	width:353px;
	height:58px;
	background:url(../imgs/common/header03.png) no-repeat top right;
	float:right;
}

#header_p02 a{
	display:block;
	width:210px;
	height:20px;
	margin:5px auto auto 115px;
	text-decoration:none;
}

#header_p01 span,
#header_p02 span{
	visibility:hidden;
}

/*---------------------------------------------------end_header*/
/*stert_menu---------------------------------------------------*/

#menu{
	width:706px;
	height:49px;
	clear:both;
}

#menu li{
	height:49px;
	list-style:none;
	float:left;
}

#menu li a{
	height:49px;
	background-position:top;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

#menu li a:hover{
	background-position:bottom;
}

#menu #menu_top a{ width:242px; background-image:url(../imgs/common/top.jpg) }
#menu #menu_details a{ width:224px; background-image:url(../imgs/common/details.jpg) }
#menu #menu_info a{ width:240px; background-image:url(../imgs/common/info.jpg) }

#menu span{
	visibility:hidden;
}

/*-----------------------------------------------------end_menu*/
/*stert_content------------------------------------------------*/

#content{
	width:700px;
	float:left;
	overflow:hidden;
	padding-bottom:10px;
}


/*--------------------------------------------------end_content*/
/*stert_content------------------------------------------------*/

#footer{
	width:706px;
	height:28px;
	text-align:center;
	background:url(../imgs/common/footer.png) no-repeat bottom center;
	margin:0px auto 10px auto;
	_margin:-10px auto 10px auto;
}

