/* Main Layout */
body {
	text-align: center;
	background: #cdcdd0 url('/images/style/bg_booklet.jpg') top left;
	margin: 0;
}
div#layout{
	margin-top: 10px;
	margin-bottom: -60px;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
}
div#title {
	width: 920px;
	height: 136px;
	background: url('/images/style/bg_title.png') bottom left no-repeat;
	cursor: pointer;
}
div#title h1 {
	color: transparent;
	font-size: 0px;
}
div#nav {
	width: 920px;
	height: 84px;
	margin-top: -15px;
	padding-left: 70px;
	background: url('/images/style/bg_nav.png') top left no-repeat;
}
div#page {
	margin-top: 0px;
	background: url('/images/style/bg_page.png') top left repeat-y;
	padding: 20px 110px 0 125px;
}
div#right {
	float: right;
	width: 200px;
	margin: 20px 0 30px 20px;
}
div#content {
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 1px;
	font-size: 13px;
	color: #d3d3d3;
	backgroud-color: #1d2223;
}
div#content h1, div#content h2, div#content h3 {
	font-family: impact;
	font-variant: small-caps;
	font-weight: lighter;
	color: #908360;
}
div#content p {}
div#footer {
	width: 920px;
	height: 373px;
	margin-top: -70px;
	padding-top: 205px;
	background: url('/images/style/bg_footer.png') top left no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #1b1e1b;
}

/* Nav */
div#nav a {
	width: 151px;
	height: 39px;
	margin-top: 7px;
	float: left;
	color: transparent;
	font-size: 0px;
}
div#nav a.i {
	background: url('/images/style/nav/nav_i_news_off.png') center center no-repeat;
}
div#nav a.ii {
	background: url('/images/style/nav/nav_ii_story_off.png') center center no-repeat;
}
div#nav a.iii {
	background: url('/images/style/nav/nav_iii_media_off.png') center center no-repeat;
}
div#nav a.iiii {
	background: url('/images/style/nav/nav_iiii_goods_off.png') center center no-repeat;
}
div#nav a.iiiii {
	background: url('/images/style/nav/nav_iiiii_contact_off.png') center center no-repeat;
}
div#nav a.i:hover {
	background: url('/images/style/nav/nav_i_news_on.png') center center no-repeat;
}
div#nav a.ii:hover {
	background: url('/images/style/nav/nav_ii_story_on.png') center center no-repeat;
}
div#nav a.iii:hover {
	background: url('/images/style/nav/nav_iii_media_on.png') center center no-repeat;
}
div#nav a.iiii:hover {
	background: url('/images/style/nav/nav_iiii_goods_on.png') center center no-repeat;
}
div#nav a.iiiii:hover {
	background: url('/images/style/nav/nav_iiiii_contact_on.png') center center no-repeat;
}

/* Blocks */
div.block {
	font: 10px verdana;
	color: #cecece;
	background: url('/images/style/block_bg_head.png') top left no-repeat;
	margin-bottom: 27px;
}
div.block h1 {
	color: #111;
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	height: 22px;
	font: 14px "Courier New", Courier, monospace;
	font-weight: bold;
}
div.block div.block_content {
	padding: 7px;
	border-right: 1px solid #725e3e;
	border-bottom: 1px solid #725e3e;
	border-left: 1px solid #725e3e;
	background: url('/images/style/bg_bl_40.png') top left repeat;
	text-align: left;
}
div.block div.block_content a {
	color: white;
}
div.block div.block_content img {
	float:right; margin-left: 4px; margin-bottom: 4px;
}

/* Content */
div#content a{
	color: white;
}
div#content h1, div#content h2, div#content h3 {
	font-family: "Courier New", Courier, monospace;
}

/* footer */
div#footer a {
	text-decoration: none;
	color: #1b1e1b;
}
div#footer a:hover {
	text-decoration: underline;
}

/* General */
.clear {
	clear: both;
}
.center {
	text-align: center;
}

/* Conventions */
a img {
	border: none;
}
p img {
	vertical-align: sub;
}

/* Discography */
table#discography {
	width: 100%;
}
table#discography td {
	vertical-align: top;
}
table#discography td img.cover {
	float: center;
	width: 250px;
}
table#discography a {
	text-decoration: none;
}
table#discography a img {
	border: none;
}
a.cd_button  {
	color: transparent;
}
a.cd_button img {
	height: 30px;
}