body
{
	background: #1d190a url(../i/body_bg.gif) repeat-x bottom center fixed;

	margin: 0px;

	font-family: sans-serif;
	font-size: small;
	color: #fff;
}

a
{
	color: #d7b30c;
}

a img
{
	border: none;
}

#canvas
{
	background: transparent url(../i/header_bg.gif) repeat-x;
}

#header
{
	background: transparent url(../i/title_bg.gif) no-repeat;

	height: 110px;
}

#name
{
	background: transparent url(../i/logo.gif) no-repeat;

	height: 110px;
	width: 250px;
	float: left;

	margin: 0px;
}

#name a
{
	display: block;
	height: 110px;
	text-indent: -4000em;
}

#controls
{
	float: right;
}

#interface
{
	margin: 0px;

	padding: 86px 0px 0px 0px;

	list-style: none;
}

#interface li
{
	background: transparent;
	width: 80px;
	height: 25px;

	float: left;

	margin: 0px 10px 0px 0px;

	text-align: center;
}

#interface li a
{
	color: #1d190a;
	font-size: 100%;
	line-height: 25px;
	text-decoration: none;
}

#interface li.highlight
{
	background: transparent url(../i/tab_left_bg.gif) no-repeat top left;
}

#interface li.highlight a
{
	background: transparent url(../i/tab_right_bg.gif) no-repeat top right;
	display: block;
	width: 100%;

	color: #fff;
	font-weight: 800;
}

#content
{
	width: 730px;

	margin: 0px auto 0px auto;

	padding: 20px;
}

div.painting
{
	background: #fff;

	padding: 15px 15px 15px 15px;

	border: 10px solid #000;
}

div.painting img
{
	border: 1px solid #e7ddac;
}

img
{
	margin: 0px auto 0px auto;
}

#footer
{
	clear: both;

	padding: 25px 0px 5px 0px;

	color: #e7ddac;
	font-size: 80%;
	text-align: center;
}

#footer p
{
	margin: 0px;
}

h2
{
	color: #d7b30c;
	font-size: 90%;
}

dt
{
	color: #d7b30c;
	font-weight: 800;
}

dd
{
	margin-left: 20px;
}

#body-home img
{
	float: right;

	margin: 0px 0px 0px 10px;
}