html, body
{
	height: 100%;
	line-height: 16px;
	font-family: Arial, Helvetica;
	font-size: 82.5%;
	background-repeat: repeat-y;
}
html
{
	background-image: url(/img/bg-left.jpg);
}
body
{
	margin: 0;
	background-image: url(/img/bg-right.jpg);
	background-position: top right;
}
#container
{
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#header-fix
{
	height: 20px;
	overflow: hidden;
	position: relative;
	width: 800px;
}
#header
{
	height: 94px;
	overflow: hidden;
	position: relative;
	width: 800px;
	margin-bottom: 20px;
}
#header #logo
{
	margin-left: 250px;
}
#header #lang
{
	position: absolute;
	top: 0;
	right: 0;
}
#header #lang a
{
	font-weight: normal;
}
#header #lang b
{
	color: #f51881;
}
#topnav
{
}
#bottomnav
{
}
.nav
{
	overflow: hidden;
	position: relative;
	width: 800px;
	margin: 0 0 20px 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #f0f0f0;
}
.nav ul
{
	margin-left: 10px;
	list-style-type: none;
	display: inline;
	padding: 0;
}
.nav ul li
{
	position: relative;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 15px;
}
.nav ul li a
{
	position: relative;
	white-space: nowrap;
}
a
{
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited
{
	color: #000000;
}
a:hover, a:active
{
	color: #f51881;
}
#main
{
	overflow: hidden;
	position: relative;
	width: 800px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.artwork
{
	width: 800px;
	margin: 0 0 28px 0;
}
.artwork img
{
	float: left;
	margin: 0 0 8px 0;
}
.artwork span
{
	font-style: italic;
}
#footer
{
	clear: left;
	overflow: hidden;
	position: relative;
	height: 40px;
}