*{
	margin: 0;
	padding: 0;

}

body{
	background: #fff;
	font-family: Helvetica, Arial, Sans-serif;
	text-align: center;

}

a {
	color: #939598;
	
}

img {
	border: 0;
}

#wrapper{
	width: 647px;
	height: auto;
	margin: 0 auto;
	text-align: left;

}

#header{
	position: relative;
	float: left;
	width: 647px;
	height: 183px;
	background: url(../images/header.png) no-repeat;
	
}

#nav{
	position: relative;
	float: left;
	width: 647px;
	height: 40px;

}

#navList {
	position: relative;
	float: left;
	height: 38px;
	list-style: none;

}

#navList li {
	position: relative;
	float: left;

}

#navList a {
	position: relative;
	float: right;
	padding: 38px 0 0 0; /* 40 top 0 left, right and bottom */
	overflow: hidden;
	height: 0px !important;

}

#navList a:hover {
	background-position: 0 -38px;

}

#btnWeb a{
	width: 97px;
	background-image: url(../images/btn_web.png);
	background-position: top left;
	background-repeat: no-repeat;

}

#btnGraphic a{
	width: 140px;
	background-image: url(../images/btn_graphic.png);
	background-position: top left;
	background-repeat: no-repeat;

}

#btnPhoto a{
	width: 172px;
	background-image: url(../images/btn_photography.png);
	background-position: top left;
	background-repeat: no-repeat;

}

#btnContact a{
	width: 125px;
	background-image: url(../images/btn_contact.png);
	background-position: top left;
	background-repeat: no-repeat;

}

#btnResume a{
	width: 113px;
	background-image: url(../images/btn_resume.png);
	background-position: top left;
	background-repeat: no-repeat;

}

#content {
	height: auto;
	width: 647px;
	padding-top: 10px;
	
}

p {
	color: #939598;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	
}

.leftFloater {
	border: thin solid;
	
}

.paddingness {
	padding-left: 15px;
	
}

#photoBox {
	background-color:#fff;
	padding: 10px 10px;
	width: 607px;

}

#footer {
	width: 647px;
	height: 39px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	
}

#aboutDiv {
	width: 161px;
	height: 41px;
	background-image: url(../images/about.png);
}

#recentDiv {
	width: 208px;
	height: 40px;
	background-image: url(../images/recent.png);
}

#webDiv {
	width: 70px;
	height: 41px;
	background-image: url(../images/web.png);
}

#contactDiv {
	width: 142px;
	height: 41px;
	background-image: url(../images/contact.png);
}

#contactDiv {
	width: 142px;
	height: 41px;
	background-image: url(../images/contact.png);
}

#graphicDiv {
	width: 136px;
	height: 41px;
	background-image: url(../images/graphic.png);
}

#photographyDiv {
	width: 211px;
	height: 41px;
	background-image: url(../images/photography.png);
}
