@charset "utf-8";
/* CSS Document */
#main_cnt,#top_cnt,#menu_cnt,#big_cnt,#cnt_cnt,#top_line,#bottom_cnt,#left_cnt,#right_cnt,#bottom_cnt {
	float:left;
	display:inline;
}
#main_cnt {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-380px;
	width:760px;
}
#top_cnt {
	width:760px;
	height:84px;
	background:transparent url(../images/backs/top.gif) 0px 0px no-repeat;
	margin-top:10px;
}
#menu_cnt {
	width:760px;
	height:16px;
	background:transparent url(../images/backs/menu.gif) 0px 0px no-repeat;
	line-height:13px;
	font-size:11px;
}
#menu_cnt a{
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	float:left;
	display:inline;
	margin:2px 0px auto 10px;
	padding-left:8px;
	background:transparent url(../images/pictures/main_menu_arrow.gif) 0px 5px no-repeat;
}
#menu_cnt a:hover{
	background:transparent url(../images/pictures/main_menu_arrow2.gif) 0px 5px no-repeat;
	color:#333333;
}
#big_cnt {
	width:760px;
	background:transparent url(../images/backs/big_cnt.gif) 0px 0px repeat-y;
}
#cnt_cnt {
	width:760px;
	min-height:552px;
	background:transparent url(../images/backs/cnt_cnt.gif) 0px 0px no-repeat;
}
*html body #cnt_cnt {
	height:552px;
}
#top_line {
	width:760px;
	height:5px;
	line-height:0px;
	font-size:0px;
	background:transparent url(../images/backs/top_line.gif) 0px 0px no-repeat;
}
#bottom_cnt {
	width:760px;
	height:23px;
	background:transparent url(../images/backs/bottom.gif) 0px 0px no-repeat;
	margin-bottom:10px;
}
#left_cnt {
	width:180px;
	margin:8px 25px auto 15px;
}
#left_cnt form span{
	float:right;
	display:inline;
}
#right_cnt {
	width:525px;
	margin:8px auto auto 0px;
}
#bottom_cnt {
	width:100%;
}
#bottom_cnt div {
	float:left;
	display:inline;
	margin:6px auto auto 15px;
}
#bottom_cnt span {
	float:right;
	display:inline;
	margin:6px 15px auto auto;
}
#bottom_cnt a {
	color:#000000;
	text-decoration:underline;
}
#bottom_cnt a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
