body {
	background: #2a0904 url(/images/bg.jpg) center 0 no-repeat;
	margin: 0;
	padding: 0;
	font: normal 16px/22px georgia, serif;
}

#main {
	width: 960px;
	height: 1616px;
	margin: 0 auto;
	position: relative;
}

a { color: #6a0601; outline: none; }
a:hover { color: #900; }

#main_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 566px;
	top: 288px;
}

#main_menu a {
	display: block;
	width: 200px;
	overflow: hidden;
	text-indent: -5000px;
}

#menu_painting { height: 78px; }
#menu_painting:hover { background: transparent url(/images/highlight_sprite.png) 0 0 no-repeat; }
.paint_current { background: transparent url(/images/current_sprite.png) 0 0 no-repeat; }
	
#menu_ink { height: 81px; }
#menu_ink:hover { background: transparent url(/images/highlight_sprite.png) 0 -78px no-repeat; }
.ink_current { background: transparent url(/images/current_sprite.png) 0 -78px no-repeat; }

#menu_bio { height: 90px; }
#menu_bio:hover { background: transparent url(/images/highlight_sprite.png) 0 -159px no-repeat; }
.bio_current { background: transparent url(/images/current_sprite.png) 0 -159px no-repeat; }

#menu_links { height: 86px; }
#menu_links:hover { background: transparent url(/images/highlight_sprite.png) 0 -249px no-repeat; }
.links_current { background: transparent url(/images/current_sprite.png) 0 -249px no-repeat; }

#arts {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 63px;
	top: 200px;
	width: 500px;
}

#arts li {
	float: left;
	margin: 0 5px 5px 0;
}

#arts a img {
	border: 4px solid #200703;
}

#arts a:hover img {
	border-color: #800500;
}

#main_txt {
	position: absolute;
	left: 63px;
	top: 200px;
	width: 470px;
	padding: 10px;
	background: #f2da9f;
	opacity: .5;
	list-style: none;
}