﻿body {
	background-color:#000000;
}

#pageContainer
{
	width:970px;
	margin:auto;
}

#headerDiv {
	width:970px;
	margin:auto;
	height:152px;
	margin-bottom:25px;
	background-image:url('images/header.png');
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
}

#contentDiv {
	width:970px;
	margin:auto;
	clear:both;
	height:auto;
	overflow:auto;
}


#contentLeft {
	width:195px;
	clear:left;
	float:left;
	margin-right:20px;
	min-height:400px;
	display:inline;
}

#contentLeft .innerBox {
	width:195px;
	margin-bottom:20px;
}

#contentLeft .innerBox .topLink {
	float:left;
	clear:both;
	margin-top:20px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FDFBD0;
	font-weight:bold;
	font-size:16px;
}

#contentLeft .innerBox .topLink a{
	font-family:Arial, Helvetica, sans-serif;
	color:#FDFBD0;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

#contentLeft .innerBox .subLink {
	float:left;
	clear:both;
	margin:4px;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;	
}

#contentLeft .innerBox .subLink a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;	
	text-decoration:none;
}

#contentMain {
	width:563px;
	float:left;
	margin-right:20px;
}

#contentMainInnerTop {
	height:20px;
	width:563px;
	background-image:url('images/content_bg_top.png');
}

#contentMainInnerMain {
	width:563px;
	background-color:#101010;
	color:#FFFFFF;
	font-size:14px;
	font-family:"Century Gothic", Arial, sans-serif;
	padding:5px;
	float:left;
}

#contentMainInnerMain h1 {
	color:#81bd6e;
	font-size:27px;
	margin-top:0;
	padding-top:0;
}

#contentMainInnerMain a 
{
    color:#FDFBD0;
}


#contentMainInnerBottom {
	height:19px;
	width:563px;
	margin:0;
	padding:0;
	background-image:url('images/content_bg_bottom.png');
	display:inline;
	float:left;
}

#contentRight {
	width:172px;
	float:right;
}

#contentRight .innerBox {
	width:172px;
	margin-bottom:20px;
}

#footerDiv {
	width:970px;
	margin:auto;
	height:100px;
	background-image:url('images/footer.png');
	background-position:center;
	background-repeat:no-repeat;
	margin-top:20px;
	clear:both;
}

#footerDiv .innerBox {
	width:950px;
	padding:10px;
	color:#FFFFFF;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height:15px;
	text-align:center;
}

#footerDiv .innerBox a {
	color:white;
}


/* START VERTICAL CSS MENU */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 200px;
padding: 2px 0 1px 0;
font-family: Verdana;
font-size: 12px;
color: #333;
margin-bottom:20px;
}

* html #blueblock{ /*IE 6 only */
width: 167px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
border-top: 2px solid #22321d;
border-bottom: 1px solid #22321d;
}

#blueblock li {
border-bottom: 1px solid #22321d;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #22321d;
border-right: 2px solid #22321d;
color: #f3f291;
text-decoration: none;
width: 193px;
font-weight:bold;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px #89c974 solid;
background-color:#22321d;
color: #f3f291;
font-weight:bold;
}

/* END VERTICAL CSS MENU */

