body {
	background: #000;
	margin: auto;
	text-align: center;
	color: #000;
	padding: 30px 0px 30px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;;
	background: url('images/wood.jpg') repeat;
	font-size: 11px;
}
#container {
	padding: 0px;
	width: 750px;
	margin: auto;
	background-image: url('images/background.gif');
	background-repeat: repeat-y;
	border: 1px solid #666;
}
#left {
	width: 186px;
	height: 400px;
	min-height: 400px;
	height: auto;
	float: left;
	margin: 35px 0 0 0;
}
#right {
	font-size: 12px;
	line-height: 18px;
	padding: 0px 15px;
	width: 520px;
	float: left;
	text-align:left;
	color:#333;
}
h1 {
	font-size: 19px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#666;
}
.photoright {
	margin: 15px 0px 20px 10px;
}
.photoleft {
	float: left;
	margin: 15px 0 15px 0px;
}

#logo {

   color: #000;
   font-size: 9px;
   padding: 0px;
   margin: 0px 8px 0 0;
}
#logo img, #logo a{
   text-decoration:none;
   color:#fff;
   border: none;
}
#navcontainer { width: 186px; }

#navcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navcontainer a{
	text-align: left;
	display: block;
	padding: 7px 15px;
	border-bottom: 1px solid #fff;
	margin: 0px;
	height: 17px;
}
#navcontainer a:link, #navlist a:visited{
	color: #fff;
	text-decoration: none;
}
#navcontainer a:hover{
	background-color: #e8e7e7;
	color: #277c80;
}
#leftcontent{float: left; width: 250px; border: 0px solid red;}
#leftcontent ul{margin-left: 15px; padding: 0px;}
#rightcontent {float: right; width: 250px; border: 0px solid blue;}
#footer {
    margin: 0 auto;
    width: 750px;
	height: 39px;
	padding: 0px;
	background: url('images/footer.gif') no-repeat top;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

/*--------------------form-----------------*/

label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 300px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #000;}
textarea {border: 1px solid #ccc; }
input {border: 1px solid #ccc;}
form {border: none;}
	