* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(/images/bg.jpg);
	font-size: 70%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #84846d; /* brown */
	line-height: 1.4;
	background-color: #f5f2e7; /* light brown */
	height: 100%;
}
p, ul, form {
	margin-bottom: 1em;
	text-align: right;
}
ul, li {
	list-style-type: none;
	list-style-position: outside;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #485aff;
}
a:hover, a:active {
	color: #4698ff;
}

h1, h2, h3, b {
	font-size: 100%;
	font-weight: normal;
	color: #8193a5; /* dark brown */
}

input, select, textarea, label {
	display: block;
	margin-left: auto;
}
input[type=text], select, textarea {
	padding: 3px;
	font-size: 100%;
	color: #72706c;
	background-color: white;
	border-color: #d5cfbe;
	border-style: solid;
	border-width: 1px;
	width: 200px;
}

.wrapper {
	width: 100%;
	height: 472px;
	position: absolute;
	bottom: 0px;
}
.wrapper .main {
	width: 900px;
	height: 472px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
.menu {
	position: absolute;
	top: 59px;
	left: 291px;
	width: 135px;
	height: 171px;
	overflow: hidden;
	text-align: right;
}
.menu a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 28px;
	width: 135px;
	overflow: hidden;
	text-indent: 9090px;
	background-image: url(/images/menu.jpg);
}

/* LINK */
a#menuNews {
	background-position: 0px 0px;
}
a#menuBio {
	background-position: 0px -28px;
}
a#menuMedia {
	background-position: 0px -56px;
}
a#menuGb {
	background-position: 0px -84px;
}
a#menuStore {
	background-position: 0px -112px;
}
a#menuContact {
	background-position: 0px -140px;
}

/* HOVER */
a#menuNews:hover, body.sectionNews a#menuNews {
	background-position: -135px 0px;
}
a#menuBio:hover, body.sectionBio a#menuBio {
	background-position: -135px -28px;
}
a#menuMedia:hover, body.sectionMedia a#menuMedia {
	background-position: -135px -56px;
}
a#menuStore:hover, body.sectionStore a#menuStore {
	background-position: -135px -112px;
}
a#menuContact:hover, body.sectionContact a#menuContact {
	background-position: -135px -140px;
}

.content {
	text-align: right;
	position: absolute;
	left: 501px;
	top: 59px;
	width: 353px;
}
.content .pad {
	height: 340px;
	overflow: auto;
	padding-right: 20px;
}
h1 {
	display: none;
}

.newsText img {
	background-position: right 2px;
	background-repeat: no-repeat;
	background-image: url(/images/zoom.gif);
	width: 50px;
	height: 50px;
	cursor: pointer;
	padding-right: 14px;
	display: block;
	margin-left: auto;
}

body.sectionGb {
	background-position: center -340px;
	margin: 40px;
}
body.sectionGb .pad {
	
	border-color: #dcd7c9;
	
	border-style: solid;
	
	border-left-width: 0px;
	
	border-bottom-width: 1px;
	
	border-right-width: 0px;
	
	border-top-width: 0px;
	
	margin-bottom: 1em;
	
	padding-bottom: 1em;
	
}

.credits {
	position: absolute;
	bottom: 0px;
	right: 46px;
}
.credits img {
	display: block;
	float: left;
}

.left {
	float: right;
}
.album {
	width: 180px;
	margin-left: 12px;
	text-align: center;
	overflow: hidden;
}
.album img {
	margin-top: 12px;
	margin-bottom: 12px;
}
.sectionStore .album {
	width: 130px;
}
.album p {
	display: inline;
}
.clear {
	clear: both;
}

.sectionMedia .content,
.sectionStore .content {
	width: 453px;
	left: 401px;
}

.leftBox {
}
