@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	color: #9B403F;
	text-decoration: underline;
}
a:hover {
	color: #865A59;
	text-decoration: none;
}
#banner {
	position: absolute;
	top: 65px;
	right: 0px;
	background-image: url(../artwork/back_banner.jpg);
	background-repeat: repeat-y;
	height: 71px;
	width: 945px;
}
#banner #logo {
	position: absolute;
	right: 0px;
}
#banner #title {
	position: absolute;
	left: 11px;
	top: 5px;
}
#banner #subtitle {
	position: absolute;
	left: 11px;
	top: 47px;
}
#picture {
	position: absolute;
	top: 164px;
	right: 0px;
}
#content {
	position: absolute;
	top: 164px;
	right: 731px;
	width: 215px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#iconbar {
	position: absolute;
	left: 3px;
	top: 314px;
	margin-left: 10px;
}
.icon {
	margin-top: 15px;
	display: block;
}
#iconbar a:link, #iconbar a:active, #iconbar a:visited {
	filter:alpha(opacity=40); /* IE */
	-moz-opacity: 0.40; /* Gecko */
	opacity: 0.40; /* Opera */
}
#iconbar a:hover {
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1; /* Gecko */
	opacity: 1; /* Opera */
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
img {
	border: 0px;
}


.thumb {
	margin-right: 34px;
	margin-bottom: 15px;
	border: 0px;
}
#nav {
	position: absolute;
	width: 667px;
	right: 0px;
	top: 617px;
	padding-bottom: 20px;
}
#nav2 {
	position: absolute;
	top: 7px;
	right: 3px;
	text-align: right;
}

.navitem {
	border: 0px;
	margin-left: 25px;
}
#content p {
	margin: 0px;
}

