@charset "UTF-8";
/* CSS Document */

#left_nav{
float:left;
height:500px;
width:150px;
margin-top: 10px;
margin-right: 8px;
text-align:left;
}
	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin:0;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bab1b2;
	text-decoration:none;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
}

 #nav a, #nav a:visited {
	display:block;
	width:95px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bab1b2;
	font-weight: bold;
	padding-left:5px;
	padding-bottom: 7px;
	text-decoration:none;
	text-align:left;
	list-style-image: none;
	list-style-type: none;
	letter-spacing: .07em;
	}
	
#nav a:hover {color:#333333;text-decoration:none;}

	
#nav li { /* all list items */
	float: left;
}

body#painting a#paintlink{color: #333333;}

body#drawing a#drawlink{color: #333333;}

body#statement a#textlink{color: #333333;}
body#resume a#biolink {color:#333333;}
