/*Main Containers */
.styles {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 130px;
	width: 990px;
}
.content {
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 990px;
}
.c-bottom {
	background-image: url(../images/b-content.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 51px;
	width: 990px;
}
.bottom {
	background-image: url(../images/bottom.jpg);
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 116px;
	width: 990px;
}
.leftc {
	float: left;
	height: auto;
	width: 865px;
	padding-left: 65px;
	margin: 0px;
	text-align:left;
}
.bottomc {
	height: 65px;
	width: 815px;
	padding-top: 15px;
	padding-left: 90px;
	color: #FFF;
	text-align: center;
}
.linksb {
	color: #FFF;
}
#main{
margin:auto;
width:990px;
}
/*Menu */
.menu-1 {
	background-image: url(../images/menu.jpg);
	margin: 0px;
	clear: left;
	float: left;
	height: 93px;
	width: 990px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
	background-repeat: no-repeat;
}
.themenu {
	width: 900px;
	height:55px;
	margin:0;
	padding: 0px;
}
.themenu li {
	display:inline;
}
* html .themenu li a { /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 900px;
}
.themenu li a:hover {
	background:url(../images/button.png) no-repeat;
	color: #000;
	display:inline;
	width: 109px;
	height:38px;
	margin-top:32px;
	padding-top:15px;
	margin-left:10px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	float:left;
	font-size:12px;
}
.themenu li a:active {
	background:url(../images/button.png) no-repeat;
	color: #000;
	display:inline;
	width: 109px;
	height:38px;
	margin-top:32px;
	padding-top:15px;
	margin-left:10px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	float:left;
	font-size:12px;
}
.themenu li a {
	background:url(../images/button1.png) no-repeat;
	color: #fff;
	display:inline;
	width: 109px;
	height:38px;
	margin-top:32px;
	padding-top:15px;
	margin-left:10px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	float:left;
	font-size:12px;
}
/* Holly Hack for IE \*/

* html .themenu li {
	height: 1%;
}
* html .themenu li a {
	height: 1%;
}