/**zero out default browser settings on everything**/
* {margin:0; padding:0; border:0; /*line-height: 100%;*/}

html, body{
	height:100%; /* for covering 100% height of viewport*/
	background-color:#dec69f;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #58595b;
	font-size:9pt;
}
a:link, a:visited
{
	text-decoration:underline;
	color:#58595b;
}
a:hover
{
	text-decoration:none;
	color: #e54a21;
}
#container
{
	padding-top:9px;
	width: 872px;
	margin:auto;
	background-color:#f7e2b8;
	border-left:2px solid #58595b;
	border-right:2px solid #58595b;
	min-height:100%; /* so it grows with its content */
}
#header
{
	margin:auto;
	height: 164px;
	width:844px;
	background-color:#f7e2b8;
	float:none;
	border:2px solid #58595b;
	border-bottom:none;
	padding:3px;
}
#headercontent
{
	height: 167px;
	width:844px;
	background-color:#58595b;
	float:left;
}
#logo
{
	width:230px;
	height:167px;
	float:left;
	text-align:center;
	padding-top: 19px; /* Half the height */
}
#contactinfo
{	
	width:227px;
	height:80px;
	float:none;
	margin-top:30px;
	margin-left:600px;
	color:#f8e2b9;
	text-align:right;
}
#navbar
{
	height:100%;
	text-align:right;
	background-color:#58595b;
	color:#f8e2b9;
	float:right;
	margin-top:31px;
	margin-right:15px;
	width:595px;
	height:25px;
}
#body
{
	padding:3px;
	margin-right:9px;
	margin-left:9px;
	width:844px;
	float:left;
	border:2px solid #58595b;
	border-top:none;

}
#content
{
	margin:auto;
	float:left;
	width:843;
	background-color:#F5E2BA;
	border:1px solid #58595b;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-y;
}
#image
{
	width:332px;
	height:400px;
	margin:0px;
	padding:3px;
	float:left;
}
.slideshow{
	width:332px;
	height:400px;
	background-color:#777777;
}
#text
{
	width:450px;
	padding:27px;
	float:left;
}

h1
{
	font-size: 13.5pt;
	color:#e54a21;
}
h2
{
	font-size: 10pt;
}
#footer
{
	float:clear;
	clear:both;
	margin-top:0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	height:88px;
	width:853px;
	padding-top:20px;
	color:#bda682;
}
li
{
	line-height: 15px;
	list-style:none;
	display:block;
	display:inline;
		
}
li a:link, li a:visited
{
	text-decoration:none;
	color:#bda682;
}
li a:hover
{
	text-decoration:underline;
	color: #e54a21;
}
li::after
{
	padding-right:5px;
}

li.lastitem,li:last-child::after
{
	content:"";
}
