@charset "utf-8";
/* CSS Document */


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-image: none;
	background-color: #333333;
}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	padding-bottom: 5px;
}


#wrapper{
	width: 850px;
	height: 1250px;
	background-color:#FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000000;
	position: relative;
}


#logo{
	background-image: url(images/gfd_logo.gif);
	height: 104px;
	width: 225px;
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	margin-left: 45px;
	padding-top: 20px;
}

#logo a{
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 114px;
}

#logo a h1{
	display: none;
}

#navart {
	height: 121px;
	width: 524px;
	position: absolute;
	background-image: url(images/above_buttons.png);
	margin: 0;
	top: 5px;
	left: 320px;
}

#address_bar {
	background-color: #000000;
	height: 22px;
	width: 850px;
	color: #FFFFFF;
	position: absolute;
	top: 130px;
	padding-top: 5px;
	background-position: center;
	background-image: url(images/address_bar.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

#bio_title{
	background-image: url(images/about_kendra.gif);
	background-repeat: no-repeat;
	top: 182px;
	position: absolute;
	height: 35px;
	width: 500px;
	left: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#bio_pic {
	position: absolute;
	height: 120px;
	width: 100px;
	top: 234px;
	background-color: #000000;
	left: 60px;
}

.bio_text {
	position: absolute;
	top: 234px;
	left: 190px;
	float: left;
	width: 600px;
	height: auto;
}

#contact_title {
	background-image: url(images/contact_title.gif);
	height: 35px;
	width: 500px;
	position: absolute;
	left: 80px;
	top: 601px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


.contact_text {
	position: absolute;
	top: 643px;
	text-align: left;
	left: 181px;
	padding: 10px;
	width: 126px;
}

#map_title{
	height: 35px;
	width: 500px;
	position: absolute;
	top: 769px;
	background-image: url(images/map_title.gif);
	left: 80px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}

#map {
	height: 394px;
	width: 647px;
	position: absolute;
	top: 820px;
	left: 110px;
	background-image: url(images/map.gif);
}

#footer {
	position: absolute;
	height: 19px;
	width: 850px;
	background-position: center;
	top: 1250px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #000000;
	padding-top: 6px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	left: -4px;
	right: 0px;
}

.menu_color{
	color: #000000;
	text-decoration: none;
}
