body
{
	margin: 0px;
	padding: 0px;
	background: #ddbb77;
	text-align: center;
}
h1, h2, h3, h4, h5
{
	margin: 0;
	font-weight: normal;
}

a, a:link, a:hover, a:visited
{
	color: black;
}

img 
{
	border: none;
}

.footer
{
	width: 900px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	text-align: center;
	background: #996633;
}

.col_left
{
	vertical-align: top;
	width: 200px;
}

.col_left_box
{
	width: 175px;
	background: #996633;
	padding-top: 4px;
	border: #663300 solid 2px;
	margin-bottom: 15px;
}

.col_left_box_title
{
	background: url(images/frill.jpg) top center no-repeat;
	height: 37px;
	text-align: center;
	padding: 6px 6px 0 6px;
	font-weight: bold;
	font-size: 14px;
}

.col_center
{
	width: 650px;
	background: #ddcc88;
	border: #663300 solid 3px;
	padding: 0px 0px 0px 5px;
}

.col_center_title
{
	background: url(images/big_frill.jpg) top center no-repeat;
	height: 62px;
	padding: 11px 88px 0 88px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}

ul.nav_list
{
	padding: 0px 5px;
	list-style: none;
	margin: 0px;
	padding-bottom: 10px;
}

ul.nav_list li 
{
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0px;
	padding-left: 20px;
	margin-left: 0px;
}

.infoBox 
{
	background: #d2d2d2;
}  

.infoBoxContents 
{
  background: #ddcc99;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
