html {
	background-color:#333333;
	text-align:center;
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	text-align:left;
	margin: 0 auto;
	width: 900px;
	height:100%;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	width:900px;
	background-color:white;
	text-align:left;
	min-height:40px;
}

#iframe_container {
	width:900px;
	height:100%;
	position:absolute;
	overflow:auto;
}

#black_container {
	width:900px;
	background-color:black;
	text-align:left;
	min-height:40px;
}

#photo_album_bar {
	margin-top:16px;
	margin-bottom:16px;
	padding-top:6px;
	padding-bottom:6px;
	text-align:left;
}

#header {
	height: 70px;
	width: 900px;
	background-color:WHITE;
}

#header_title {
	height:70px;
	width:600px;
	margin-left:14px;
}

#banner {
	height:200px;
	width:100%;
	background-color:white;
}

#banner_verse {
	float:left;
	height:200px;
	width: 300px;
	text-align:left;
	background-image: url(images/header_text.gif);
}

#banner_img {
	width:600px;
	float: right;
	height: 200px;
}

#bio_photo {
	width:150px;
	height:150px;
	float:left;
	padding-bottom:15px;
}

#bio_description {
	width:225px;
	padding-top:15px;
	float:left;
	text-align:left;
}

#bio_description_photo {
	height:150px;
	width:225px;
	padding-left:25px;
	padding-bottom:15px;
	float:right;
	text-align:left;
}

#content_container {
	padding-top:15px;
	background-color:#FFFFFF;
	width:900px;
	text-align:left;
	overflow:auto;
}

#footer_container {
	background-color:white;
	width:844px;
	padding-top:10px;
	text-align:center;
	padding-left:28px;
	padding-right:28px;
	padding-bottom:10px;
}	

#nav_bar {
	width:900px;
	margin-top:10px;
}

#nav_bar_original {
	width:900px;
	height:60px;
	background-image: url(images/header_reflection.jpg);
}

#nav_button {
	text-align:center;
	width:700px;
	background-color:#669933;
	padding-left:100px;
	padding-right:100px;
	padding-top:3px;
	padding-bottom:4px;
}

#column_left {
	width:242px;
	float:left;
	text-align:left;
	margin-right:30px;
	margin-left:28px;
}

#column_middle {
	width:400px;
	float:left;
	text-align:left;
}

#column_right {
	width:172px;
	float:right;
	text-align:right;
	margin-right:28px;
}

#column_cal {
	width:672px;
	padding-left:28px;
	float:left;
}

#large_title {
	font:Georgia, "Times New Roman", Times, serif;
	height:30px;
	line-height:30px;
	vertical-align:baseline;
	font-size:20px;
	color:#666666;
	padding-top:0px;
	padding-bottom:10px;
	letter-spacing:1px;
}

#small_title {
	font:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	height:30px;
	line-height:30px;
	vertical-align:baseline;
	font-size:15px;
	color:#666666;
	padding-top:0px;
	padding-bottom:10px;
	letter-spacing:1px;
}

#paragraph_title {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:10px;
}

#text_box {
	font-size:14px;
	color:#999999;
	font:Georgia, "Times New Roman", Times, serif;
	padding-bottom:25px;
}

#link_text_box {
	font-size:14px;
	color:#999999;
	font:Georgia, "Times New Roman", Times, serif;
	padding-bottom:25px;
	padding-top:8px;
}

.text_list {
	list-style-type:disk;
	font-size:13px;
}

#footer_text {
	font-size:12px;
	color:#999999;
	font:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding-top:5px;
	background-color:#FFFFFF;
}

#footer_img {
	float:left;
	padding-left:200px;
}

h2 {
	font-size:20px;
	color:white;
	font:Arial, Helvetica, sans-serif;
}

h4 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	text-transform:uppercase;
}

.nav_style {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.nav_style:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.nav_style:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.page_link {
	color:#669933;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

.page_link_big {
	color:#669933;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.page_link_big:visited {
	color:#669933;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.page_link:visited {
	color:#669933;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

	