* {
	margin: 0;
	padding: 0;
	visibility:visible;
}
/* begin global styles */
#top {
	visibility: hidden;
	left: 0px;
	top: 0px;
}
/* forces the hand cursor on links in Safari */
a:link, a:hover {
cursor: pointer;
}
a:link {
	color:#4d4d4b;
	text-decoration: none;
	font-family: Courier;
}
a:visited {
 	color:#4d4d4b;
 	text-decoration: none;
 	font-family: Courier;
}
a:hover {
 	color: #75a2b4;
 	text-decoration: none;
 	font-family: Courier;
}
a:active {
 	color: #75a2b4;
 	text-decoration: underline; 
 	font-family: Courier;
}
/* begin container styles */
#container {
	width: 800px;
	min-height: 800px;
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
	overflo:visible;
	text-align:left;
	visibility:visible;
}
/* begin header styles */
#header {
	background-color: #FFFFFF;
	background-image:url(images_main/header_bg.gif);
	height: 20px;
	width: 725px;
	padding-top: 70px;
	padding-left: 50px;
	padding-right: 25px;
	position: relative;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	overflow:hidden;
	z-index: 30;
}
#header li{
	display:inline;
	font-family: Courier;
	font-size: 11pt;
	font-weight: normal;
	color: #4d4d4b;
	text-align: left;
	line-height: 1.5em;
	margin-right: 50px;
}
.currentpage{
	font-family: Courier;
	font-size: 11pt;
	font-weight: normal;
	color:#75a2b4;
}
#header img{
 	border:none;
	float:left;
 }
#header #nav{
	float:left;
	margin-left:9px;
}
/* begin body styles */
#body{
	background: #b2ad9e;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	z-index:0;
	visibility: visible;
}
#body_area {
	background-color: #FFFFFF;
	min-height: 680px;
	width: 725px;
	padding-left: 50px;
	padding-right: 25px;
	padding-top:20px;
	position: relative;
	z-index: 0;
	overflow:visible;
}
#body_area p{
	font-family: Courier;
	font-size: 10pt;
	font-weight: normal;
	color: #4d4d4b;
	line-height: 1.2em;
}
#body_area img{
 	border:none;
}
/* begin subnav styles */
#body_subnav_parent{
	float: left;
	height: 670px;
	width: 150px;
	padding-right: 25px;
	z-index: 30;
	visibility:visible;
}
#body_subnav_parent p{
	font-family: Courier;
	font-size: 10pt;
	font-weight: normal;
	color: #4d4d4b;
	text-align: left;
	line-height: 1.5em;
}
#body_subnav_parent img{
	border: 3px solid #FFFFFF;
}
#body_subnav_child{
	height: 100px;
	width: 145px;
	padding-top:50px;
	margin-bottom:0px;
	}
#body_subnav_child p{
	font-family: Courier;
	font-size: 10pt;
	font-weight: normal;
	color: #4d4d4b;
	text-align: left;
	line-height: 1.5em;
	}
/* begin body_feature styles */
#body_feature{
	width: 520px;
	position: relative;
	float:left;
	z-index:25;
	overflow:visible;
}
#body_feature p{
	font-family: Courier;
	font-size: 10pt;
	font-weight: normal;
	color: #e1c162;
	text-align: left;
	line-height: 1.3em;
}
#body_feature h6{
	font-family: Courier;
	font-size: 10pt;
	font-weight: normal;
	color: #e1c162;
	text-align: left;
	line-height: 1.3em;
	margin-left:36px;
	margin-right:36px;
}
#body_gallery embed{
	clear:both;
}
/* begin body_feature link styles, which change colors of links upon rollover for legibility */
#body_feature a:link {
	color:#e1c162;
	text-decoration: none;
	font-family: Courier;
}
#body_feature a:visited {
 	color:#e1c162;
 	text-decoration: none;
 	font-family: Courier;
}
#body_feature a:hover {
 	color: #4d4d4b;
 	text-decoration: none;
 	font-family: Courier;
}
#body_feature a:active {
 	color: #4d4d4b;
 	text-decoration: none; 
 	font-family: Courier;
}
.credit{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 1.3em;
}
#body_area_footer{
	clear:both;
	height: 1px;
}
/* begin alt body styles for use with footer: home page, projects page */
#body_area_alt {
	background-color: #FFFFFF;
	height: 444px;
	width: 725px;
	padding-left: 50px;
	padding-right: 25px;
	padding-top:20px;
	padding-bottom:20px;
	position: relative;
	z-index: 0;
	overflow:visible;
}
#body_area_alt p{
	font-family: Courier;
	font-size: 10pt;
	font-weight: normal;
	color: #4d4d4b;
	line-height: 1.2em;
}
#body_area_alt img{
 	border:none;
}
/* begin footer styles */
#footer {
	background-color: #f2f2ee;
	height: 216px;
	width: 800px;
	position: relative;
	clear: both;
}
