body {
	margin:0;
	padding:0;
	background-color:#FCFFF6;
	background-image:url(../images/home/repeat_top.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#9F9183;
}
p, h1, h2, h3, h4 {
	margin:0;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:19px;
	color:#C00520;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	color:#C00520;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	color:#C00520;
}

/*** MAIN CONTAINERS ***/
#main_top {
	width:100%;
	background-image:url(../images/home/top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#main_btm {
	width:100%;
	background-image:url(../images/home/repeat_btm.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}
#container_outer {
	width:806px;
	margin:auto;
	background-image:url(../images/home/btm_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#container_inner {
	position:relative;
	width:806px;
	margin:auto;
	background-image:url(../images/home/top_inner.jpg);
	background-repeat:no-repeat;
}

/*** PARTS ***/
#logo {
	width:290px;
	height:70px;
	margin:auto;
	margin-bottom:24px;
	overflow:hidden;
}
#logo a {
	width:290px;
	height:70px;
	text-indent:-9999px;
	display:block;
}
#logo a:hover {
	width:290px;
	height:70px;
}
#nav {
	position:absolute;
	top:76px;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	color:#C00520;
	text-align:center;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	display:inline;
	line-height:19px;
	list-style:none;
	list-style-image:none;
	background-image:url(../images/home/nav_bullet.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:12px;
}
#nav ul li.first {
	background-image:none;
	padding-left:0;
}
a.nav:link {
	color: #C00520;
	text-decoration: none;
}
a.nav:hover {
	color: #000;
	text-decoration: none;
}
a.nav:active {
	color: #000;
	text-decoration: none;
}
a.nav:visited {
	color: #C00520;
	text-decoration: none;
}
a.nav:visited:hover {
	color: #000;
	text-decoration: none;
}
#banner {
	width:806px;
	height:304px;
	background-image:url(../images/home/banner_bkgd.jpg);
	background-repeat:no-repeat;
}
#welcome {
	width:371px;
	min-height:75px;
	padding:55px 43px 0 61px;
	float:left;
	background-image:url(../images/home/welcome_bkgd.jpg);
	background-repeat:no-repeat;
	font-style:italic;
}
#divider {
	width:3px;
	height:150px;
	margin-top:19px;
	background-image:url(../images/home/divider_stripe.png);
	overflow:hidden;
	float:left;
}
#gallery {
	width:279px;
	height:174px;
	margin:0 0 22px 14px;
	float:left;
	overflow:hidden;
}
#gallery a {
	width:279px;
	height:174px;
	text-indent:-9999px;
	display:block;
	background-image:url(../images/home/gallery.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#gallery a:hover {
	width:279px;
	height:174px;
	background-image:url(../images/home/gallery.gif);
	background-repeat:no-repeat;
	background-position:0 -174px;
}

/*** FOOTER ***/
#footer {
	width:806px;
	height:155px;
	margin:auto;
	padding-top:37px;
	background-image:url(../images/home/btm_btm.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#CCB8A5;
	text-align:center;
	line-height:20px;
}
a.footer:link {
	color: #CCB8A5;
	text-decoration: none;
}
a.footer:hover {
	color: #C00520;
	text-decoration: underline;
}
a.footer:active {
	color: #C00520;
	text-decoration: none;
}
a.footer:visited {
	color: #CCB8A5;
	text-decoration: none;
}
a.footer:visited:hover {
	color: #C00520;
	text-decoration:underline;
}

/*** STYLES ***/
a:link {
	color:#C00520;
	text-decoration:none;
}
a:hover {
	color:#C00520;
	text-decoration:underline;
}
a:active {
	color:#C00520;
	text-decoration:underline;
}
a:visited {
	color:#C00520;
	text-decoration:none;
}
a:visited:hover {
	color:#C00520;
	text-decoration:underline;
}