@charset "UTF-8";
@import url("reset.css"); /* Zero out styles for browser consistancy. */

* {font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif!important;}

html,body {
	height: 100%;
	width: 100%;
	text-align: center; /*IE Centering for #wrapper*/
	font-size: 12px;
	background-color:#87bce6;
}
#wrapper {
	width:800px;
	min-height: 950px;
	float:none;
	display:block;
	overflow: auto;
	margin: 0px auto;
	text-align: left;
	
}
#header {
	width:800px;
	height:131px;
	position: center;
	text-align: left;
	background-image: url('../images/Head3a.jpg');
	background-repeat: no-repeat;
}
h1 {
	width: 67px;
	height: 36px;
	position: center;
	top: 8px;
	left:246px;
}
h1 span {
	display: none;
}
h2 {
	position:relative;
	font-size:24px;
}
h3 {
	font-size:16px
}
h4 {
	font-size:10px
}
#page {
	width: 800px;
	min-height: 950px;
}
#left-column {
	width: 147px;
	height: 950px;
	float:left;
	background-color: #006e36;
}
#main-content {
	width:653px; 
	height: 950px;
	float:left;
	background-color:#c2e0e7;
}
