body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	z-index: -8;
	background-color: #2c2c2c;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	
}

#front-content{z-index: 9; position: relative; margin: 0px auto; padding: 0px; width: 965px; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff;}
#background{position: absolute; text-align: center; width:100%; top: 0px; left: 0px;}


#container {
	padding: 200px 0px 0px 0px;
}

#leftbox {
	width: 250px;
	float: left;
	padding: 2px 10px 0px 20px;
	
}

#maincontent {
	width: 610px;
	
	text-align: left;
	float: right;
	padding: 0px 50px 0px 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

/* Hyperlinks */
#maincontent a:link, #maincontent a:visited {
	text-decoration: underline; 
	color: #875a5e;
	font-weight: bold;
}

#maincontent a:hover	{
	text-decoration: none; 
	color: #ffffff;
	background-color: #875a5e;
	font-weight: bold;
}

#promotionbox {
	width: 224px;
	padding: 20px 0px 20px 0px;
	
}


#footercontainer {
	width: 965px;
	height: 105px;
	clear: both;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-color: #d28c92;
	text-align: right;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #664649;
	padding: 35px 20px 0px 0px;
}

#credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #664649;
	padding: 35px 20px 0px 0px;
}

#credits a:link, #credits a:visited
	{
	text-decoration: none;
	font-weight: bold;
	color: #664649;
	}


#credits a:hover
	{
	background-color: #664649;
	color: #ffffff;
	}

.menu{
	width: 253px; /*width of menu*/
	text-align:left;
	background-image: url(images/menu-bg.gif);
}

.menu ul{
list-style-type: none;
margin: 1px 0;
padding: 0;
}

.menu ul li a{
background: url(images/bullet2.png) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 3px 0;
padding-left: 25px;
text-decoration: none;

}

* html .menu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.menu ul li.active a {
color: #ffffff;

background-image:url(images/bullet.png)
}

.menu ul li a:hover{
color: #ffffff;
background-image:url(images/bullet3.png); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .menu ul li { height: 1%; }
* html .menu ul li a { height: 1%; }