html { 
	height: 100%; 
}

body {
	background:#fcfcfc url('images/headbg.gif') top center repeat-x;
	margin: 0;
	padding: 0;
	font-family:verdana,arial;
	font-size:68%;
	height: 100%;
	text-align:left !important;
	text-align:center;
	}
a{
	color:#d86919;
	text-decoration:none;
	}
a:hover{
	color:#000;
	}
#container {
	height: auto !important;
	background:#fcfcfc url('images/body.gif') repeat-y;
	height: 100%;
	width:840px;
	margin:0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
		font-size:1.2em;
		color:#6c6c67;
}	

h1,h2{
	font-family:georgia, serif;
	color:#be9874;
	}
h1{
		font-size:1.4em;
}
h2{
	font-size:1.2em;
	}


#bg{
		background:url('images/headbg.gif') top center repeat-x;
		height:107px;
		position:absolute;
		top:0;
		width:100%;
}

#header{
	height:107px;	
	padding:0;
	margin:0;
	border:none;	

	}
#footer {	
	background:url('images/footbg.gif') repeat-x;
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 0;	
	margin-top: -108px;
	}	
	
#footerimage{
	height:108px;
	padding-top:20px;
	background:url('images/footer.gif') repeat-x;
	width:840px;
	margin:0 auto;
	}

#thumbs img{
	height:100px;
	width:100px;
	}
	
#maintext{
	width:525px;
	margin-left:50px;
	overflow:auto;
	padding-bottom:108px;
	}
	
#porttext{
	width:525px;
	margin-left:50px;
	overflow:auto;
	}
#thumbs{
	width:740px;
	margin-left:50px;
	overflow:auto;
		padding-bottom:108px;

	}
	
#nav ul{
	list-style:none;
	margin:0;
	padding:0 0 20px 50px;
	}
#nav li{
	display:inline;
	padding: 0 20px 0 0 ;
	}	
#nav li a{
	color:#8a7b7b;
	text-decoration:none;
	font-size:1.1em;

	}
#nav li a:hover{
	color:#be9874;
	}
#pics{
	position:absolute;
	top:0;
	margin-left:580px;
	}
	
	
	/* CONTACT FORM  */		
#formcont  {
			width: 620px;
			position: relative;
			float: left;
			text-align: center;
			}
#formdiv  {
			margin-left: auto;
			margin-right: auto;
			width: 350px;
			/*background: #F9F6FF;
			border: 2px solid #ccf;*/
			}
div.row {
  clear: both;
  padding-top: 5px;
  }

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

div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  }
  
 
  div.submit  {
  clear: both;
  padding-top: 5px;
  }

div.submit  span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.submit  span.formw {
  float: right;
  width: 235px;
  text-align: left;
  }


.submit  {	
			text-align: right;
			}
