@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#main_wraper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 0px 185px;
	height: 587px;
}
#top_pannel {
	float: left;
	width: 1000px;
}
#logo {
	float: left;
}
#menu {
	float: left;
	margin-left: 15px;
}
#footer_container {
	width: 898px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footerleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: tahoma;
	font-size: 11px;
	color: #868686;
	text-decoration: none;
}
#footer_container a {
	font-family: tahoma;
	font-size: 11px;
	color: #368ace;
	text-decoration: none;
}
.clear {
	clear: both;
}

#footer {
	float: left;
	width: 880px;
	background-image: url(../images/footerright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 18px;
	height: 59px;
}
#footer_inner {
	float: left;
	width: 862px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	height: 37px;
	margin-right: 18px;
	padding-top: 20px;
}
#footerleft {
	float: left;
	width: 285px;
}
p {
	margin: 0px;
}
#footer_container a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #368ace;
	text-decoration: underline;
}

