html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align: center;
}

#page-container {
	width: 810px;
	margin: auto;
	text-align: left;
}

#header-container {
	height: 278px;
	margin: auto;
	text-align: left;
	border-top: 20px solid #fff;	
	background: url(../IMAGES/Backdrop.jpg);
}

#header {
	height: 254px;
}
#header2 {
	height: 24px;
}

#nav-left {
width: 195px;
float: left;
height: 24px;
}

#nav-right {
width: 615px;
float: left;
height: 24px;
}

#wrapper {
	width: 810px;
	background: url(../IMAGES/bg.gif);
}

#sidebar-left {
	float: left;
	width: 222px;
	border-top: 15px solid #fff;
}

#sidebar-left div {
float: left;
}

#content {
	float: left;
	width: 587px;
	border-top: 30px solid #fff;
	font-size: 75%;
	color: #252525;
	border-right: 1px solid #D8D8D8;
	
}


#inner1 {
	float: left;
	width: 315px;
	border-top: 24px solid #fff;
}

#inner2 {
	float: left;
	width: 272px;
	font-size: 100%;
	color: #252525;
	
}

#inner2 p{
	padding: 50px 0px 0px 30px;
	
}




h1 {
	margin:0;
	color: #597B5C;
	font-size: 170%;

}



a {	
text-decoration: none;
color: #252525;
}

a:hover {	
	text-decoration: underline;
	color: #252525;
}