body {
	background-color: #616161;
	width: 900px;
	margin: auto;
}

#wrapper {
	background-color: #fff;
	margin: auto;
	width: 800px;
	
	box-shadow: 4px 4px 38px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 4px 4px 38px rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: 4px 4px 38px rgba(0, 0, 0, 0.57);
}

#logo {
	padding-bottom: 20px;
	padding-top: 10px;
}


a:link {
	font: normal 10pt verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #616161;
	text-decoration: none;
}

a:hover {
	font: normal 10pt verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}

h1 {
	color: #616161;
	margin-left: 20px;
	margin-top: 20px;
	font: bold 18pt verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	

}

h2 {
	color: #000;
	margin-left: 20px;
	margin-top: 20px;
	font: normal 10pt verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	color: #4f4f4f;
	margin-left: 20px;
	margin-top: 20px;
	font: bold 12pt verdana, "Helvetica Neue", Arial, Helvetica, 	Geneva, sans-serif;
}

h4 {
	color: #616161;
	margin-right: 15px;
	margin-top: 20px;
	font: bold 8pt verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	list-style-position: outside;
	list-style-type: disc;
}



ul {
	list-style-type: none;
background-color: #616161;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.57);
-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.57);
-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.57);
height: 35px;
margin: auto;

}


ul li {
	display: inline;


}

a.home:link, .home{
	width: 65px;
	height: 33px;
	display:inline-block;
	margin-left: -30px;
	background: url(NAV/HOME.png) no-repeat;
	margin-right: 10px;
}

a.home:hover{
	width: 65px;
	height: 33px;
	display:inline-block;
	margin-left: -30px;
	background: url(NAV/HOME-R.png) no-repeat;
	margin-right: 10px;
} 


a.bio:link, .bio{
	width: 65px;
	height: 33px;
	display:inline-block;
	padding-right: 10px;
	background: url(NAV/BIO.png) no-repeat;
}

a.bio:hover{
	width: 65px;
	height: 33px;
	display:inline-block;
	padding-right: 10px;
	background: url(NAV/BIO-R.png) no-repeat;
} 

a.resume:link, .resume{
	width: 75px;
	height: 31px;
	display:inline-block;
	padding-right: 20px;
	background: url(NAV/RESUME.png) no-repeat;
}

a.resume:hover{
	width: 75px;
	height: 31px;
	display:inline-block;
	padding-right: 20px;
	background: url(NAV/RESUME-R.png) no-repeat;
} 

a.gallery:link, .gallery{
	width: 75px;
	height: 31px;
	display:inline-block;
	padding-right: 20px;
	background: url(NAV/GALLERY.png) no-repeat;
}

a.gallery:hover{
	width: 75px;
	height: 31px;
	display:inline-block;
	padding-right: 20px;
	background: url(NAV/GALLERY-R.png) no-repeat;
} 

a.contact:link, .contact{
	width: 75px;
	height: 31px;
	display:inline-block;
	background: url(NAV/CONTACT.png) no-repeat;
}

a.contact:hover{
	width: 75px;
	height: 31px;
	display:inline-block;
	background: url(NAV/CONTACT-R.png) no-repeat;
} 




#clearfloat {
	float: clear;
}

#bio {
	width: 750px;
	margin-right: 10px;
}

#resume {
	margin: auto;
}


#footer {
		text-align: center;
	font: 10pt "verdana", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #616161;
}