@charset "utf-8";
/* CSS Document */

body {
background-color:#FFCC99;
font-family:Arial, Helvetica, sans-serif;

}

a {
text-decoration:none;
color: white;
}

div#page-wrap {
	width: 856px;
	margin: 0 auto;
}

div#header {
	width: 856px;
	height: 249px;
}

.h-left{
	font-size: 1.2em;
	color: white;
	background-image:url(../home/images/header-left.jpg);
	background-position: 0px 0px;
	text-align: right;
	text-decoration: none;
	line-height: 18px;
	padding-right: 24px;
}

	.h-left a:hover, a:active{
		color: yellow;
	}

.h-right {
}

div#main-content {
	background:url(../home/images/home-mainbg.jpg) no-repeat;
	width: 856px;
	height: 422px;
	position: relative;
}

.foot-bot {
	background:url(../home/images/footer-bar.jpg) no-repeat;
	background-position: center;
	color: white;
	font-size: .8em;
	text-align: right;
	
}

.foot-bot-2 {
	color: black;
	font-size: .6em;
	font-weight: bold;
	text-align: right;
	position:relative;
	vertical-align:top;
	
	
	
}


div#footer{
	background:url(../images/home/footer.jpg) no-repeat;
	width: 532px;
	height: 83px;
	position: relative;

}		
