body{
	background-color:#000;
}

.float-right{
	float:right;
}

.float-left{
	float:left;
}

.clear{
	clear:both;
}

.underline{
	text-decoration:underline;
}

#container{
	margin:auto;
	width:1000px;
}

/**************************** Header Styles *************************/

#header{
	padding-top:75px;
	clear:both;
}

h1.logo{
	width:195px;
	height:62px;
	float:right;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
	margin-right:60px;
	margin-left:-30px;
}

.nav{
	width:750px;
	float:right;
	margin-top:40px;
	letter-spacing:0.0em;
}

.nav ul{
	margin:0;
	padding:0;
}

.nav ul li{
	display:inline;
}

.nav ul li a span{
	background-image:url(../images/nav-borders.gif);
	background-repeat:no-repeat;
	display:block;
	padding:0px 10px 23px 10px;
}

.nav ul li a span.nobg{
	background:none;
}

.nav ul li a{
	color:#f1e8d1;
	text-transform:uppercase;
	display:block;
	float:left;
}

.nav ul li a:hover,.nav ul li a.current{
	background-image:url(../images/b_arrow.gif);
	background-repeat:no-repeat;
	background-position:50% 100%;
	text-decoration:none;
}
/**************************** Header Styles Ends ********************/

/**************************** Main Section Starts *******************/
#main{
	background-image:url(../images/bodybg.jpg);
	height:528px;
	background-repeat:no-repeat;
	margin-top:-28px;
}

#main_inner{
	background-image:url(../images/innerbg.jpg);
	min-height:528px;
	background-color: #DAD6CC;
	background-repeat:no-repeat;
	background-position:top;
	margin-top:-28px;
}

#right-images{
	float:right;
	width:125px;
	margin-right:40px;
	margin-top:10px;
}

#right-images img{
	margin-top:3px;
	padding:1px;
	background-image:url(../images/right-image-bg.gif);
	background-repeat:no-repeat;
}

#content{
	float:right;
	width:420px;
	margin-top:10px;
	margin-right:30px;
}

#content_inner{
	float:right;
	width:750px;
	margin-top:10px;
	margin-right:30px;
}

#content_inner table img{
	margin:5px 5px 5px 5px;
}
.panel{
	background-image:url(../images/panel.gif);
	background-repeat:no-repeat;
	width:215px;
	height:194px;
	float:right;
	margin-top:20px;
	padding:10px;
}

.panel h3{
	color:#dad6cb;
	text-transform:uppercase;
	font-size:1.2em;
	margin-top:5px;
}

.panel p{
	color:#dad6cb;
	font-size:.9em;
	margin-top:.8em;
}

#content h2{
	font-size:1.2em;
	color:#373223;
	margin-top:15px;
	text-transform:uppercase;
	text-indent:-20px;
}

#content p{
	font-size:.9em;
}

#content a{
	color:#000;
	text-decoration:underline;
}

#content_inner a{
	color:#000;
	text-decoration:underline;
}

/**************************** Main Section Starts *******************/

#footer{
	clear:both;
	font-size:.9em;
}

#footer a{
	color:#f1e8d1;
}

.footer-nav{
	width:600px;
	float:right;
	margin-bottom:20px;
}

.footer-nav ul{
	margin:0;
	padding:0;
}

.footer-nav ul li{
	display:inline;
}



.footer-nav ul li a{
	color:#f1e8d1;
	padding:0px 10px;
}

.copyright{
	float:right;
	width:150px;
	text-align:left;
	color:#6f6c68;
}

.credits{
	float:right;
	width:220px;
	text-align:left;
	color:#6f6c68;
}