/* Core */html, body, #main_container {min-height: 100%;	width: 100%; height: 100%;}body {	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000;	margin:0 auto;	padding:0;	background: #ccecfc;}#main_container {	padding:0;	margin:0 auto;}a, a:visited { color:#336699; text-decoration: none; }a:hover, a:active { color:#336699; text-decoration: underline; }h1 {font: bold 18px Tahoma, Geneva, Arial, sans-serif; color:#543c2c;}h2 {font: bold 16px Tahoma, Geneva, Arial, sans-serif; color:#336699;}h3 {font: bold 14px Tahoma, Geneva, Arial, sans-serif; color:#000; margin-bottom: -10px;}h4 {font: bold 18px Tahoma, Geneva, Arial, sans-serif; color:#efd7c3;}.clear {	clear: both;}.photo_right {	float: right;	padding: 0px 0px 2px 12px;}td {	border: 1px solid #543c2c;	padding: 8px;}/* header area */#header_cont {	width:950px;	height: 120px;	margin: 0 auto;	background: #543c2c url(../images/header-bkgnd.gif) repeat-x center top;	}#header_logo {	width: 486px;	height: 120px;	float: left;}#header_links {	float: right;	width: 422px;	height: 106px;	padding:14px 42px 0px 0px;	font: 13px Tahoma, Geneva, Arial, Helvetica, sans-serif;	color: #efd7c3;	text-align: right;}	#header_links a, #header_links a:visited {color:#efd7c3; text-decoration:none; }	#header_links a:hover, #header_links a:active {color:#efd7c3; text-decoration:underline; }/* content area */#content_cont {	width:950px;	margin: 0 auto;	background-color: #99c2da;	}#content_main {	width: 832px;	padding: 0px 59px;	background: #99c2da url(../images/left-content-bkgnd.gif) repeat-y;}#home_left {	width: 392px;	padding: 14px 30px;	float: left;	background-color: #fff;	text-align: left;	line-height: 16px;}#home_right_cont {	width: 380px;	float:right;}#home_right {	width: 332px;	background-color: #f9efe7;	padding: 6px 24px;	color:#543c2c;}#home_photo_right {	width: 380px;	height: 252px;	position: relative;}/* rotator css */#home_photo_right ul {	position:absolute;	list-style: none;	margin-left: -40px;	margin-top: 0px;}html>body #home_photo_right ul {	*margin-left: 0px;}#home_photo_right li {	float:left;	position:absolute;}#content {	width: 772px;	padding: 14px 30px;	float: left;	background: #fff url(../images/content-bkgnd2.jpg) repeat-x;	text-align: left;	line-height: 16px;}/* footer */#footer_cont {	width:950px;	margin: 0 auto;	background: #321d0d url(../images/footer-bkgnd.gif) repeat-x top;	}#footer_contact {	width: 416px;	padding: 18px 0px 18px 59px;	float: left;	font: normal 11px Tahoma, Geneva, Arial, sans-serif;	color: #efd7c3;}	#footer_contact a, #footer_contact a:visited {color:#efd7c3; text-decoration:none; }	#footer_contact a:hover, #footer_contact a:active {color:#efd7c3; text-decoration:underline; }#footer_form {	width: 416px;	float: right;	padding: 18px 59px 18px 0px;	text-align: right;	font: 11px Tahoma, Geneva, Arial, sans-serif;	color: #ccecfc;}#footer_form p{	margin-top: -8px;}
