#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;
}



/* @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: 440px;
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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



/* @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 */