/* General */

* {
	padding:0;
	margin:0;
}

html {
	background:#e9a71b;
	padding:0;
	margin:0;
}

body {
	background:url("/images/home_background.jpg") top center no-repeat;
	padding:0;
	margin:0;
}

h1 {
	font:bold 18px times, georgia, serif;
	line-height:1.3em;
	color:#8b817f;
	padding:0;
	margin:0;
}

h2 {
	font:bold 14px verdana, helvetica, arial, serif;
	line-height:1.3em;
	color:#8b817f;
	padding:0;
	margin:0;
}


p { 
	font:normal 13px verdana, helvetica, arial, sans-serif;
	color:#8b817f;
	padding:0;
	margin:0;
}

a {
	font:normal 13px verdana, helvetica, arial, sans-serif;
	line-height:0.9em;
	color:#8b817f;
	outline:none;
	text-decoration:none;
	padding:0;
	margin:0;
}

a:hover { 
	text-decoration:underline;
}

img {
	display:block;
	padding:0;
	margin:0;
}

hr {
	border:none 0;
	border-top:1px solid #8b817f;
	height:1px;
	padding:0;
	margin:0 0 5px 0;
}

/* Layout */

#wrapper { 
	width:970px;
	height:800px;
	background:url("/images/background_wrapper.jpg") top left no-repeat;
	position:relative;
	padding:0;
	margin:0 auto;
}

#content {
	width:726px;
	float:left;
	padding:0;
	margin:0 12px 0 0;
}

#sidebar {
	width:232px;
	float:left;
}

#home_logo {
	width:589px;
	height:84px;
	padding:0;
	margin:0 0 14px 68px;
}

#featuredmovie_wrapper {
	width:726px;
	height:535px;
	background:url("/images/background_featuredmovie.jpg") top left no-repeat;
}

#button_continuetomainsite {
	width:232px;
	height:43px;
	background:url("/images/button_continuetomainsite.jpg") no-repeat;
	display:block;
	text-indent:-10000px;
	padding:0;
	margin:0;
}

#buttons {
	width:232px;
	list-style-type:none;
	padding:0;
	margin:55px 0 0 0;
}

#buttons li {
	width:232px;
	height:169px;
	display:inline;
	padding:0;
	margin:0;
}

#buttons li a {
	width:232px;
	height:169px;
	display:block;
	text-indent:-10000px;
	padding:0;
	margin:0 0 14px 0;
}

#button_historyandheritage {
	background:url("/images/button_historyandheritage.jpg") top left no-repeat;
}

#button_products {
	background:url("/images/button_products.jpg") top left no-repeat;
}

#button_communityinvolvement {
	background:url("/images/button_communityinvolvement.jpg") top left no-repeat;
}

#buttons li a:hover {
	background-position:0 -169px;
}

#footer {
	width:576px;
	padding:0 0 0 394px;
	margin:45px 0 0 0;
}

#footer p {
	color:#fff;
}

#footer .footer_col1 {
	width:332px;
	float:left;
	padding:16px 0 0 0;
	margin:0 18px 0 0;
}

.footer_col1_a {
	width:170px;
	float:left;
	padding:0 10px 0 0;
	margin:0;
}

.footer_col1_b {
	width:152px;
	float:left;
}

.footer_col1_c {
	width:332px;
	float:left;
	padding:20px 0 0 0;
	margin:0;
}

#footer .footer_col2 {
	width:226px;
	float:left;
	padding:0;
	margin:0;
}

.footer_col2_b {
	padding:20px 0 0 0;
	margin:0;
}

.clearer {
	clear:both;
}