body { 
	font-family: "Georgia", "Times New Roman", serif; 
	font-size: 1em; 
	margin: 0; 
	background: url(../images/bg_dirt.jpg) top left;
}
hr { 
	display: none;
} 
a {
	color: #1D8DDB;
}
a:hover { 
	color: #F59926;
}

a.external {
	padding-right: 14px;
	background: url(../images/external.gif) right 50% no-repeat;
}

#header {
	height: 177px;
	background: top center #1D8DDB url(../images/header_bg.jpg) repeat-x;
	text-align: center;
}
#header img {
	margin-left: -500px;
}
#navbar {
	margin: 0px auto 0 auto;
	width: 876px;
	background: url(../images/nav_bg.jpg) bottom left repeat-x;
	text-align: center;
}
#navtable {
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0;
	margin: 0;
	text-align: center;
}
.navlink a {
	color: white;
	text-transform: lowercase;
	white-space: nowrap;
	letter-spacing: -1px;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	_font-style: normal;
	text-decoration: none;
	padding: 5px 10px;
	text-shadow:#000 1px 1px 2px;
}
.navlink a:hover {
	color: #E5BA54;
}
#content {
	margin: 0 auto 0 auto; 
	width: 820px; 
	padding: 28px 44px 28px 44px; 
	background: url(../images/content_bkg.png) 50% top repeat-y; 
	_background-image: url(../images/content_bkg.gif);
}
#footer { 
	clear: both;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #E5BA54;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}
#right-sidebar {
	float:right;
	overflow:hidden;
	width:210px;
	z-index:0;
}
.sidebarNav {
	background-color:#3f2c18;
	margin-bottom:10px;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
}
.sidebarNav h4 { 
	color:white; 
	margin:0; 
	padding:0;
	letter-spacing:-1px;
}
.sidebarNav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sidebarNav a {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #E5BA54;
	display: block;
	width: 180px;
	padding: 3px 4px;
}
.sidebarNav a:hover {
	color: #E5BA54;
	background-color: #2f1c08;
}
#left-mainbar { 
	width: 580px; 
}
#mainbarNav { 
	margin-top: 0px;
}

#left-mainbar {
	font-size: 11pt;
}
#left-mainbar h1 { 
	margin-top: 0;
	border-bottom: 1px solid #E5BA54;
	color: #755947;
	white-space: nowrap;
	letter-spacing: -2px;
}
#left-mainbar li {
	padding-bottom: 20px;
}

#left-mainbar h2 { 
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #1D8DDB;
	font-size: 14pt;
	margin: 0;
}
#left-mainbar h3 { 
	color: #E5BA54;
	font-size: 14pt;
	margin:0;
}

#left-mainbar h4 { 
	margin-bottom: 2px;
	color: #1D8DDB;
}

#left-mainbar address, .indent {
	margin:5px 20px;
	font-style: normal;
	font-size: 13px;
	color: #755947;
}

.about_table {
	margin: 20px 0;
	font-size: 11px;
	color: #755947;
}
.about_table a { 
	font-weight: bold;
	font-size: 14pt;
} 
.about_table img { 
	border: 1px solid #E5BA54; 
	padding: 4px; 
	margin: 0 10px 20px 0;
} 
.about_table img:hover {
	border: 1px solid #1D8DDB;
	background: white;
}
.about_table tr {
	_padding-bottom: 20px;
}

#about_visiting p {
	margin: 4px 0 14px 0;
}
#about_visiting li { 
	padding-bottom: 2px;
}

.btn { 
	display: block;
	padding: 52px 10px 0 10px;
	width: 186px;
	height: 97px;
	border: 2px solid #3f2c18;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
	background-position: top right;
	cursor: pointer;
	margin-top: 15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
}
.btn:hover { 
	color: #fff;
	border-color: #1D8DDB;
}

