@charset "utf-8";
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
#splash {
	height: 500px;
	width: 100%;
}

#main_bg {
	background-image: url(../images/main_bg.gif);
	width: 100%;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 50px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#bio_image {
	position: relative;
	height: 470px;
	width: 302px;
	left: 10px;
	top: 3px;
	float: left;
}

#nav {
	left: 0%;
	top: 0px;
	height: 50px;
	width: 100%;
	background-image: url(../images/navigation_bg.jpg);
	background-repeat: repeat-x;
	position: absolute;
}
#nav_home {
	display:block; 
	overflow:hidden;
	position: relative;
	height: 50px;
	width: 121px;
	float: left;
}
#nav_home:hover {
	display:block; text-indent: -121px;
	position: relative;
	height: 50px;
	width: 121px;
	float: left;
}
#nav_bio {
	display:block; 
	overflow:hidden;
	position: relative;
	height: 50px;
	width: 87px;
	float: left;
}
#nav_bio:hover {
	display:block; text-indent: -87px;
	position: relative;
	height: 50px;
	width: 87px;
	float: left;
}
#nav_portfolio {
	display:block; 
	overflow:hidden;
	position: relative;
	height: 50px;
	width: 153px;
	float: left;
}
#nav_portfolio:hover {
	display:block; text-indent: -153px;
	position: relative;
	height: 50px;
	width: 153px;
	float: left;
}
#nav_links {
	display:block; 
	overflow:hidden;
	position: relative;
	height: 50px;
	width: 99px;
	float: left;
}
#nav_links:hover {
	display:block; text-indent: -99px;
	position: relative;
	height: 50px;
	width: 99px;
	float: left;
}
#nav_contact {
	display:block; 
	overflow:hidden;
	position: relative;
	height: 50px;
	width: 124px;
	float: left;
}
#nav_contact:hover {
	display:block; text-indent: -124px;
	position: relative;
	height: 50px;
	width: 124x;
	float: left;
}
#thumb {
	height: 125px;
	width: 125px;
	position: relative;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	padding: 10px;
}
#thumb_container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 484px;
	margin-left: -325px;
	margin-top: -245px;
	overflow: auto;
}
#contact_text {
	position: absolute;
	width: 200px;
	font-size: 12pt;
	top: 50px;
	left: 35px;
}
#links_text {
	position: absolute;
	width: 200px;
	font-size: 12pt;
	top: 110px;
	left: 20px;
}
#text_id {
	padding-top: 7px;
	font-family: Verdana, Geneva, sans-serif;
	color: #80B2B3;
	padding-left: 15px;
	text-align: left;
	position: absolute;
	font-weight: bold;
}
#bg_box {
	position: relative;
	height: 400px;
	width: 500px;
	left: 300px;
	top: 25px;
	background-image: url(../images/text_bg.jpg);
}

#bio_text {
	text-decoration: none;
	color: #333;
	position: absolute;
	width: 450px;
	float: left;
	font-size: 12pt;
	font-weight: normal;
	height: 300px;
	overflow: auto;
	left: 25px;
	top: 100px;
}
#resume {
	width: 400px;
	position: absolute;
	left: 25px;
	top: 50px;
	font-weight: bolder;
}

a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
#fb_box {
	position: absolute;
	width: 300px;
	height: 50px;
	left: 15px;
	top: 50px;
}
