body {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #000;
	color: #FFF;
}
div {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 14px 0px;
	padding: 0px;
}
a {
	color: #CCC;
}
a:hover {
	color: #FFFFFF;
}
a.white {
	color: #FFF;
	text-decoration: none;
}


a img {
	border-width: 0px;
	border-style: none;
}


#container {
	background: url(../images/bg.jpg) no-repeat left top;
	height: 768px;
	width: 1199px;
	text-align: left;
}
#container #header {
	height: 208px;
	position: relative;
}
#container #header #logo {
	height: 52px;
	width: 143px;
	position: absolute;
	left: 69px;
	top: 65px;
}
#container #header #menu {
	height: 31px;
	width: 1000px;
	position: absolute;
	left: 69px;
	top: 177px;
	line-height: 31px;
}
#container #header #menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#container #header #menu ul li {
	display: inline;
	list-style: none;
}
#container #header #menu ul li a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	line-height: 31px;
	display: block;
	height: 31px;
	width: auto;
	float: left;
	margin-right: 56px;
}
#container #header #menu ul li a:hover {
	background: url(../images/menu-hover.gif) repeat-x left bottom;
}
#container #header #menu ul li a.active {
	background: url(../images/menu-hover.gif) repeat-x left bottom;
}

#container #contentarea {
	background: url(../images/contentarea-bg.gif) no-repeat left;
	height: 361px;
	width: 1151px;
	margin-left: 17px;
}
#container #footer {
	font-size: 11px;
	padding-top: 14px;
	padding-left: 69px;
	color: #616161;
}
#container #footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#container #footer ul li {
	display: inline;
	margin-right: 8px;
	list-style: none;
}
#container #footer ul li a {
	color: #616161;
	text-decoration: none;
}
#container #footer ul li a:hover {
	color: #999;
}
