@charset "utf-8";
/* CSS Document */

body {
	background:url(/images/bg.gif) top left repeat #006666;
	margin:0;
	padding:0;
}

a, a:link, a:visited {
	color:#059292;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#33cccc;
    text-decoration:underline;
}

#tup {
	width:850px;
	padding:0;
	margin:0 auto;
	background:url(/images/bg_bot.jpg) top left repeat-y;
}

#header {
	margin:0;
	padding:0;
	width:850px;
	height:406px;
	display:block;
	background:url(/images/header_bg.jpg) top left no-repeat;
	position:relative;
}

#nav {
	width:500px;
	height:191px;
	position:absolute;
	display:block;
	padding:195px 0 0 30px;
}

#nav a {
	display:block;
	width:80px;
	height:52px;
	float:left;
	margin:0;
	position:absolute;
}

#nav a, #nav a:link, #nav  a:visited{
	width:80px;
	height:52px;
	float:left;
	padding:0;
	text-indent:-9999em;
	display:block;
}





#nav a.home  {
	margin:0;
	padding:0;
	background:url(/images/home_button.gif) top left no-repeat;
}

#nav a.home:hover  {
	margin:0;
	padding:0;
	background:url(/images/home_button.gif) 0 -54px no-repeat;
}

#nav a.bio  {
	margin:3px 0 0 94px;
	padding:0;
	background:url(/images/bio_button.gif) top left no-repeat;
}

#nav a.bio:hover  {
	margin:3px 0 0 94px;
	padding:0;
	background:url(/images/bio_button.gif) 0px -54px  no-repeat;
}

#nav a.photos  {
	margin:37px 0 0 171px;
	padding:0;
	background:url(/images/photos_button.gif) top left  no-repeat;
}


#nav a.photos:hover  {
	margin:37px 0 0 171px;
	padding:0;
	background:url(/images/photos_button.gif) 0 -54px  no-repeat;
}

#nav a.videos  {
	margin:84px 0 0 239px;
	padding:0;
	background:url(/images/videos_button.gif) 0px -54px  no-repeat;
}

#nav a.videos:hover  {
	margin:84px 0 0 239px;
	padding:0;
	background:url(/images/videos_button.gif) top left  no-repeat;
}
#nav a.resume {
	margin:132px 0 0 305px;
	padding:0;
	background:url(/images/resume_button.gif) 0px -54px  no-repeat;
}

#nav a.resume:hover   {
	margin:132px 0 0 305px;
	padding:0;
	background:url(/images/resume_button.gif) top left no-repeat;
}


#nav a.contact  {
	margin:143px 0 0 389px;
	padding:0;
	background:url(/images/contact_button.gif) top left no-repeat;
}

#nav a.contact:hover  {
	margin:143px 0 0 389px;
	padding:0;
	background:url(/images/contact_button.gif) 0px -54px no-repeat;
}

#body_mid {
	background:url(/images/bg_mid.jpg) top left no-repeat;
	width:850px;
	display:block;
	margin:0;
	padding:0;
}

#col_left {
	width:475px;
	display:block;
	float:left;
	margin-left:30px;

}

#col_left a:hover {
	color:#cdffff;}

#col_left h2 {
	text-indent:-9999em;
	margin:0 0 15px 0;
	padding:0;
	display:block;
	
}

#col_left h2.home {
	width:95px;
	height:43px;
	background:url(/images/title_home.gif) top left no-repeat;
}

#col_left h2.bio {
	width:56px;
	height:47px;
	background:url(/images/title_bio.gif) top left no-repeat;
}

#col_left h2.photos {
	width:126px;
	height:60px;
	background:url(/images/title_photos.gif) top left no-repeat;
}

#col_left h2.videos {
	width:112px;
	height:56px;
	background:url(/images/title_videos.gif) top left no-repeat;
}

#col_left h2.resume {
	width:155px;
	height:47px;
	background:url(/images/title_resume.gif) top left no-repeat;
}

#col_left h2.contact {
	width:141px;
	height:60px;
	background:url(/images/title_contact.gif) top left no-repeat;
}

#col_left h3 {
	font-size:18px;
	font-weight:bold;
	color:#cdffff;
	font-family:Arial, Helvetica, sans-serif;
	margin:40px 0 15px 0;
}

#col_right {
	width:265px;
	display:block;
	float:left;
	margin-left:45px;
	position:relative;
	min-height:460px;

}

#col_right h3.news {
	background:url(/images/news.gif) top left no-repeat;
	text-indent:-9999em;
	height:32px;
	width:77px;
	margin:0 0 60px 0;
	padding:0;
}
	
#col_right h3.welcome {
	background:url(/images/welcome.gif) top left no-repeat;
	text-indent:-9999em;
	height:32px;
	width:99px;
	margin:0 0 60px 0;
	padding:0;
}

#col_right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009999;
	
}

.clear {
	display:block;
	position:relative;
	clear:both;
	height:1px;
	width:10px;
}
	
#col_left p, #col_left td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#cdffff;
	line-height:150%;
	
}

#col_right .credits {
	position:absolute; top:400px; left:0;
}

#col_left .photos_thumbs img {
	display:block;
	border:3px solid #059292;
	float:left;
	width:80px; 
	height:120px;
	margin-right:40px;
	margin-top:30px;
}