#wrapper {
	
	margin: 0 auto; 
 	padding: 0; 
 	width: 800px;   
 	text-align: left;
	background: url(images/bkgrnd_lines.jpg) repeat-y;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* @group headers */

#header {
	background: url(images/header_all.jpg) no-repeat;
	width: 800px;
	height: 249px;
	top: 20px;
}

#header2 {
	background: url(images/header_all2.jpg) no-repeat;
	width: 800px;
	height: 249px;
	top: 20px;
}

#header3 {
	background: url(images/header_all3.jpg) no-repeat;
	width: 800px;
	height: 249px;
	top: 20px;
}


#header4 {
	background: url(images/header_all4.jpg) no-repeat;
	width: 800px;
	height: 249px;
	top: 20px;
}

#header5 {
	background: url(images/header_all5.jpg) no-repeat;
	width: 800px;
	height: 249px;
	top: 20px;
}

#header6 {
	background: url(images/header_all6.jpg) no-repeat;
	width: 800px;
	height: 249px;
	top: 20px;
}



/* @end */

#buttons {
	text-align: center;
	padding-bottom: 10px;
}

#whatis {
	left: 60px;
	position: relative;
	vertical-align: top;
}

/* @group content */

#content {
	text-align: left;
	position: relative;
	left: 65px;
	width: 460px;
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h2 {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 2px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, "sans-serifHelvetica Neue", Arial, Helvetica, Geneva, "sans-serifHelvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h3 {
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 2px;
	color: #09C;
}
#content h4 {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 2px;
	color: #666;
}


/* @end */

#docphoto {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	padding-top: 5px;
}

/* @group footer */

#footerhome {
	
	position: fixed;
	bottom: 0;
	height: 50px;
	width: 800px;
	background-color: #095187;
	
}

#footer {
	
	position: relative;
	bottom: 0;
	height: 50px;
	width: 800px;
	background-color: #095187;
	
}

#footertext {
	
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #fff;
	position: relative;
	top: 16px;
}

#footertext a {
	color: #fff;
	text-decoration: none;
}

#footertext a:hover {
	color: #86d6e5;
}



/* @end */

