body{
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: -moz-center; /* added to ensure layout is centred in firefox */
	!text-align: center; /* ! ensures only IE can read this declaration */
    background-image: url(images/pagebg.gif);
	background-color: #e3e3e3;
	background-repeat: repeat-y;
	background-position: center;
	




}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;



}


h1 {
	color: #ff9d00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;




}

.black {
		color: #333333;
		font-weight: 100;



}

#container {

			width: 880px;
			text-align: left;
			background: #fff;
			margin:0 auto 0 auto;



}


#header {
		width: 40%;
		float: left;
		padding-top: 5px;
		padding-bottom: 5px;
		




}

#contact {
	width: 58%;
	float:left;
	text-align: right;
	padding-top: 5px;
	height: 120px;
	padding-bottom: 5px;
			
			
			
			
			
			



}

p.contact {
			font-size: 10px;
			padding: 1px;
			color: #000000;
			line-height: 12px;
			
			
}

#masthead {
           margin-top: 5px;
		   clear:both;
			



}



#left {
		float:left;
		width: 20%;




}


#content {
		float: left;
		width: 100%;
		background: #fff;



}

#content h1 {
		padding-left:20px;
		}

#content p {
		padding-left:20px;
		padding-right:20px;
		text-align:justify;
		}

#footer {
		clear:both;
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #999999;
		text-align: right;

		background-color: #e3e3e3;
		height: 15px;
		width: 890px;




}

#footer a, #footer p {
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #999999;
		font-weight:bold;
		text-decoration:none;
}

#menu{
		position:relative;
		display:block;
		height:20px;
		width: 890px;
		font-size:11px;
		font-weight:bold;
		font-family:Arial,Verdana,Helvetica,sans-serif;
		color: #555;
		background-color: #e3e3e3;
		

}


#menu ul{
		margin:0;
		padding:0;
		list-style-type:none;
		width:auto;
}

#menu ul li{

		display:block;
		float:left;
		margin:0;
		padding-left: 15px;
		font-size:14px;
}


#menu a {
text-decoration: none;
color: #555;



}

#menu a:hover,#menu td a.current{
		text-decoration: underline;
		

}

ul li {
	margin: 0;
	padding: 0;

}




/* form formatting used on contact page */

form {  
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 600px;
  width: 400px; 
  padding-right: 20px;

}

form fieldset {
 
  border-color: #666;
  border-width: 1px;
  border-style: solid;
  padding: 10px;       
  margin: 0;
}

form fieldset legend {
	font-size:1.1em;
	color: #ff9d00;
}

form label { 
	display: block; 
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; 
	text-align: right; 
}

form input, form textarea {
		
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; 
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} 

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#form {

margin-left: 200px;


}
