@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #2E2E2E;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer li a {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}

#container_header {
	background-image: url(/images_new/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 195px;
	width: 100%;
}

#container_body {
	background-image: url(/images_new/body_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	min-height: 595px;
	background-color: #FFFFFF;
}

#main_body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.clear {
	clear: both;
	height: 0px;
}

#container_footer {
	background-image: url(/images_new/footer_back.jpg);
	background-repeat: repeat-x;
	height: 110px;
	width: 100%;
}

#footer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
}
#footer p {
	font-size: 24px;
	font-weight: normal;
}

#footer #logo_3legs {
	height: 50px;
	width: 180px;
	padding-top: 20px;
	padding-right: 20px;
	float: right;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	float: left;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height: 18px;
}

#header #logo {
	float: left;
	height: 136px;
	width: 980px;
}

#header #menu {
	float: left;
	height: 41px;
	width: 980px;
}

img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.notes {
	font-size: 11px;
}
