body {
	background: url(/images/back_body.png) 0 15px;
	font: 76%/1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align:center;
	padding: 0;
	color: #069;
}
#header {
		height: 22px;
		width: 100%;
		background-color: #069;
		border-bottom: 1px solid #fff;
		text-align: center;
}
#wrapper {
	background: url(/images/back_wrapper.png) 0 0 no-repeat;
	height: auto!important;
	height: 735px;
	min-height: 735px;
	width: 770px;
	text-align: left;
	margin: 0 auto;
}
#content {
	margin: 190px 0 0 32px;
	background: url(/images/back_content.png) 0 0 repeat-y;
	float: left;
	text-align: center;
	width: 477px;
	clear: right;
}
#content.home{
	margin: 188px 0 0 32px;
	background: url(/images/home_ppl.png) bottom right no-repeat;
	height: 400px;
	width: 492px;

}
#content p, ul{
	text-align: left;
}

#content p img{
	float: left;
}
#footer {
	background: url(/images/back_footer.gif) 252px 0 no-repeat;
	/* width: 478px; */
	height: 85px;
	clear: both;
}
p.narrow {
	width: 300px;
	float: left;
}
#main_menu {
	margin: 0 0 0 0;
	width: 220px;
	float: left;
}
#main_menu ul{
	display: block;
	margin: 0 0 0 22px;
	padding-top: 150px;
	height: 400px;
	float: left;
}
#main_menu li{
	display: block;
	height: 72px;
	width: 165px;
	margin-bottom: 35px;
	text-indent: -900em;
}
#main_menu li a{
	display: block;
	height: 72px;
	width: 165px;
}
#top_menu {
margin: 0 auto;
width: 750px;
border-left: 1px solid #ccc;
}
#top_menu li{
float: left;
display: block;
margin: 0;
}
#top_menu li a{
color: #fff;
text-decoration: none;
display: block;
padding: 4px 15px;
border-right: 1px solid #ccc;
}
#top_menu li a:hover{
background-color: #4ca8d1;
}
#dvd1 a{
	background: url(/images/buttons.gif) 0 -2px no-repeat;
}
#dvd2 a{
	background: url(/images/buttons.gif) 0 -110px no-repeat;
}
#dvd3 a{
	background: url(/images/buttons.gif) -5px -220px no-repeat;
}
#dvd4 a{
	background: url(/images/buttons.gif) 0 -330px no-repeat;
}
#dvd1 a:hover{
	background: url(/images/buttons.gif) -175px -5px no-repeat;
}
#dvd2 a:hover{
	background: url(/images/buttons.gif) -170px -110px no-repeat;
}
#dvd3 a:hover{
	background: url(/images/buttons.gif) -177px -225px no-repeat;
}
#dvd4 a:hover{
	background: url(/images/buttons.gif) -170px -330px no-repeat;
}
h1 {
font-size: 1.4em;
letter-spacing: -1px;
text-align: center;
width: 425px;
margin: 2px; padding: 0;text-transform: uppercase;
}
h2 {
font-size: 1.2em;
color: #4CA8D1;
letter-spacing: -1px;
text-align: center;
margin: 6px; padding: 0 0 4px 0;
width: 425px;
}
p {
line-height: 1.7em;
margin: 1em 2em;;
}




/* EXTRA CLASSES EVERY CSS HACKER NEEDS
----------------------------------------------------------------*/
.clear { 
  clear: both; 
}

.clearfix:after {
  /* What's this? --> http://www.positioniseverything.net/easyclearing.html */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

.hide {
  display: none; 
}

.block {
  display: block;
}

img.right {
	float:right;
	margin-left: 1em;
}
img.left {
	float:left;
	margin-right: 1em;
}

.ads {	text-align: center; display: block; width: 400px; padding-left: 90px; }

.ads li{display: inline; margin-right: 1em; }

.ads a:link {color: #003366; text-transform: capitalize;}