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:5px;
	clear:both;
}

#header_buttons {
    height:85px;
}

.header_button {
    float: left;
    padding-right: 20px;
    
}
/*
.header_buttons {
    float: left;
}
*/

h1.logo{
	width:195px;
	height:65px;
	float:right;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin: 10px 10px 0px -30px;
	padding:0;
	/*
	margin-right:60px;
	margin-left:-30px;
	*/
}

.nav{
	width:1000px;
	float:left;
	margin-top:10px;
	letter-spacing:0.0em;
	background-image:url(../images/nav-borders.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
}

.nav ul{
	margin:0;
	padding:0;
}

.nav ul li{
	display:inline;
}

.nav ul li a span{
	background-image:url(../images/nav-borders.gif);
	background-position: right bottom;
	background-repeat:no-repeat;
	display:block;
	padding: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:636px;
	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:10px;
	/*background-image:url(../images/right_img_bg.png);
	background-repeat:no-repeat;
	background-position: bottom;*/
	width: 123px;
	height: 67px;
}

#right-image {
	background-image:url(../images/right_img_bg.png);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 143px;
	height: 107px;
	margin-bottom:5px;
}

div#right-image a.linktext {
	color: #ffffff;
	position: relative;
	top: -9px;
	left: 10px;
}

#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;
}
