body {
	font-family:Verdana, Arial, Helvetica, sans-serif; /* font pref. priority */
	font-size: 18px; 
	color: #333333; /* main text color here */
	background-color:#FFFFCC; /* main background color here */
	margin: 20px; /* distance from the browser border */
}


a:link, a:visited {
	color: #f47c31; /* link color */
	font-weight:bold;
	text-decoration:none; /* no underline for hyperlinks */
}

a:hover {
	text-decoration:underline; /* when rollover link text, underline shows */
}


#top {
	font-size: 10px; /* contact font size */
	line-height: 20px;
	height: 8em;
}

#top img {
	top: 45px;
	left: 190px;
	position: absolute;
}

#contact {
	font-weight: bold;
	color: #b29672;
	left: 880px;
	position: absolute;
	top: 20px;
	width:250px;
}	

#contact a:link, #contact a:visited {
	color: #b29672;
}	

#contentwrapper {
	width: 1024px;
	position:absolute;
	top: auto;
	left: 50px;
}

#logo {
	display: inline; /* ie bug workaround */
	float:left;
	margin-top: 40px;
}


#content {
	background-color: #FFFFFF; /* box background color */
	border: 1px solid #CCCC99; /* border of white box */
	left: 100px;
	padding: 5px 10px 10px 20px;
	margin: 5px;
	float: right;
	display: inline; /* ie bug workaround */
	position: absolute;
	top: auto;
	width: 1024;
		
}	

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif; /* font pref. priority */
	font-size: 10px;
	font-weight: bold;
	color: #b29672;
	display: inline; /* ie bug workaround */
	left: 10px;
	margin-top: 200px;
}

#content #nav {
	position: absolute;
	left:480px;
	}	

#content #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #nav ul li {
	display:inline;
	font-size:12px; /* size of navigation font */
	margin:0 20px 0 0; /* dist. between each nav item (top, right, bottom, left) */
	padding:0;

}	

.on { /* color of selected page nav */
	color:#993300 !important;
}

#main {
	font-size:14px; /* main text default size */
	margin: 30px 40px 40px 20px;
}

#content #main p {
	line-height: 1.6em;
	padding-bottom: 0.2em;
	}	

#content #main ul {
	list-style-type:none;
	padding-bottom: 0.2em;
	}
	
#content #main ul li {
	margin: 0.4em 0;
}
}	