body 
{
	background: #ffffff;
	margin: 0 auto;
	text-align: center; /* this is to center the container IE 5 */
}

#container {
	width: 770px;
	border: 0px;
	margin: 0 auto;
	background-color: #C2BF99;
  	text-align: left;
	overflow: hidden;
}

#header {
	height: 68px;
	background: #91914C url(assets/images/header.gif) 93% 50% no-repeat;
	clear: left;
} /* padding and text-indent taken out cause it was causing problems with IE 5 */

ul {
	padding: 0;
	margin: 0 0 0 340px;
	list-style: none;
}

li {
	float: left;
	position: relative;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#image {
	width: 337px;
	float: left;
	margin: 0px;
	padding: 15px;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 307px;
}
html>body #image { width: 307px; } /* IE 5 fix END */

html>body #image img {
	margin: 0 0 10px;
}

#contact {
	font-size: 12px;
	line-height: 15px;
	color: #91914C;
	font-family: "Trebuchet MS", Arial;
}

#contact a {
	text-decoration: none;
	color: #91914C;
}

#contact a:hover {	
	text-decoration: underline; 
}
#text {
	float: right;
	width: 433px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 18px;
	color: #252525;
	padding: 20px 15px 20px 30px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 388px;
}
html>body #text { width: 388px; } /* IE 5 fix END */

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

#copyright {
	width: 770px;
	margin: 0 auto;
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
	text-align: center;
	background-color: #D8C783;
}

#copyright a {
  color: #252525;
}

#copyright a:hover {
  color: #91914C;
  text-decoration: underline;
}

#footer {
	width: 770px;
	background-color: #91914C;
	height: 75px;
	margin: 0 auto;
}