html, body {
	margin: 0;
	padding: 0;
	font-family: optima, verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3e3e33;
	font-variant: small-caps;
	line-height: 20px;
}
img#bgContainer {      /*This Controls the stretching background image */
	position:fixed;
	background-repeat:repeat-x;
	top:0;
	left:0;
	width:100%;
	height:1000px;
	z-index:-1;
	
}

#wrapper {
	float: center;
	width: 900px;
	height: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;

}
br 
{ 
line-height:12px; 
} 
#frame {
	float: center;
background-image:url('../images/frame.gif');
background-repeat:no-repeat;
background-position:top left;
	width: 100%;
	height: 100%;
	z-index:1;
		}
		
#contentpadd {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;

 }


.LEFTTEXT {
font-family: optima, verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3e3e33;
	font-variant: small-caps;
	line-height: 15px;
}

a {
	outline:none;
	text-decoration: none;
	color: #1b589b;
}
a.here {
	outline:none;
	text-decoration: none;
	color: #904b2a;
}

a:hover {
}




/* --------------------------------------------------------------  
VALIDATOR
------------------------------------------------------------ */

div.validatorError { 
	font-weight:bold;
	color: #9e1111;
	display:inline-block;
	margin:5px 0; 
	padding: 0 0 0 0px; 
	background: url(/images/error.png) no-repeat 10px center;
}

