* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	background: #802A2A;
	color: #fff;
}
img { border: none; margin: 0; padding: 0; }
h2,
ul { 
	margin: 10px 40px;
}
h1 { 
	font-size: 16px;
	margin: 10px 75px;
	color: #bf8987;
}
h2 { font-size: 14px; }
ul { font-size: 12px; }
hr {
	width: 600px;
	text-align: left;
}
p {
	margin: 15px 0;
}
#wrapper {
	background: #300000;
	margin: 0px auto;
	padding: 0;
	width: 800px;
}
#footer,
#copyright {
	text-align: center;
	font-size: 10px;
	width: 100%;
}
#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 142px;
}
#about {
	width: 650px;
	height: 488px;
	margin: 10px 0 10px 25px;
	background: url(images/about.jpg) no-repeat;
}
#about p {
  width:600px;
  margin: 10px auto;
  font-size: 11px;
  color:#333;
  background: #300000;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
}
.menu {
	margin-top: 20px;
	margin-left: 20px;
}
#contentFull {
	width: 100%;
}
#contentFull p {
	font-size: 12px;
	width: 550px;
}
.contentRight {
	margin-left: 460px;
}
.contentRight p {
	font-size: 12px;
	margin: 10px 40px 0 0;
}
.contentRight ul {
	font-size: 11px;
}
#contentLeft,
#contentLeftHome {
	float: left;
	width: 450px;
}
#contentLeft p {
	font-size: 12px;
	margin: 12px 40px 0 40px;
}
.col2 {
	float: right;
	width: 250px;
}
.col2 p {
	font-size: 16px;
	margin: 80px 60px 0 0;
	color: #444;
}
.clear {
	clear: both;
}
#footer {
	background: #000;
	color: #fff;
	clear: both;
	font-size: 9px;
	width: 100%;
	height: 30px;
	text-align:center;
}
#footer a {
	outline: none;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
	background: #999;
}
#copyright {
	height: 50px;
	text-align: center;
}
#gallery {
	list-style-type: none;
}
#gallery li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #fff;
}
#gallery img {
	display: block;
	border: 1px solid #000;
	height: 75px;
}
.aboutleft {
  margin-right:20px;float:left;clear:left;
}
.aboutright {
   margin-left:20px;float:right;clear:right;
}
#detailedForm fieldset {
  display: block;
	width: 17em;
	margin: 1.5em auto;
	padding: 1em 1em .5em 1em;
	font-size:12px;
}
#detailedForm fieldset.submit {
  border: none;
	background-color: transparent;
	text-align: center;
}
#detailedForm input {
  display: block;
	width: 15em;
}
#detailedForm label {
  display: block;
	margin-bottom: 1em;
	font-size:10px;
}
#detailedForm select {
  display:block;
}
.note {
  color: #ff0000;
  font-size: 9px;
  font-style: oblique;
  text-align: center;
}