@charset "UTF-8";
body {
	background-color: #333333;
	margin-top: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100%;
}
#menu {
	width: 92px;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-left: 6px;
	float: left;
}
#content {
	width: 955px;
	float: left;
	background-color: #FFFFFF;
}
#sketchbook {
	float: right;
	height: 10px;
	width: 92px;
}
#sketchbook a {
	background-image: url(images/sketchbook.png);
	display: block;
	height: 10px;
	width: 92px;
}
#sketchbook a:hover {
	background-position: 0px -10px;
}
#aboutme {
	float: right;
	height: 10px;
	width: 72px;
}
#aboutme a {
	background-image: url(images/aboutme.png);
	display: block;
	height: 10px;
	width: 72px;
}
#aboutme  a:hover {
	background-position: 0px -10px;
}
#content img {
}
#contact {
	float: right;
	height: 10px;
	width: 65px;
}
#contact a {
	background-image: url(images/contact.png);
	display: block;
	height: 10px;
	width: 65px;
}
#contact a:hover {
	background-position: 0px -10px;
}
#portfolio {
	height: 10px;
	width: 74px;
	float: right;
}
#portfolio a {
	background-image: url(images/portfolio.png);
	display: block;
	height: 10px;
	width: 74px;
}
#portfolio a:hover {
	background-position: 0px -10px;
}
#topbanner {
	background-color: #FFFFFF;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #54301A;
	width: 300px;
	padding-left: 6px;
	margin-top: 6px;
	float: left;
}
#content p a {
	color: #07728f;
	text-decoration: none;
}
#content p a:visited {
	color: #07728f;
	text-decoration: none;
}
#content p a:hover {
	color: #54301A;
	text-decoration: none;
}
.title {
	padding-left: 6px;
	padding-top: 6px;
}
.image {
	padding-top: 25px;
}
#title {
	float: left;
	padding-top: 30px;
	background-color: #FFFFFF;
}
.clearfloats {
	clear: both;
}
#mypicture {
	float: left;
	padding-left: 6px;
	margin-top: 6px;
}

