@charset "utf-8";
#wrapper {
text-align:left; /* reset text alignment */ 
width:850px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */
} 

#background{ background-image:url(home_images/bkgrnd.gif);
height: 567px;
}

#header {
	height: 134px;
	width: 850px;
}
#navigation { 	height: 33px;}

a{ color: #000;
text-decoration:underline;
}


a:hover { color:#006;
text-decoration:underline;
}


#divider{ background-color:#FFF;
margin-left: 350px;
width: 495px;
height: 1px;
	}
	
#content_table{
	padding-top: 20px;
	}
	
.content{ font-family: Geneva, Arial, Helevetica, sans-serif;
font-size:100%;
padding: 8px;
	}

h1{ font-family:Geneva, Arial, Helevetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#000;
}

#content_footer{ font-family:Verdana, Geneva, sans-serif;
font-size:24px;

	
}

#footer{ height: 96px;
margin-left: 350px;
	}
