
*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial;
}

body { background: #ebe4dc; }

.limiter
{
	width: 800px;
	margin: 0 auto;
	background: white;
	border: 2px solid #586160;
	border-width: 0 2px 0 2px;
}

.splash
{
	background: url(images/splash.jpg) center no-repeat;
	height: 600px;
	border-width: 2px;
	position: relative;
}

#artist,
#sculptor
{
	color: white;
	display: block;
	text-align: center;
}

#artist h1,
#sculptor h1
{
	margin-top: 20px;
	display: block;
	width: 60px;
	height: 60px;
	background: black;
	border: 2px solid white;
	line-height: 60px;
	margin: 0 auto;
	font-size: small;
}

#artist { margin-top: 284px; }

#sculptor { margin-top: 20px; }

#splasher
{
	position: absolute;
	text-align: center;
	top: 140px;
	left: 340px;
}

#splasher a
{
	color: white;
	display: block;
	height: 110px;
	padding-top: 10px;
	width: 120px;
	background: black;
	text-decoration: none;
	border: 2px solid white;
	font-size: 38px;
	line-height: 50px;
}

#top
{
	height: 100px;
	background: url(images/1.jpg) center no-repeat;
	position: relative;
}

#top #header
{
	color: white;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	background: black;
	font-size: small;
	line-height: 30px;
}

#top #header a
{
	color: white;
	display: block;
	height: 66px;
	width: 76px;
	padding-top: 10px;
	text-decoration: none;
	border: 2px solid white;
}

#top #header a:hover,
#splasher a:hover { border-color: black; }

#top #navigation
{
	position: absolute;
	top: 70px;
	right: 0;
}

#top #navigation ul { list-style: none; }

#top #navigation ul li { display: inline; }

#top #navigation ul li a
{
	float: left;
	height: 30px;
	width: 100px;
	background: url(images/tab2.png) center no-repeat;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	color: black;
}

#home #top #navigation ul li a.home,
#work #top #navigation ul li a.work,
#contact #top #navigation ul li a.contact,
#links #top #navigation ul li a.links,
#top #navigation ul li a:hover
{
	background-image: url(images/tab.png);
	font-weight: bold;
}

#home #top #navigation ul li a.home,
#work #top #navigation ul li a.work,
#contact #top #navigation ul li a.contact,
#links #top #navigation ul li a.links { cursor: default; }

#content
{
	background: white;
	position: relative;
}

#content h1 { color: #586160; }

#content h1.special { margin: 8px 0 0 8px; }

.left,
.right
{
	height: 380px;
	width: 380px;
	border: 2px solid black;
	margin: 10px 10px 30px 11px;
	float: left;
	display: inline;
}

.right
{
	height: auto;
	width: 370px;
	margin-left: 1px;
	padding: 0 5px 5px 5px;
	text-align: justify;
	border-color: white;
}

.right p { margin-bottom: 8px; }

.right p.last { margin-bottom: 0; }

.right a { color: black; }

.right a:hover { color: #586160; }

.right ul
{
	list-style: square;
	padding-left: 15px;
}

.right h2
{
	font-size: medium;
	padding: 15px 0 5px 0;
}

.right h2.lessPadding { padding-top: 5px; }

.right input,
.right textarea { border: 2px solid #586160; }

.right input,
.right label,
.right textarea
{
	display: block;
	width: 100%;
}

.right label { margin: 3px 0; }

.right textarea { height: 70px; }

.right input,
.right textarea
{
	background: #ebe4dc;
	padding: 3px 0;
}

.right input.button
{
	width: auto;
	margin: 5px auto;
	background: #586160;
	color: white;
}

address
{
	font-size: 17px;
	font-style: normal;
}

.folder
{
	width: 188px;
	height: 188px;
	margin: 8px 0 30px 8px;
	float: left;
}

.folder a img { border: 2px solid black; }

.folder a:hover img { border: 2px solid white; }

p.back
{
	position: absolute;
	top: 428px;
	left: 10px;
}

p.back a { color: black; }

p.back a:hover { color: #586160; }

#worknav { width: 800px; }

#worknav .clear
{
	height: 2px;
	width: 800px;
	background: black;
	clear: both;
}

#worknav ul
{
	float: left;
	width: 790px;
	margin-left: 10px;
}

#worknav ul li { display: inline; }

#worknav ul li a
{
	float: left;
	text-decoration: none;
	margin-right: 15px;
	color: black;
	padding: 5px 0 5px 12px;
	background: url(images/bullet2.gif) 2px 55% no-repeat;
}

#worknav ul li a.current { background-image: url(images/bullet.gif); }

#worknav ul li a:hover { text-decoration: underline; }

#footer
{
	background: #586160;
	color: white;
	padding: 4px 2px;
	clear: both;
	position: relative;
}

#footer span
{
	position: absolute;
	right: 2px;
}

#footer span a { color: white; }
