/* Main Layout --------------------------------------------------------------------------------------------------------*/
html, body {
	margin:0px;
	padding:0px;
	color:#000;
	background-color:#663300;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#FFFFFF;
	text-align:center;
	line-height:1.2;
	min-height:100%;
	height:100%;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:935px;
	text-align:left;
	position:relative;
	min-height: 100%; /* For Modern Browsers */ 
	height: auto !important; /* For Modern Browsers */ 
	height: 100%; /* For IE */ 
	padding-bottom: 20px;
}

a:link {
COLOR: #FF0000;
}
a:visited {
COLOR: #FF9900;
}
a:hover {
COLOR: #00CC00;
}
a:active {
COLOR: #CC3300;
}
</style>


/* Hide from IE-Mac \*/
#contactTop{
	top:55px;
}
/* End hide */

form {
    width:85%;
	top:25px;
    text-align:left;
	float:left;
}

fieldset {
	width:400px;
	margin-left:0px;
	border: 0px;
}

input {
    width:325px;
	margin:0em;
	float:left;
	border:0px;
}

label {
    float:left;
    width:425px;
    clear:left;
	text-align:left;
	padding:0px;
	margin:0em;
}

/*Thanks for reading me.  Neil Dakeyne with a bit of butchering by Richard Reynolds, 2005 */
