body
{
	margin: 30px 0 0 0;
	padding: 0;
	background-color: #FFF;
	color: #888;
	font-family: arial, sans-serif;
	text-align: center;
}

#wrapper
{
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
}
#navColumn
{
	margin: 0;
	padding: 0;
	width: 230px;
	float: left;
	clear: none;
}

#content
{
	width: 770px;
	float: left;
	margin: 0px auto 0 auto;
	padding: 0;
	text-align: center;
}

#logo
{
	margin: 0;
	height: 50px;
	position: relative;
	left: -25px;
	z-index:1000;
}
a
{
	color: #0066FF;
	text-decoration: none;
}
h1
{
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
h2
{
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0 4px 0;
	padding: 0;
}
#content p
{
	margin: 5px 0 10px 0;
	padding: 0;
}
#content a, #content a:hover, #content a:active { text-decoration: underline; }
#content ul
{
	margin: 2px 0 0 10px;
	padding: 0;
	list-style-type: circle;
	list-style-position: inside;
}
a:hover { color: #2E5A93; }
a:active { color: #2E5A93; }

ul#menu
{
	width: 110px;
	list-style-type: none;
	margin: 60px 0 0 0;
	padding: 0;
	font-size: 12px;
}

ul#menu li
{
	padding: 0 0 12px 0;
	margin: 0;
}

#menu a
{
	color: #888;
	text-decoration: none;
}

#menu a:hover
{
	color: #000;
}
.home #menu #home a, .art #menu #art a, .logos #menu #logos a, .design #menu #design a, .Illustrations #menu #Illustrations a, .about #menu #about a, .contact #menu #contact a{
	color: #000;
}
#thumbs
{
	width: 140px;
	margin: 18px 0 0 0;
	padding: 0;
	display: block;
	float: left;
}

#thumbs a
{
	margin: 0;
	padding: 0;
}

#thumbs a img
{
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	display: block;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
}
#thumbs a:hover img
{
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}
#thumbs a.current img
{
	border-color: #0066FF;
	border-width: 1px;
	border-style: solid;
}
.caption
{
	font-size: 12px;
	text-align: center;
	width: 280px;
	display: block;
	clear: none;
	float: left;
}

#controller
{
	width: 300px;
	padding: 0;
	margin: 0 auto 50px auto;
	display: block;
	clear: both;
}
.arrowLeft, .arrowRight
{
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	clear: none;
}
.arrowLeft a
{
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	clear: none;
	background-image: url(images/arrow_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.arrowLeft a:hover
{
	background-position: left -70px;
}
.arrowRight a
{
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	clear: none;
	background-image: url(images/arrow_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.arrowRight a:hover
{
	background-position: left -70px;
}
#bio
{
	text-align: left;
	width: 398px;
	margin: 0 0 0 200px;
	padding: 0;
}
#bio p
{
	margin-left: 0;
}
.about #content img, .contact #content img
{
	float: left;
	clear: none;
	
}
.about #content, .contact #content
{
	font-size: 12px;
}
.contact #content
{
	margin-top: 77px;
}
.about #content h1, .contact #content h1, .contact #content h2, .contact #content p
{
	text-align: left;
	margin: 0 0 0 200px;
	padding: 0;
}
.contact #content h1
{
	margin-bottom: 22px;
}
.contact #content h2
{
	font-size: 12px;
	text-transform: none;
	color: rgb(6, 68, 122);
}
.contact #content h2.phoneLabel
{
	margin-top: 34px;
}
#copyright
{
	clear: both;
	font: 10px verdana;
	padding: 30px 0 0 0;
}