@charset "utf-8";
/* -------Main CSS (Start)------- */

body {
	background-color: #000000;
	background-image: url(../images/site/wallpaper1.jpg);
	background-repeat: repeat-x;
	background-position: center 151px;
	
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	padding: 0;
}

h1 {
	font-style: italic;
	color: #723b24;
	font-size: 25px;
	margin: 0px 80px 20px 80px;
	text-align: left;
}

h2 {
	font-style: italic;
	color: #723b24;
	font-size: 20px;
	margin: 30px 80px 20px 80px;
	text-align: left;
}

p {
	font-size: 17px;
	font-style: normal;
	line-height: 130%;
	margin: 0px 80px 15px 80px;
	text-align: left;
}

p.copyright {
	color: #723b24;
	font-size: 12px;
	font-style: normal;
	text-transform:uppercase;
	text-align: center;
	height: auto;
}

p.email {
	color: #723b24;
}

a {
	color: #723b24;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
}

/* -------Main CSS (End)------- */

#navbar {
	background-color: #000000;
	background-image: url(../images/site/navbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	
	height: 151px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#navbar_main {
	
	height: 151px;
	width: 728px;
	margin: 0 auto 0 auto;
}

#navbar_buttonfiller {
	background-image: url(../images/site/navbar_main_buttonfiller.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	
	height: 151px;
	width: 10px;
}

#navbar_right {
	background-image: url(../images/site/navbar_right.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	
	height: 151px;
	width: 37px;
}

/* -------Navigation Bar Buttons (Start)------- */

#link_logo {
	float: left;
	
	height: 151px;
	width: 264px;
}

#link_logo a {
	background-image: url(../images/site/navbar_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	
	height: 151px;
	width: 264px;
}

#link_logo a:hover {
	background-position: 0 -151px;
	float: left;
	
	height: 151px;
	width: 264px;
	margin: 0;
}

#link_home {
	float: left;
	
	height: 151px;
	width: 51px;
}

#link_home a {
	background-image: url(../images/site/navbar_link_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	
	height: 151px;
	width: 51px;
	margin: 0;
}

#link_home a:hover {
	background-position: 0 -151px;
	float: left;
	
	height: 151px;
	width: 51px;
	margin: 0;
}

#link_staff {
	float: left;
	
	height: 151px;
	width: 45px;
}

#link_staff a {
	background-image: url(../images/site/navbar_link_staff.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	
	height: 151px;
	width: 45px;
	margin: 0;
}

#link_staff a:hover {
	background-position: 0 -151px;
	float: left;
	
	height: 151px;
	width: 45px;
	margin: 0;
}

#link_contact {
	float: left;
	
	height: 151px;
	width: 62px;
}

#link_contact a {
	background-image: url(../images/site/navbar_link_contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	
	height: 151px;
	width: 62px;
	margin: 0;
}

#link_contact a:hover {
	background-position: 0 -151px;
	float: left;
	
	height: 151px;
	width: 62px;
	margin: 0;
}

#link_faq {
	float: left;
	
	height: 151px;
	width: 44px;
}

#link_faq a {
	background-image: url(../images/site/navbar_link_faq.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	
	height: 151px;
	width: 44px;
	margin: 0;
}

#link_faq a:hover {
	background-position: 0 -151px;
	float: left;
	
	height: 151px;
	width: 44px;
	margin: 0;
}

#link_photo {
	float: left;
	
	height: 151px;
	width: 98px;
}

#link_photo a {
	background-image: url(../images/site/navbar_link_photo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	
	height: 151px;
	width: 98px;
	margin: 0;
}

#link_photo a:hover {
	background-position: 0 -151px;
	float: left;
	
	height: 151px;
	width: 98px;
	margin: 0;
}

#link_directions {
	float: left;
	
	height: 151px;
	width: 77px;
}

#link_directions a {
	background-image: url(../images/site/navbar_link_directions.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	
	height: 151px;
	width: 77px;
	margin: 0;
}

#link_directions a:hover {
	background-position: 0 -151px;
	float: left;
	
	height: 151px;
	width: 77px;
	margin: 0;
}

/* -------Navigation Bar Buttons (End)------- */
	
#break_top {
	height: 70px;
	width: 696px;
	margin: 0 auto 0 auto;
}

#content_main {
	background-color: #efdfa6;
	background-image: url(../images/site/content_main_bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
	border-right: 3px solid #7d5740;
	border-left: 3px solid #7d5740;
	
	height: 1050px;
	width: 696px;
	margin: 2px auto 0 auto;

}

#copyright {
	background-color: #efdfa6;
	border-top: 1px dashed #7d5740;
	border-right: 3px solid #7d5740;
	border-left: 3px solid #7d5740;
	
	width: 696px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
}	
