@charset "utf-8";
html,body {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	height: 100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 960px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {



}
#header #lefthead {
	float: left;
	width: 670px;
}
#header #lefthead #logo {
	width: 300px;
	float: left;
}
#header #lefthead #nav {
	width: 370px;
	float: right;
	padding-top: 55px;
}
#container #header #lefthead #nav ul {
	margin: 0px;
	padding: 0px;
	width: 370px;
	list-style-type: none;
}
#container #header #lefthead #nav ul li {
	display: inline;
}

#header #righthead {
	height: 100px;
	width: 235px;
	float: right;
	padding-top: 55px;
	margin-right: 45px;
}
/*#footer {
	text-align: right;
	padding-right: 55px;
	margin-bottom: 10px;
	margin-top: 20px;
}*/
#footer {
	text-align: right;
	margin-top: 20px;
	position: absolute;
	height: 30px;
	right: 55px;
	bottom: 10px;
}
