
BODY {
	color: #000000;
	background-color: #D3C1A8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*text-align: justify;*/
}

#main {
	text-align: center;
	width: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#frontpic {
	margin: 25px 0px 25px 0px;
	padding: 0px;
}

:link {
	color: #3C3CFF;
	text-decoration: none;
}
:visited {
	color: #764605;
	text-decoration: none;
}
:link:hover, :visited:hover {
	color: #764605;
	text-decoration: none;
}

a img {
	margin:0px;
	padding:0px;
	border: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px 0px 25px 0px;
	padding:0px;
	
}

#title { /* creates clear space above the black lines and menu for the logo to appear in */
	margin: 0px;
	padding: 5px 0px 70px 0px;
	text-align: center;
}

#topline { /* the upper black line above the menu */
	background-color: #000000;
	color: #000000;
	position:absolute; top: 154px; left: 0px;
	width: 100%;
	line-height: 1px;
}


#botline { /* the lower black line above the menu */
	background-color: #000000;
	color: #000000;
	position:absolute; top: 180px; left: 0px;
	width: 100%;
	line-height: 1px;
	
}

/* stuff for forms */
form {
	display:inline;
	margin:0px;
	padding: 0px;
}

div.row {
  clear: both;
  padding-top: 15px;
}

div.row span.label {
  float: left;
  width: 48%;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 50%;
  text-align: left;
} 

input, textarea {
	color: #000000;
	background-color: #DDDDDD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

/* stuff for the gallery */
#gallerylist {
	border: 0px;
	width: 80%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#gallerylist img {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
}

  
gallerylist. float {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}