
*
{
	font-family: Georgia;
	color: #565A5C;
	font-size: 10pt;
}

body
{
	background: #111 url(bg3.png);
}

#main
{
	width: 400px;
	height: 0px;
	margin: 50px auto 400px;
	background: #fff url(name.png) no-repeat 20px 20px;
	border-right: 6px solid #f44526;
	padding-top: 250px;
	overflow: hidden;
	cursor: pointer;
}

#main h1
{
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#text
{
	padding: 30px;
}

#text h2
{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 1.1em;
	clear: both;
}

#text p
{
	text-align: justify;
	padding: 0px;
	margin: 5px 0px 10px;
}

#thumbs
{
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
	overflow: auto;
}

#thumbs li
{
	float: left;
	margin: 2px;
}


#bio, #contact, #work
{
	background: url(about.png) no-repeat;
	line-height: 30px;
	text-indent: -9999px;
}

#contact
{
	background: url(contact.png) no-repeat;
}

#work
{
	background: url(work.png) no-repeat;
}

#footer
{
	width: 400px;
	margin: 20px auto;
}

#footer img
{
	border: 0px;
	margin-left: 5px;
}

