body {
	background: #482f33;
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	}

a:link {
	color: #FFFF99;
	text-decoration: underline;
	}

a:visited {
	color: #FFFF99;
	text-decoration: underline;
	}

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

/* tabbed styles */
#navigation {
	padding: 3px 0; 
	margin: 0;
	border: 0px;
	font: bold 12px Verdana, sans-serif;
	margin: 0px auto;
	width: 800px;
	background-color: transparent; 
	}

#navigation li {
	list-style: none; 
	margin: 0;
	display: inline; 
	float:right;
	}

#navigation li a {
	padding: 3px 0.5em; 
	margin-left: 3px;
	margin-right: -1px;
	border: 1px solid #482f33; 
	border-bottom: none;
	background: #9ab6cb;
	text-decoration: none;
	}

#navigation li a:link {
	color: #448;
	}

#navigation li #current {
	color: #448;
	border: 2px solid #000000;
	border-bottom: 0px;
	}

#navigation li a:visited {
	color: #448;
	}
#navigation li a:hover {
	color: #000; 
	background: #a8c4d9;
	border-color: #000000;
	}

#container {
	margin: 0px auto;
	margin-bottom: 20px;
	width: 800px;
	background: url("background2.jpg");
	background-color: #92816d;
	background-repeat: no-repeat;
	min-height: 349px;
	border: 2px solid #000000;
	font-size:0
	}

/* Hides from IE Mac \*/ * html #container {height: 1%;} #container{display:block;} /* End Hack */ 

#container:after { 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
	}  
	/*Having something in the content such as a period gives a more consistent results across browsers.*/ 

#container-left {
	float: left;
	width: 218px;
	}

.title-left {
	margin-left: 20px;
	margin-top: 15px;
	color: #165b7b;
	font-size: 10pt;
	text-align:left;
	}

.title-left h1 {
	font-size: 16pt;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	}

.left-contact {
	color: #000000;
	font-size: 11pt;
	font-family: sans;
	text-align:center;
	margin-top: 290px;
	}

#container-right {
	float:right;
	width: 578px;
	}

.title-right {
	font-size: 10pt;
	font-family: sans;
	font-weight: bold;
	margin-top: 30px;
	color: #165b7b;
	font-size: 10pt;
	width: 200px;
	float:right;
	text-align:left;
	}

.entry {
	margin: 0px;
	margin-top: 120px;
	width: 577px;
	text-align:left;
	background-color: #92816d;
	background-image: url(faded.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 11pt;
	font-family: sans;
	border: #000000 solid 1px;
	border-bottom: 0px;
	}

.entry h3 {
	font-weight: normal;
	font-size: 16pt;
	font-family: georgia;
	color: #000000;
	text-align:center;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	}

.inside {
	padding: 10px;
	}

.footer {
	margin: 0px auto;
	margin-bottom: 20px;
	background-color: #92816d;
	color: #000000;
	font-size: 11pt;
	font-family: sans;
	border: #000000 solid 2px;
	width: 800px;
	}

/* position list chunks side by side */
div.wrapper
{
  float: left;
  width: 170px;
}

div.wrapper2
{
  float: left;
  width: 200px;
}

/* clear float after lists */
br
{
  clear: left;
}

/* anchor styling */
ol li a
{
  display: block;
  width: 7em;
  text-decoration: none;
}
ol li a:hover
{
  color: #FFF; /* white */
  background-color: #A52A2A; /* brown */
}

