@charset "UTF-8";
body  {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color: #91772C;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

h2 {
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 26px;
	color: #661c0e;
}
h3 {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
h4 {
	margin-top: 5px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.homeheading {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #44260e;
}

.quote {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 18px;
}


/* header */

#header {
	width: 900px;
	height: 52px;
	margin: 0 auto;
	padding-top: 0px;
	text-align: left;
}

/* Logo */

#logo {
	float: right;
	width: 300px;
	height: 100px;
	background: url(images/img02.gif) no-repeat;
}

#logo h1 {
	margin: 0;
	padding-top: 50px;
	text-transform: lowercase;
	font-size: 48px;
	line-height: 60px;
}

#logo h2 {
	margin: -10px 0 0 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 8px;
	line-height: 8px;
}

#logo a {
	text-decoration: none;
	color: #7F7772;
}

#logo a:hover {
	color: #000000;
}


#top {
	width: 900px;
	height: 91px;
	margin: 0 auto;
	padding-top: 0px;
	text-align: left;
}

/* Home Top */

#home_top {
	width: 900px;
	height: 390px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

#home_top_left {
	width: 410px;
	float: left;
	text-align: left;
	margin: 0 auto;
	padding-top: 15px;
	padding-left: 40px;
}

#home_top_right {
	width: 400px;
	float: right;
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 15px;
}

/* Home Bottom */

#home_bottom {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	line-height: 18px;
}

#home_left {
	width: 350px;
	float: left;
	text-align: left;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 25px;
}

#home_flash {
	width: 450px;
	float: left;
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#home_right {
	width: 365px;
	height: 240px;
	float: right;
	text-align: left;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 50px;
}

/* Body */


#body {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

#body_left {
	width: 275px;
	float: left;
	text-align: left;
	margin: 0 auto;
	padding-left: 40px;
}

#body_right {
	width: 550px;
	float: right;
	text-align: left;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 15px;
}

/* Footer */

#footer {
	clear: both;
	height: 80px;
	padding-top: 20px;
	background-image:url(images/bg_footer.gif);
	background-repeat:repeat-x;
	background-color: #44360E;
	font-size: 12px;
	color: #FFF;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer_wrap {
	width: 800px;
	clear: none;
}

#footer_left {
	width: 430px;
	clear: none;
	float: left;
	text-align: left;
	padding-right: 20px;
}

#footer_right {
	width: 350px;
	clear: none;
	float: right;
	text-align: right;
}
