@charset "iso-8859-1";
/* author: Hatherall Linden */
/* Creation date: 1/18/2010 */
body{
	margin:0px;
	background-color: #222;
}

#banner{
	margin:0px;
	font-size:1px;
}



#layout{
	width: 900px;
	height: 500px;
	background: url(pics/watermark.png) no-repeat bottom right #fff;
	text-align: center;
}

#col1{
	width: 250px;
	height: 450px;
	background-color: #fff;
	float:left;
	color: #333;
	font-family: sans-serif;
	font-size: 10pt;
	text-align: left;	
	margin-left: 40px;
}

#location{
	width: 550px;
	height: 500px;
	
	float:left;
	clear: none;
	color: #333;
	font-family: sans-serif;
	font-size: 10pt;
	text-align: left;
	margin-left: 55px;
}

h2{
	font-size: 16pt;
	color: #333;
	font-weight: normal;	
	margin-top: 10px;	
	margin-bottom: 0px;
}




#footer{
	color: #999;
	font-family: sans-serif;
	font-size: 8pt;
	margin-top: 15px;
}


