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: green;}

a:hover {text-decoration:underline;}

img {border:none;}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
body {
	text-align: center;
	background: #000;
	color: #666;
    font: 62.5%/1.5 Georgia, "Times New Roman", serif;
	margin: 25px;
	padding: 0;
	}
#wrapper {
	margin: 0 auto;
	width: 750px;
	}
#header h1 a {
	text-align: center;
	color: green;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	display: block;
	font-weight: 100;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 750px; height: 40px;
	}
ul#nav {
	text-transform: uppercase; display: block;
	letter-spacing: .1em;
	display: block;
	font-size: 1.2em;
	list-style: none;
	margin: 0 auto;
	text-indent: 0;
	width: 750px;
text-align: center;
	}
	ul#nav li { display:inline-block; margin: 0 auto; padding-right: 20px; }
		ul#nav li a {
		color: green;
		 display: block;
		 height: 20px;
		 line-height: 20px;
		}
		ul#nav a:hover { border-bottom: 1px solid #999; text-decoration: none; margin-bottom: -1px;}

body#home ul#nav li#nav_home a, body#bio ul#nav li#nav_bio a, body#links ul#nav li#nav_links 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, body#contact #content {  margin: 72px auto; width:400px; }

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

#footer {
	clear: both;
	color: #666;
	font-size: 1.1em;
	}
