@charset "UTF-8";
/* CSS Document */

body {
	background:#FFFFFF;
	margin:0px;
	}

h1 {
	font:24px Georgia;
	color:#FFFFFF;
	}

h2 {
	font:17px Georgia;
	color:#FFFFFF;
	}

h3 {
	font:15px Helvetica;
	color:#999999;
	}

h3 b:first-child {
	font:15px Georgia;
	font-weight:bold;
	color:#FFFFFF;
	}

h4 {
	font:13px Helvetica;
	color:#999999;
	}

h4 b {
	font:13px Georgia;
	color:#FFFFFF;
	}

p {
	font:14px Helvetica;
	color:#999999;
	line-height:20px;
	}

p b {
	font:14px Helvetica;
	color:#FFF;
	}

a:link {
	text-decoration:none;
	color:#666666;
	}

a:visited {
	text-decoration:none;
	color:#666666;
	}

a:hover {
	text-decoration:none;
	color:#333333;
	}

a:active {
	text-decoration:none;
	color:#666666;
	}

a img {
	text-decoration:none;
	border:#FFFFFF solid 5px;
	}

.borderless {
	text-decoration:none;
	border:none;
	}

#feedback {
	position:fixed;
	left:0;
	top:30%;
	}

#feedback a {
	background:url(../images/feedback.png) no-repeat;
	display:block;
	position:relative;
	height:140px;
	width:45px;
	}

#feedback span {
	display:none;
	}

#top {
	background:#000000;
	height:150px;
	}

.logo {
	background:url(../images/logo.jpg) no-repeat top center;
	margin:auto;
	padding-top:1px;
	width:960px;
	height:150px;
	text-align:center;
	}

.logo h1 {
	font:25px "Times New Roman";
	color:#FFFFFF;
	padding:78px 0px 0px 20px;
	}

.nav {
	margin:auto;
	margin-top:-45px;
	width:960px;
	text-align:center;
	word-spacing:26px;
	}

.nav li {
	display:inline;
	font:16px "Times New Roman";
	font-weight:bold;
	}

.nav li a:link {
	text-decoration:none;
	color:#999999;
	}

.nav li a:active {
	text-decoration:none;
	color:#999999;
	}

.nav li a:visited {
	text-decoration:none;
	color:#999999;
	}

.nav li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	}

#header {
	background:url(../images/header.jpg) no-repeat center;
	height:300px;
	}

.display {
	background:url(../images/header.jpg) no-repeat;
	width:960px;
	height:300px;
	margin:auto;
	}

#wrapper {
	background:#000000;
	overflow:auto;
	}

.content {
	width:960px;
	margin:auto;
	}

.left {
	float:left;
	width:600px;
	padding:10px 0px 20px 20px;
	text-align:justify;
	}

.tracklist {
	float:right;
	width:350px;
	}

.tour {
	float:left;
	width:350px;
	padding:10px 0px 20px 20px;
	text-align:left;
	}

.gallery {
	float:left;
	width:900px;
	padding:10px 0px 20px 20px;
	text-align:justify;
	}

.right {
	background:url(../images/line.gif) repeat-y left;
	float:right;
	width:240px;
	padding:0px 20px 0px 20px;
	margin:14px 0px 20px 0px;
	text-align:left;
	}

#diary  {
	background:url(../images/line.gif) repeat-y left;
	float:right;
	width:500px;
	height:500px;
	overflow:auto;
	padding:0px 20px 0px 20px;
	margin:14px 0px 20px 0px;
	text-align:justify;
	}

#diary h4 {
	font:13px Georgia;
	color:#999999;
	text-align:justify;
	line-height:20px;
	}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
	}

.vscrollerbase {
	width: 21px;
	background-color:#000000;
	}
	
.vscrollerbar {
	width: 21px;
	background-image:url(../images/arrow.png);
	background-position:top;
	background-repeat:no-repeat;
	}

table {
	font:13px Helvetica;
	color:#999999;
	}

#footer {
	background:#ffffff url(../images/footer.jpg) repeat-x left;
	height:50px;
	}

.info {
	width:960px;
	margin:auto;
	padding-top:6px;
	padding-left:50px;
	text-align:left;
	}

.info p {
	font:13px "Times New Roman";
	color:#666666;
	}
