*{
	margin:0;
	padding:0;
}
a{
	color:#0000CC;
	text-decoration:none;
}
a:hover{
	color: #FFCC33;
}
img {
	border:none;
}
/*--------------------------------------------------------------*/
body{
	font-size:12px;
	line-height:150%;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/*--------------------------------------------------------------*/
#header{
	height:189px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 762px;
	text-align: left;
	margin: 0 auto;
}
#header ul{
	list-style-type: none;
}
#header h1{
	float:left;
	overflow:hidden;
	display:block;
	width:495px;
	height:40px;
}
#header h1 a{
	display:block;
	width:495px;
	height:40px;
	text-indent:-9999px;
}
#header h2{
	margin-top: 90px;
}
#header h2 span{
	display:block;
	width:510px;
	height:180px;
	text-indent:-9999px;
}
#header .eng a {
	display:block;
	width:150px;
	height:40px;
	text-indent:-9999px;
	float: right;
}
#header .space{
	clear: both;
	height: 52px;
	text-indent:-9999px;
}
#header .ask {
	padding: 0 0 4px 7px;
	line-height: 0;
}
#header .contact {
	padding: 0 0 0 7px;
}


#menu{
	margin: 0 0 0 7px;
}

#menu li{
	float:left;
	margin-right: 2px;
}
#menu li a{
	height:38px;
	display:block;
	text-indent:-9999px;
	width: 148px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
}
/*----------------------------------------------------------*/
#container{
	width:762px;
	margin:0 auto;
	text-align:left;
}
#content{
	clear:both;
	padding-top: 38px;
}
/*--------------------------------------------------------------*/
#footer{
	clear:both;
	color: #FFFFFF;
	background-color: #01426C;
	padding: 10px 0;
}
.address{
	width: 762px;
	text-align: left;
	margin: 0 auto;
	display: block;
}
.policy{
	float:right;
	padding-top:1em;
}
.borderBoxL {
	margin-left: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A7A7A7;
}
.borderBoxLB {
	margin-left: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A7A7A7;
}
.bttm10 {
	padding-bottom: 10px;
}
.bttm15{
	padding-bottom: 15px;
}
.bttm35{
	padding-bottom: 35px;
}
.clr {
	clear: both;
}
