@charset "utf-8";
/* CSS Document */

/* ===== Global Styles ==== */
body {
	margin:0px;
	padding:0px;
	background-image: url(../images/background.jpg);  /* Overflow Gradient */
	background-repeat:repeat-x;
	text-align:center;
}

.oneColElsCtr #container {
	background-image: url(../images/topNavBK_1152_about.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	

}

.oneColElsCtr #header {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:1000px;
	height:604px;
	text-align:left;
	position:relative;
		
}
#header #aboutText {
	position:absolute;
	top:125px;
	left:245px;
	padding:5px;
	width:690px;
	background-color:#FFF;
	border:solid thin #5ca6db;
	
}


#header #contentArea {
	position:absolute;
	width:979px;
	height:auto;
	top:67px;
	left: 15px;
}

/* ===== Navigation Styles ===== */
#header #navigation {	
	position:absolute;
	width:223px;
	height:auto;
	top:6px;
	
}

#joinEmail {
	background-color:#025394;
	padding-left:5px;
	width:217px;
	overflow:hidden;
}


#header #buttons {
	position:absolute;
	width:660px;
	left: 6px;
	top: 21px;
}

#buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#buttons li {
    float: left;
    margin: 0;
    padding: 0;
}









