body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-color: #d6783a;
	margin: 0px;
}

#wrapper{
	width: 800px;
	margin: auto;
	margin-bottom: 20px;
}

#content{
	background-image: url(images/contentBg.jpg);
	background-repeat:repeat-y;
	padding: 8px 20px 0px 20px;
	height: 100%;
}

#content img.header{
	margin: -8px 0px 8px -20px;
}
#content img.footer{
	margin: 0px 0px 0px -20px;
}
#content label{
	float: left;
	width: 130px;
	font-weight:bold;
	font-size:10px;
	margin-top: 5px;
}
#content input, #register textarea, #register button, #register select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 2px;
	margin: 2px;
	width: 220px;
	
	border: solid 1px #b39679;
}
#register select{
	width: 226px;
}
#content textarea{
	height: 100px;
}
#content #registerTerms, #content #registerFeature, #content #registerFilmed{
	width: 12px;
	border: none;
}

#content #registerPhoto, #content #registerMusic, #content #registerPlan{
	width: 100px;
}

#content #registerSubmit{
	width: 80px;
	margin-left: 278px;
}
#toc{
	border-left: solid 1px #b39679;
	padding-left: 8px;
	float: right;
	width: 380px;
}
#toc h2{
	margin-top: 0px;
	font-size:11px;
}
.left{
	width: 285px;
	float:left;
}
.frontright{
	width: 300px;
	float:left;
}

.frontleft{
	width: 400px;
	float:left;
	padding-left:20px;
	text-align:justify;
}

.right{
	width: 440px;
	float:left;
	padding-left:20px;
}

.leftFringe{
	width: 320px;
	float:left;
}
.rightFringe{
	width: 420px;
	float:left;
}



#content p{
	margin-top: 0px;
	padding-top: 0px;
}
#content h2{
	font-size: 12px;
	color: #a02520;
}

#content h4{
	font-size: 10px;
	color: #000000;
}
#register strong{
	margin-left: 15px;
	font-size: 11px;
	color: #a02520;
	display: block;
}
#register h3{
	color: #a02520;
	font-size: 9px;
	margin: 0px;
	padding: 0px 0px 5px 0px;;
	margin-left: 140px;
}

 hr {
  border: 0;
 color: #b24128;
 background-color: #b24128;
 height: 1px;
}

#confirm{
	
}
#confirm h2{
	color: #a02520;
}

span.required{
	color: #a02520;
	font-weight: bold;
	display: inline;
	float: left;
}

a {
color: #a02520;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}


div#showcases{
	margin-left: -9px;
	margin-top: -10px;
}

div#galleryHolder{
	min-width: 790px;
}

div#galleryHolder img{
padding-bottom: 8px;
padding-left: 15px;
}

div.imagegallery{
	float: left;
	text-align: center;
	min-width: 168px;
	height: 145px;
}

div.imagegallery a img{
	border: none;
}

p.position{
	position:relative;
	top: -10px;
	left: 5px;
}