body {
	width: 760px;
	margin: 0 auto;
	font-family: arial, helvetica, sans;
	color: #3F1704;
	font-size: 14px;
}

.clr {
	clear: both;
}

#header {
	margin-bottom: 12px;	
}

#wrapper {
	float: left;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}



#nav_top {
	float: left;
	clear: both;
	width: 190px;
	height: 18px;
	border-left: 10px solid #fff;
	background-image: url(images/nav_top.gif);
}

#nav_bottom {
	float: left;
	clear: both;
	width: 190px;
	height: 24px;
	border-left: 10px solid #fff;
	background-image: url(images/nav_bottom.gif);
}

.contact {
	padding-left:25px;
	color: #F7C422;
	background-position: 10px bottom;
	background-image: url(images/contact_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	height: 320px;
}

.nav {
	width: 206px;
}

.main {
	width: 450px;
	padding-left: 54px;
	padding-right: 40px;
}

#main_top {
	float: left;
	width: 530px;
	height: 18px;
	margin-left: 20px;
	background-image: url(images/content_top.gif);
}

#main_bottom {
	float: left;
	width: 530px;
	height: 24px;
	margin-left: 20px;
	background-image: url(images/content_bottom.gif);
}

#bottom_nav {
	clear: both;
	font-weight: bold;
	font-size:11px;
	text-align: right;
	padding-top:5px;
	_padding-top:0px;
	padding-bottom: 5px;
}

#bottom_nav a {
	text-decoration: none;
	text-transform: uppercase;
}

/* headers */

h1 {
	font-size: 20px;
	color: #3F1704;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
	color: #3F1704;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}

small {
	font-size: 10px;
	font-weight: bold;
}

strong {
	color: #6c691a;
}

a {
	color: #3F1704;
}

big {
	font-size:25px;
}

p img {
	margin-left: 10px;
	margin-bottom: 15px;
}

td.thumbnails {
	padding: 5px;
}

td.thumbnails a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

td.thumbnails img {
	border: 2px solid #6d6b18;
}

p.thumbnails img {
	display: inline;
	border: 2px solid #6d6b18;
	margin-left: 15px;
	margin-bottom: 15px;
}
/* navigation */

.nav ul {
	color: #C5AE1C;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 0;

	width: 160px;
	margin-top: 10px;
}

.nav li {
	margin-bottom: 20px;
}

.nav li.level0 {
	padding-left: 28px;
	font-size: 16px;
}

.nav li.level1 {
	padding-left: 25px;
	font-size: 16px;
	margin-bottom: 12px;

}

.nav li.level2 {
	margin-left: 25px;
	padding-left: 20px;
	font-size: 11px;
	margin-bottom: 12px;
	width: 60px;
}

.nav li.level0.selected0 {
	font-size: 17px;
	background-image: url(images/nav_arrow1.gif);
	background-position: 4px 5px;
	background-repeat: no-repeat;
}

.nav li.level1.selected1 {
	font-size: 15px;
	background-image: url(images/nav_arrow2.gif);
	background-position: 4px 5px;
	background-repeat: no-repeat;
}

.nav li.level2.selected2 {
	font-size: 11px;
	background-image: url(images/nav_arrow3.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
}

.nav li.level0 a.selected0 {
	font-size: 20px;
	color: #F7C422;
}

.nav li.level1 a.selected1 {
	font-size: 17px;
	color: #F7C422;
}

.nav li.level2 a.selected2 {
	font-size: 13px;
	color: #F7C422;
}

.nav li a {
	color: #C5AE1C;
	text-decoration: none;
}

.nav li.active {
	font-size: 17px;
}

.nav li.home {
	font-size: 22px;
}

.message {
	width: 434px;
	margin: 0 auto;;
	border: 2px solid #6d6b18;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-right:10px;
	background-color: #C5AE1C;
	margin-top: 15px;
}

.message2 {
	width: 434px;
	margin: 0 auto;;
	border: 2px solid #ffffff;
	font-size: 13px;
	font-weight: normal;
	padding-left: 10px;
	padding-right:10px;
	background-color: #780623;
	color: #ffffff;
	margin-top: 15px;
}

.message2 h1 {
	color: #ffffff;
}

.message3 {
	width: 410px;
	margin: 0 auto;
	border: 2px solid #6d6b18;
	font-size: 13px;
	font-weight: normal;
	padding-left: 10px;
	padding-right:10px;
	background-color: #C5AE1C;
	color: #3F1704;
	margin-top: 15px;
  margin-left: 10px;
}

.message3 h2 {
  color: #780623;
  margin-top: 15px;
}