body {
	background-image: url('../images/bg.jpg');
	padding: 0px;
	margin: 0 0 0 0;
}

#second_bg {
	background-image: url('../images/bg_bar.gif');
	background-position: left 77px;
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}

#site_container {
	width: 645px;
	margin: 0 auto 14px auto;
}

#header {
	width: 100%;
	height: 77px;
	clear: both;
	background-image: url('../images/title.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
} #header h1 {
	display: none;
}

#rotator {
	width: 438px;
	height: 227px;
	float: left;
	background-image: url('../images/bg_rotator.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#menu {
	width: 207px;
	height: 227px;
	float: right;
	overflow: hidden; /* IE6 Hack */
	background-image: url('../images/bg_menu.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#main_container {
	width: 100%;
	clear: both;
	text-align: left;
	background-image: url('../images/bg_main.gif');
	background-position: left top;
	background-repeat: repeat-y;
} #main_container img {
	border: none;
}

#page_title {
	width: 435px;
	height: 46px;
	float: left;
	background-image: url('../images/bg_page_title.gif');
	background-position: 3px top;
	background-repeat: no-repeat;
} #page_title h2 {
	display: none;
} #page_title hr {
	display: none;
}

#menu_bottom {
	width: 200px;
	height: 46px;
	float: right;
	background-image: url('../images/bg_menu_bottom.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

#text {
	width: 612px;
	clear: both;
	margin-left: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}

#bottom {
	width: 100%;
	height: 11px;
	padding-bottom: 5px;
	background-image: url('../images/main_bottom.gif');
	background-position: left top;
	background-repeat: no-repeat;
} #bottom span {
	display: none;
}

#contact {
	width: 330px;
	padding: 6px;
	background: #EDE9CD;
	border: 1px solid #DED9BF;
	text-align: left;
	font-size: 11px;
	color: #414141;
}


a {
	color: #885F25;
	cursor: pointer;
}
.company_highlight {
	color: #953506;
	font-style: italic;
}
.quote {
	font-style: italic;
}
.quote_who {
	font-weight: bold;
}