@import url("initial.css");
@import url("nav.css");

body {
	background: #000;
	margin: 0 auto;
	padding: 0px;
	color: #333333;
	font-size: 1em;
}

a:active, a:link, a:visited {
	color: #8b461f;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.container {
	width: 750px;
	margin: 0 auto;
}
#header {
	background: #000 url(../images/bg/bg_header.gif) 0 100% repeat-x;
	position: relative;
}
#header .container {
	position: relative;
	background: #000 url(../images/bg/bg_header_center.gif) 0 100% repeat-x;
	text-align: center;
	padding: 0 0 26px;
}
#header #flashLogo {
}
#header_links {
	position: absolute;
	top: 130px;
	right: 20px;
}
#header_links ul {
	width: 85px;
}
#header_links li {
	list-style: none;
	float: left;
}
#content {
	background: url(../images/bg/bg_content.jpg) center top repeat;
}
#content .container {
	background: #946d4a url(../images/bg/bg_content_center.jpg) 0% 0 repeat-x;
}
#banner {
	height: 352px;
}
#navigation {
	height: 28px;
	overflow: hidden;
	background: url(../images/bg/bg_navigation.gif) 0 0 repeat-x;
}
#mainContent {
	background: url(../images/bg/bg_sun.jpg) 50% 100% no-repeat;
	height: 210px;
	padding: 0 30px;
}
#mainContent_left {
	padding: 5px 0; 0
	width: 220px;
	float: left;
}
#mainContent_left ul li {
	list-style: none;
	margin: 0;
}
#mainContent_left ul li img {
	margin: 0;
}
#mainContent_right {
	padding: 5px 0;
	width: 450px;
	float: right;
}
#mainContent_right h3 {
	margin: 0;
	height: 33px;
	text-indent: -50000px;
}
#mainContent_right p {
	color: #000;
	font-size: 1.1em;
}
#header_comestep {
	background: url(../images/bg/header_comestep.gif) 0 0 no-repeat;
}
#header_whatsnew {
	background: url(../images/bg/header_whatsnew.gif) 0 0 no-repeat;
}

#footer {
	background: #000 url(../images/bg/bg_footer.gif) 0 0 repeat-x;
	padding: 0 0 0.5em;
}
#footer .container {
	background: #000 url(../images/bg/bg_footer_center.jpg) 0 0 repeat-x;
	padding: 30px 0 0;
}
#footer ul {
	text-align: center;
	margin: 0 0 3em 0;
}
#footer li {
	list-style: none;
	display: inline;
}
#footer li.first a, #footer li.first a:visited {
	background: none !important;
}

#footer li a, #footer li a:visited {
	background: url(../images/icon/footer_bullet.gif) 0 0 no-repeat;
	padding: 0 3px 0 17px;
	color: #8b461f;
	text-decoration: underline;
	font-size: 1.1em;
}
#footer li a:hover {
	color: #fff;
	text-decoration: underline;
}
#copyright {
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	
}
