body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr
{margin: 0;	padding: 0;}

ol, ul
{list-style: none;}
{font-style:normal;font-weight:normal;font-size:1.0em;}

a:focus { -moz-outline-style: none;}

/* BASIC STYLES
--------------------------------------------------------------*/
p { margin-bottom: 10px; }

a {text-decoration:none; color: #000;}

a:hover {text-decoration:underline;}

img {border:none;}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
body {
	background: #fff;
	color: #666;
    font: 62.5%/1.5 Helvetica, Arial, sans-serif;
	margin: 25px;
	padding: 0;
	}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	}
#header h1 a {
	text-align: center;
	color: #476f82;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	font-weight: 100;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 750px; height: 40px;
	text-indent: -9999px;
	background: url(img/art_of_black.png) no-repeat;
	}
ul#nav {
	text-transform: uppercase;
	letter-spacing: .1em;
	display: block;
	font-size: 1.2em;
	list-style: none;
	margin: 0 0 20px;
	text-indent: 0;
	width: 624px;
text-align: center;
	}
	ul#nav li { float: left; padding-right: 20px; 
		}
		ul#nav li a {
		color: #000;
		 display: block;
		 height: 20px;
		 line-height: 20px;
		}
		ul#nav a:hover { border-bottom: 1px solid #999; text-decoration: none;}

body#home ul#nav li#nav_home a, body#bio ul#nav li#nav_bio a, body#links ul#nav li#nav_links a, body#contact ul#nav li#nav_contact a{ color: #999; }

		
#content { 
	width: 750px;
	min-height: 480px; 
	text-align: left;
	font-size: 1.4em;
	margin-top: 72px;
	}
body#home #content{
	margin-top: 0; }
	
body#bio #content, body#links #content {  margin: 72px 0; width:400px; }
body#bio h4 { margin-top: 20px; }

#gallery { padding-top: 20px; width: 750px; text-align: left;  }

dt { font-weight: bold; margin-top: 10px;}

#footer {
	position: absolute;
	clear: both;
	color: #666;
	font-size: 1.1em;
	top: 912px; left:0;
	}
