@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
}

#layout {
	width:950px;
	margin:0 auto;
}

#header {
	width:100%;
	height:58px;
}

#sep1 {
	width:100%;
	height:12px;
	background:url('img/sep1.jpg') no-repeat;
}

#head {
	width:100%;
	height:109px;
}

#head1 {
	float:left;
	width:258px;
	height:100%;
	background:url('img/head1.jpg') no-repeat;
}

#head_content {
	float:left;
	width:685px;
	height:100%;
	background:#57b6fe;
}

#head_txt {
	padding:0 12px 0 5px;
	text-align:justify;
	font-size:95%;
	color:#ffffff;
}

#head_txt a {
	color:#FFFF00;
	font-weight:bold;
}

#head_txt a:hover {
	text-decoration:none;
}

#sep2 {
	width:100%;
	height:35px;
	background:url('img/sep2.jpg') no-repeat;
}

#head_bis {
	width:100%;
	height:146px;
}

#head2 {
	float:left;
	width:464px;
	height:100%;
	background:url('img/head2.jpg') no-repeat;
}

#bans {
	float:left;
	width:486px;
	height:100%;
	background:url('img/bans.jpg') no-repeat;
}

#menu {
	width:100%;
	height:41px;
	background:url('img/menu-bg.jpg') repeat-x;
}

a.menu {
	text-transform:uppercase;
	font-size:140%;
	color:#fff;
	text-decoration:none;
}

a.menu:hover {
	text-decoration:underline;
}	


#footer {
	margin:15px 0 0 0;
	width:100%;
	height:41px;
	background:url('img/menu-bg.jpg') repeat-x;
	padding:10px;
	color:#fff;
	font-size:16px;
}

#footer a {
	color:#FFFF00;
}

#footer a:hover {
text-decoration:none;
	color:#FFFF00;
}
