/* CSS Document */

body {
	background-image: url(images/body-bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #000000;
}

a:link {
	color: #904A0B;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #B07D51;
}
a:active {
	text-decoration: underline;
	color: #5F5F5F;
}

#header {
	position: absolute;
	background: #8e480b url(images/header-bg.jpg) repeat-x;
	left: 0;
	height: 184px;
	width: 100%;
	z-index: 1;
	}
	
#wrapper {
	position: relative;
	width: 900px;
	z-index: 2;
	margin: 0 auto;
	}
	
#address {
	position: absolute;
	top: 95px;
	text-align: right;
	color: #ffffff;
	width: 573px;
	}
	
#nav-container {
	background: url(images/navigation-top-bg.jpg) no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	}
	
#nav-container ul{
	width: 269px;
	margin: 0px 0px 0px 22px;
	padding: 0px;
	}

#nav-container ul li{
	list-style-type: none;
	line-height: 32px;
	border-bottom: #eedccb 1px solid;
	}
	
#nav-container ul li a {
	padding: 0 0 0 22px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	display: block;
	color: #9c571a;
	font-size: 14px;
	}
	
#nav-container ul li a:hover {
	background: #eedccb;
	color: #9c571a;
	text-decoration: none;
	}
	
.page-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing: -1px;
	text-align: right;
	padding-right: 35px;
	}
	
.copyright {
	font-size: 13px;
	padding-left: 27px;
	color: #ffffff;
	}
		
.content {
	padding: 15px;
	line-height: 20px;
	text-align: justify;
	}
	
.content p{
	padding: 0px;
	margin: 10px;
	}
	
.content img {
	padding: 3px;
	background-color: #ffffff;
	border: #eedccb 1px solid;
	margin-right: 10px;
	}
#menu-content{
	padding: 0px 10px 0px 0px;
	margin: 0px;
	}
	
.footer {
	font-size: 13px;
	text-align: right;
	padding-right: 15px;
	color: #ffffff;
	}
	
.footer a {
	font-size: 13px;
	color: #ffffff;
	}
	
.siteby {
	font-size: 12px;
	text-align: right;
	padding: 5px 0 15px 0;
	color: #ffffff;
	line-height: 30px;
	}
.siteby a {
	font-size: 12px;
	color: #ffffff; 
	}
	
.textboxstyle {
	background-color: #ffffff;
	border: #eedccb 1px solid;
	padding: 3px;
	}
	
blockquote {
	background-color: #ffffff;
	border: #eedccb 1px solid;
	padding: 3px;
	text-align: center;
	font-size: 12px;
	}
	
h1 {
	font-size: 20px;
	letter-spacing: -1px;
	margin: 25px 0 0 10px;
	padding: 0px;
	font-weight: normal;
	}
	
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

.menu-time {
	font-style: italic;
	color: #8f8f8f;
	}
	
.menu-sub {
	text-align: right;
	display: block;
	border-bottom: #eedbcb 1px solid;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.menu-table {
	background-color: #faece0;
	border-top: #eadaca 5px solid;
	border-bottom: #eadaca 5px solid;
	border-left: #eadaca 5px solid;
	border-right: #eadaca 5px solid;
	font-size: 12px;
	}
	