body {
	font-family: Arial, Helvetica, sans-serif;
	background: #F5F1D6;
}

#outer_box {
	width: 730px;
	background-image: url(back_middle.jpg);
}

#masthead {
	margin: 0;  /*required for IE only*/
}

#main_content {
	width: 700px;
	padding: 0 0 30px 20px;
	

	}
	
/*#divider {
	width: 400px;
	margin: 0 0 0 80px;
	
}
	*/
#navlist {
	margin: 0 7px;
	padding: 0;
	color: #ffc;
	background-image: url(back_topnav.jpg);	
	background-repeat: repeat-x;
	height: 30px;
	width: 716px;	
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 3px;
	margin: 0;	
}

#navlist a, a:visited, a:active {
	text-decoration: none;
	color: #fff;
}

#navlist a:hover {
	text-decoration: underline;
}

#active {
	text-decoration: underline;
}



#footer {
	background: url(bottom_right.gif) bottom right no-repeat;
	color: #999;

	
	
}

#footer p{
	margin: 0;
	font-size: 10px;
	text-align: center;
	
}


#footer_bottom {
	background: url(bottom_left.gif) bottom left no-repeat;
	padding: 10px 0 15px 0;
	
}

#footer a, a:visited {
	color: #999;
	text-decoration: underline;
}

#keywords {
	display: inline;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

#keywords h2{
	display: inline;
	font-size: 10px;
}

.image {
	float: right;
	border: 1px solid #000;
	padding: 2px;
	margin: 10px;
}

.paragraph 