/*General Reset and Webpage Settings*/	
	* {padding: 0px; margin: 0px;}
	
	html{
	text-align: center;
	height: 100%;
	background: #F0E8E5;
	color: #000000;
	}
	
	body{
	height: 100%;
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	}
		
	li li, li p, p, blockquote p {font-size:1em}
	
	h1, h2, h3, h4, h5, h6, p, blockquote,
	form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
	}
	
	li {
	margin-left: 15px;
	}
	ul {
	margin: 10px 0px;
	}
		
	h1 {
	font-size: 1.8em;
	font-weight: bold;
	}
	h2 {
	font-size: 1.4em;
	font-weight: bold;
	}
	p {
	font-size: 1.1em;
	}
	#container {
	width: 846px;
	text-align: left;
	position: absolute;
	left: 50%;
	margin-left: -423px; 
	/* Half the width of the DIV tag which is 50 pixels */
	border: 2px solid #e8bbbb;
	background: url(gfx/bg.jpg) repeat-y bottom center;
	padding-bottom: 20px;
	}
	#footer{
	width: 280px;
	margin: 0px auto;
	font-size: 0.9em;
	bottom: 0px;
	position:absolute;
	top: 450px;
	}
	
	#holder{
	position: relative;}
	
	.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header {
height: 468px;
width: 846px;
background: url(gfx/header.jpg) no-repeat top center;
margin: 0px;
}

#header h1{
width: 800px;
display: block;}

#header h1 a{
display: block;
width: 750px;
margin: 0px 0px 0px 50px;
line-height: 150px;
text-indent: -100000px;}

#content {
width: 526px;
background: #fff;
padding: 15px;
  min-height:370px;
  height:auto !important;
  height:370px;
position: relative;
margin: -250px 0px 0px 0px;
display: block;
float: right;
border: 2px solid #e8bbbb;
}

#footer p{
margin: 85px 0px 10px 10px;
font-size: 12px;}

form {  
  font:100% verdana,arial,sans-serif;
  margin: 0px auto;
  padding: 0px;
  min-width: 400px;
  max-width: 470px;
  width: 400px; 
}

form fieldset {
	clear: both;
	padding: 10px;
	margin: 0;
	border: 1px solid #CCCCCC;
}
.no {
	display: none;
}


form fieldset legend {
	font-size:1.1em; 
	color: #55A0FF;
                       
}

form label { 
	display: block;  
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0px; 
	text-align: right; 
}

form input, form textarea {
	width:auto;
	margin:5px 0 0px 10px;
}

form input#reset {
	margin-left:0px; 
}

textarea { overflow: auto; }

form .required{font-weight:bold;}

form br {
	clear:left;
}


	
	
.errortext {
	color: #FF0000;
	display: block;
	font-size: 0.9em;
	margin-left: 111px;
}
