/* format */


body	

	{
	background-color:#222; 
	color: #000;
	font-family: arial;	
	font-size: 85%;
	margin:0px;
	text-align: center;
	}

a:link

	{
	color: #333;
	font-size: 10px;
	border: 0;
	}

a:visited 

	{
	color: #333;
	font-size: 10px;
	border: 0;
	}

a:hover 

	{
	color: #2b8cb5;
	font-size: 10px;
	border: 0;
	}

a:active 

	{
	color:#2b8cb5;
	font-size: 10px;
	border: 0;

	}


h3
	
	{
	color:#fff;
	}
	


/* images */



img 

	{
	border-style: none; 
	border-size: 0;
	margin:5px;
	}


/* classes */



.nav_link_bio

	{
	width:100px;
	height:40px;
	display: block;
	background-repeat:no-repeat;
	background-image:url('images/bio_button.jpg');
	}


.nav_link_bio:hover

	{
	background-image:url('images/bio_button_hover.jpg');
	}



.nav_link_projects

	{
	width:100px;
	height:40px;
	display: block;
	background-repeat:no-repeat;
	background-image:url('images/projects_button.jpg');
	}


.nav_link_projects:hover

	{
	background-image:url('images/projects_button_hover.jpg');
	}


.nav_link_design

	{
	width:100px;
	height:40px;
	display: block;
	background-repeat:no-repeat;
	background-image:url('images/design_button.jpg');
	}


.nav_link_design:hover

	{
	background-image:url('images/design_button_hover.jpg');
	}


.nav_link_resume

	{
	width:100px;
	height:40px;
	display: block;
	background-repeat:no-repeat;
	background-image:url('images/resume_button.jpg');
	}


.nav_link_resume:hover

	{
	background-image:url('images/resume_button_hover.jpg');
	}	


/* text */


/* divs */


#wrapper

	{
	width:750px;
	height:auto;
	margin-top:25px;
	margin-left:25px;
	}


#top

	{
	width:750px;
	height:60px;
	background-image:url('images/nameplate.jpg');
	margin-left:25px;
	}


#main

	{
	width:670px;
	height:520px;
	background-image:url('images/base.jpg');
	padding:35px;
	position:relative;
	top:40px;
	}


#menu

	{
	width:auto;
	height:auto;
	float:right;
	}

#content

	{
	width:670px;
	height:510px;
	text-align:left;
SCROLLBAR-FACE-COLOR: #000000;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
overflow: auto;
	}


#copyright

	{
	color:#fff;
	font-size: 80%;
	margin:0 auto;
	text-align: center;
	position:relative;
	top:40px;
	overflow:hidden;
	}