@charset "UTF-8";
/* CSS Document */

body {
  	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	size: .5em;
  	}
	
a {
	text-decoration: none;
	}
	
	span {
	visibility: hidden;
}


#container {
  	margin: 3em auto;
  	width: 50em;
	text-align: left;
  	}

.f_left {
	float: left;
	}
	
.contact_info {
	float: right;
	margin: 2.3em 0 .3em 0;
	padding: 0 0;
	list-style: none;
	text-align: right;
}

#frame {
	clear: both;
	float: left;
	width: 50em;
	border: 1px solid #FF0099;
	}

.side_art {
	float: left;
	}


#frame_content {
	float: left;
	margin: 1.5em 1.5em;
	padding: 0 .5em;
	height: 22em;
	width: 29em;
	}

.scroller{
	overflow-y: auto;
	overflow-x: hidden;
}

.centered {
	text-align: center;
	}

.main_img {
	margin-top: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#990099;
	}
	
	
/**************** ALL TEXT ***************************/

h3 {
	font-size: .8em;
	font-weight:normal;
	color: #666666;

}

h4 { 
	font-size: 1.2em;
	font-weight: bold;
	color: #990066;
	display: inline;
}

h5 {
	display: inline;
	font-size: .8em;
	font-weight:normal;
	color: #990066;
	}

h6 {
	font-size: .7em;
	font-weight:normal;
	color: #666666;
	line-height: 1.5em;
	}
	
.resume_text {
	font-size: .7em;
	font-weight:normal;
	color: #666666;
}
	
/***************************************************/
	
.main_nav {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	}


.main_nav li {
	list-style: none;
	color: #cc3399;
	font-weight: bold;
	float: left;
	margin: 0 0;
	}
	



/********************* NAV LINKS *************************************/
#home_b {
	background: url(images/buttons/home_b.gif) no-repeat;
	margin: 0 0;
	padding: 0 0;
	display: block;
	width: 66px;
	height: 27px;
}

#home_b:hover, body#home a#home_b {
	background:  url(images/buttons/home_b.gif) no-repeat 0 -25px;
}



#bio_b {
	background: url(images/buttons/bio_b.gif) no-repeat;
	margin: 0 0;
	padding: 0 0;
	display: block;
	width: 61px;
	height: 27px;
}

#bio_b:hover,  body#bio a#bio_b {
	background:  url(images/buttons/bio_b.gif) no-repeat 0 -25px;
}

#resume_b {
	background: url(images/buttons/resume_b.gif) no-repeat;
	margin: 0 0;
	padding: 0 0;
	display: block;
	width: 95px;
	height: 27px;
}

#resume_b:hover,  body#resume a#resume_b  {
	background:  url(images/buttons/resume_b.gif) no-repeat 0 -25px;
}

#gallery_b {
	background: url(images/buttons/gallery_b.gif) no-repeat;
	margin: 0 0;
	padding: 0 0;
	display: block;
	width: 106px;
	height: 27px;
}

#gallery_b:hover,  body#gallery a#gallery_b  {
	background:  url(images/buttons/gallery_b.gif) no-repeat 0 -25px;
}

#video_b {
	background: url(images/buttons/video_b.gif) no-repeat;
	margin: 0 0;
	padding: 0 0;
	display: block;
	width: 73px;
	height: 27px;
}

#video_b:hover,  body#video a#video_b {
	background:  url(images/buttons/video_b.gif) no-repeat 0 -25px;
}



/********************************************************************/

.main_nav li img {
	border: 0px solid #000000;
	}
	
img { 
border: 0;
}

.designer {
	float: right;
	margin: 0 0;
	padding: 0 0;
	}
