/*Nicodemus Kansas*/

body	{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: georgia, times new roman, serif;
	font-size: 16px;
	background-color: #ffffff;
}

#wrapper	{
	width: 1000px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: left;
}

#banner	{
	background-image: url(images/banner_new.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 343px;
}
	

#content	{
	float: right;
	width: 980px;
	height: 100%;
	padding-right: 10px;
	margin: 0px;

}

#content a	{
	color: #000000;
}

#content a:hover	{
	font-weight: bold;
}

#content li	{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	


#footer	{
		clear: both;
		background-image: url(images/footer_new.jpg);
		width: 1000px;
		height: 100px;
}

#utility a	{
	text-decoration: none;
	color: black;
	
}

#utility a:hover	{
	font-weight: bold;
}
#utility li	{
	display: inline;
	color: #330000;
	list-style: none;
	font-size: 12px;
	padding: 30px;
}
