@charset "ISO-8859-1";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	background:#000000 url(../images/BG_footer.jpg) 50% bottom no-repeat fixed;
	margin:0;
	padding:0;
}

#container {
	position:relative;
	float:left;
	width:100%;
	background:url(../images/BG_html.jpg) 50% 0 repeat-x;
}

#center {
	position:relative;
	margin:0 auto;
	width:800px;
}

#content {
	position:relative;
	float:left;
	width:800px;
}

#header {
	position:relative;
	float:left;
	width:800px;
	height:301px;
	background:url(../images/BG_header.png) 50% 0 no-repeat;
}

#menu {
	position:relative;
	float:left;
	width:800px;
	margin-top:-40px;
}

#body {
	position:relative;
	float:left;
	width:800px;
}

p, a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
}

.menu {
	text-align:center;
}

.menu>a {
	padding:40px 10px 0 10px;
	margin-top:30px;
	text-decoration:none;
}

.menu>a:hover {
	background:url(../images/bg_menu.png) 50% 0 no-repeat;
}

.nospacing {
	margin:0;
	padding:0;
}

#banner {
	position:relative;
	float:left;
	width:800px;
	height:254;
	background:#363535
}

#hldr {
	position:relative;
	width:766px;
	height:220;
	margin:17px;
}

#hldr img {
	position:absolute;
}

#nav {
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:10;
}

#nav a {
	background:#666666;
	border:#333333 solid 1px;
	padding:3px 6px;
	margin:0 0 0 10px;
	text-decoration:none;
}

#nav a.activeSlide{
	background:#333333;
	border:#666666 solid 1px;
}

img {
	border:none;
}
