body {

	background-color: #000;

}



#innerWrapper {

	font-size: .75em;

	margin: 0 auto;

	position: relative;

	width: 848px;

}



/* extra */

#extra {

	display: none;

}



hr {

	display: none;

}



/* header */

#header {

	background: url(../images/bg-header.jpg) no-repeat left bottom;

	height: 100px;

	padding: 27px 70px;

	overflow: hidden;

}

#header h1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 3em;

	font-weight: normal;

	line-height: 1em;

	float: right;

}

#header h1 a:hover {

	color: #fff;

}



/* nav */

#nav {

	background: url(../images/bg-nav-inner.gif) no-repeat left top;

}

#nav ul {

	display: table;

	margin: 0 auto;

	white-space: nowrap;

}

#nav ul li {

	display: table-cell;

	font-weight: bolder;

	padding: 0 15px;

}

#nav ul li.Active {

	background: url(../images/ico-nav-arrow.gif) no-repeat center bottom;

}

#nav ul li a, #nav ul li.Active span {

	color: #fff;

	display: block;

	height: 39px;

	line-height: 39px;

}

#nav ul li a:hover, #nav ul li.Active span {

	color: #6e4133;

}



/* subnav */

#subnav {

	background-color: #3d8f8e;

	padding: 10px 30px;

	text-align: center;

}

#subnav li {

	border-right: #fff solid 1px;

	display: inline;

	font-weight: bolder;

	padding: 0 10px;

	position: relative;

	z-index: 10;

}

#subnav li.Last {

	border-right: none;

}

#subnav li a:link, #subnav li a:visited {

	color: #fff;

}

#subnav li a:hover, #subnav li.Active {

	color: #6ffbf9;

}



/* footer */

#footer {

	background: url(../images/bg-footer-inner.gif) no-repeat;

	color: #fff;

	height: 30px;

	padding-top: 30px;

	text-align: center;

	position:relative;
}
#footer span {right:10px; top:30px; position:absolute;}

#footer a:link, #footer a:visited {

	color: #fff;

	font-weight: bolder;

}

#footer a:hover {

	text-decoration: underline;

}



/* main */

#main {

	background: #fff url(../images/bg-main.gif) repeat-y right top;

	overflow: hidden;

}

#main #content {

	float: left;

	padding: 20px;

	width: 580px;

}

#main #sidebar {

	float: right;

	padding: 20px 10px;

	width: 200px;

}



/* fullcol */

.FullCol #footer {

	background-image: url(../images/bg-footer-full.gif);

}

.FullCol #main {

	background-image: none;

}

.FullCol #main #content {

	float: none;

	width: auto;

}
