body {
	font: 0.8em Arial;
	text-align: center;
	background: #F1F1F1 url(../img/world.jpg) center 500px no-repeat;
}

#container {
	width: 962px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/bg_container.png) repeat-y;
	padding: 0 27px 10px 27px;
}

#header {
	position: relative;
	height: 280px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#topnav {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 22px;
	font-size: 0.9em;
	color: #999999;
	text-align: right;
}

#topnav a {
	font-size: 0.95em;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	padding: 0 5px;
}

#topnav a:hover {
	color: #000;
}

#left,
#right {
	float: left;
	display: inline;
	width: 175px;
	min-height: 200px;
}

#content {
	float: left;
	display: inline;
	min-height: 200px;
	width: 582px;
	margin: 0 15px;
}

#mainnav {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	list-style: none;
}

#mainnav li.header {
	border-bottom: 1px solid #CC0000;
	color: #CC0000;
	line-height: 22px;
	padding: 0 3px;
	margin-top: 10px;
}

#mainnav li {
	padding: 0;
	border-bottom: 1px solid #C1C1C1;
	background: none;
}

#mainnav li.first {
	margin-top: 0;
}

#mainnav a {
	display: block;
	line-height: 1.2em;
	color: #606060;
	text-decoration: none;
	padding: 4px 3px;
	font-weight: normal;
}

#mainnav a:hover,
#mainnav a.active {
	background-color: #F1F1F1;
	color: #000;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	/*padding-bottom: 4px;*/
}

#mainnav ul li {
	border-bottom: 0;
}

#mainnav ul a {
	font-size: 0.9em;
	padding: 4px 3px 4px 15px;
}


#footer {
	margin: 0 auto;
	width: 1016px;
	height: 50px;
	background: url(../img/bg_footer.png) no-repeat top left;
}

#footer p {
	font-size: 0.9em;
	color: #646464;
	padding-top: 23px;
}

#footer a {
	color: #646464;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}



