@charset "utf-8";
/* CSS Document */

body {
/*	background: #ede7ca;*/
	background: #1e1e1e;
	color: #ffffec;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#banner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
/*	max-width: 100%;*/
	height: 360px;
	overflow: hidden;
	z-index: 3;
}

#banner-s {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
/*	background: #d8cea6 url(../images/banner2s.jpg) 0 0 repeat-x;*/
/*	max-width: 100%;*/
	height: 212px;
	overflow: hidden;
	z-index: 0;
}

#banneroverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 360px;
	z-index: 9998;
	overflow: hidden;
}

#menu {
	position: absolute;
	bottom: 360px;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 9999;
	background: none;
}

#menu.bottom {
	bottom: 212px;
	height: 27px;
	background: none;
}

#main-outer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	bottom: 239px;
	margin: 0;
	padding: 0;
	border: none;
	overflow: auto;
}

#main {
	position: relative;
	width: 942px;
	height: auto;
	top: 0;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: justify;
	border-left: solid 2px #dd2a45;
}

#background {
	position: absolute;
	bottom: 212px;
	right: 0;
	width: 640px;
	height: 480px;
	background: url(../images/bg.jpg) 0 0 no-repeat;
	z-index: 0;
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 38px;
/*	color: #ffffec;*/
	color: #f5e3b8;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 0.2em -18px;
	padding: 20px 0 4px 38px;
	border-bottom: solid 7px #c2ad7e;
/*	text-shadow: 4px 4px 8px #c2ad7e;*/
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #ffffec;
	font-weight: normal;
	line-height: 0.9em;
	margin: 0.5em 0 0.2em 17px;
	letter-spacing: -1px;
}

#menu h2 {
	margin: -3px 0 0.12em 0;
}

h3, h5, p, p.alt, li {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0 0 18px;
	font-size: 13px;
	font-weight: normal;
	color: #c2ad7e;
	line-height: 1.4em;
}

h4 {
	margin: 0 0 0 18px;
	font-size: 13px;
	font-weight: normal;
	color: #c2ad7e;
}

h5 {
	padding-top: 12px;
}

h6 {
	font-size: 11px;
	font-weight: normal;
	margin: 7px 0 0 0;
	text-transform: uppercase;
}

p, p.alt {
	margin: 1em 0 1em 18px;
	text-align: left;
	text-align: justify;
	width: auto;
}

p.alt {
	font-weight: bold;
	font-size: 16px;
}

a {
	color: #8f794f;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a:active {
	color: #8f794f;
}

a:hover {
	color: #ffffec;
	border-bottom: solid 2px #dd2a45;
}

#menu a {
/*	color: #ffffec;*/
	font-weight: normal;
}

#menu a:hover, #menu.bottom a:hover {
	color: #ffffec;
	border-bottom: solid 4px #dd2a45;
}

#photos {
	 width: auto;
	 height: auto;
	 margin: 18px auto 0 18px;
	 text-align: left;
}

img {
	border: solid 1px #8f794f;
}

img.mainphoto {
	width: 640px;
	height: 480px;
	float: left;
	margin: 17px 17px 10px 18px;
}

ul {
	list-style-type: square;
	text-align: left;
	margin: 1em 0 0 0;
	padding: 0;
}

li {
	margin-left: 688px;
}

li.bigmargin {
	margin-left: 31px;
}


div.thumb {
	background: transparent url(../images/thumbbg.png) no-repeat -1px -1px;
	width: 125px;
	height: 99px;
	float: left;
	text-align: left;
	margin: 0 5px 5px 0;
}

div.thumb img {
	width: 107px;
	height: 80px;
}

div.thumb img:hover {
	margin-top: 3px;
	margin-left: 3px;
}

div.thumb a:hover {
	border-bottom: none;
}

img#logo {
	width: 541px;
	height: 71px;
	border: none;
	margin-top: 10px;
}

hr {
	border: none 0;
	border-top: 2px solid #dd2a45;
	height: 2px;
	color: #dd2a45;
	background-color: #ede7ca;
	width: 960px;
	margin: 10px 0 6px -18px;
}
