body {
	background-color:#122920;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
form {  
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 500px;
  width: 450px; 
}

form fieldset {
  
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 10px 0px;
}
form fieldset legend{
	font-size:14px;
}
form label{
	display: block; 
	float: left; 
	width: 122px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right;
}
form input, form textarea {
	width:auto;  
	margin:5px 0 0 10px;
}
form br {
	clear:left;
}

#banner {
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	width:760px;
	height:139px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#banner span {
	position:absolute;
	left:-999em;
}
#header{
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	width:760px;
	height:41px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-size:26px;
	padding:10px 0px 0px 0px;
}
#upperback{
	background-image:url(images/upperback.gif);
}
#middleback{
	background-color:#5c1416;
	background-image:url(images/lowerback.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	overflow:hidden;
	float:none;
}
#center{
	/*background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:center;
	overflow:hidden;
	float:none;*/
	width:760px;
	/*text-align:center;
	display:block;*/
	
	margin-left:auto;
	margin-right:auto;
	

}
#left{
	float:left;
	display:block;
	width:760px;
	text-align:left;
	background-image:url(images/lowerleft.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;

}
#right{
	float:right;
	width:760px;
	display:block;
	/*width:166px;*/
	background-image:url(images/lowerright.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	text-align:right;


}
#bottom {
	display:block;
	background-image:url(images/lower2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:760px;
	height:105px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#nav {
	/*clear:both;*/
	float:left;
	text-align:left;
	width:136px;
	padding:0px 0px 113px 7px;
	/*background-image:url(images/background.gif);
	background-repeat:repeat-y;*/

	
}

#nav a{
	color:#FFFFFF;
	display:block;
	padding:3px 0px 3px 0px;
	font-size:14px;
}

#nav a:hover{
	color:#FFCC33;
}

#content {
	width:460px;
	text-align:left;
	float:left;
	background-image:url(images/background3.gif);
	background-repeat:repeat-y;
	background-position:center;
	padding:0px 5px 0px 5px;
	margin-left:auto;
	margin-right:auto;

}
#slideshowImg {
	margin-left:auto;
	margin-right:auto;

}
.contact {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	display:block;
	width:450px;
}
.sideImg{
	float:left;

}