@charset "utf-8";
/*-----------------------------------------------------------
BACKGROUND
-----------------------------------------------------------*/
body{
	background: url(../images/back.jpg) repeat;
	margin:0;
	padding:0;
}
img{
	vertical-align:top;
}
#back{
	width:874px;
	margin:0 auto;
	background:url(../images/back.png) repeat-y left top;
}
#countenar{
	width:754px;
	margin:0 auto;
}
#head{
	background:url(../images/head.jpg) no-repeat left top;
	height:119px;
}
#head h1{
	margin:0 0 0 66px;
	float:left;
}
* html #head h1{
	margin:0 0 0 35px;
	float:left;
}
#head i{
	float:right;
	margin:92px 68px 9px 0;
}
/*-----------------------------------------------------------
MENU
-----------------------------------------------------------*/
#nav{
	height:37px;
	clear:both;
}
#nav_t{
	width:714px;
	height:49px;
	clear:both;
	margin:0 auto;
	text-align:left;
}
#nav_t li ul a br{
	display:inline;
}
.drop_border a{
	border-bottom:dotted 1px #000000;
}
.drop_border2 a{
	border-bottom:dotted 1px #000000;
}
#nav .left_nomagin a,#nav_t .left_nomagin a{
	margin:0;
	padding:0;
	border:none;
}
#main_contents{
	width:720px;
	background:#FFFFFF;
	margin:8px auto 10px auto;
	clear:both;
	padding-bottom:12px;
}
/*-----------------------------------------------------------
FOOTER
-----------------------------------------------------------*/
#footer{
	clear:both;
	width:730px;
	margin:0 auto;
	border-top:solid 1px #FFFFFF;
	padding:10px 0 16px 0;
	color:#FFFFFF;
	text-align:center;
	line-height:180%;
}
#footer a,#footer a:visited{
	color:#FFFFFF;
}
#footer p{
	margin-bottom:6px;
}