@font-face
{
  font-family: TrajanPro;
  src: url(font/TrajanPro-Regular.otf) format("opentype");
}

body
{
	background: url('img/back.jpg');
	margin: 0;
	font-family: Comic Sans MS;
	font-size: 10pt;
}

a { color: #000; }

fieldset label { padding: 0 10px; }

#main { margin: auto; width: 1033px; }

#strip-head
{
	background: url('img/darkness.png');
	height: 300px;
	width: 100%;
	top: 140px;
	z-index: -1;
	position: absolute;
	border-top: 1px solid #02260b;
	border-bottom: 1px solid #004F17;
}

#strip-foot
{
	position: relative;
	z-index: -1;
	top: -100px;
	height: 150px;
	background: url('img/darkness.png');
	border-top: 1px solid #02260B;
	border-bottom: 1px solid #004F17;
}

#neck
{
	font-family: TrajanPro;
	font-size: 14px;
	height: 220px;
	background: url('img/neck.png');
}
#neck a { color: #FFF; text-decoration: none; }
#neck img { vertical-align: middle; padding: 1px; }
#neck ul { list-style: none; text-align: center; padding: 190px 0 0 0; }
#neck ul li { display: inline; }
#neck a:hover { color: #F5E553; }

#body
{
	margin: 0 70px;
	padding: 15px;
	background: url('img/body-back.jpg');
}

#body hr { margin: 10px 0; border: 0; width: 100%; height: 1px; color: #CAAA65; background: #CAAA65; }

.home-box { width: 279px; float: left; margin: 4px; }
.home-box-head
{
	color: #E1C06E;
	padding: 20px 10px;
	height: 90px;
	background: url('img/home/box-head.jpg');
}
.home-box-head h3 { color: #FFF; font-family: TrajanPro; font-size: 15pt; margin: 0; text-align: center; }
.home-box-head p { margin-top: 0; }
.home-box-head a { color: #FFF; }
.home-box-body
{
	color: #5F0505;
	background: #F4D992;
	padding: 0 20px;
	border-left: 1px solid #BFA160;
	border-right: 1px solid #BFA160;
	height: 300px;
}
.home-box-body ul
{
	list-style-image: url('img/home/box-list-item.png');
}
.home-box-body ul li { border-bottom: 1px dotted #BFA160; }
.home-box-body .more { font-weight: bold; margin-bottom: 0; text-align: right; }
.home-box-foot
{
	height: 50px;
	background: url('img/home/box-foot.png');
	border-left: 1px solid #BFA160;
	border-right: 1px solid #BFA160;
}

#knee
{
	margin: 0 70px;
	height: 41px;
	background: url('img/knee-back.png');
}

#knee ul { margin: auto; list-style: none; padding: 10px 80px; }
#knee ul li { float: left; padding: 0 20px; }

#foot { text-align: center; padding: 20px; color: #080; }
#foot a { color: #080; }

.clear { clear: both; }
.noside { margin: 0; padding: 0; }
.center { text-align: center; }
.right { float: right; }
.padded { padding: 5px; }
.gal img { border: 1px solid #000; }

/* Scrollable Galleries */

.scrollable {
	position: relative;
	overflow: hidden;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
}
