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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#171717;
	margin:0px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

h1{
	color:#171717;
	margin:0 0 0 187px;
	font-size:28px;
	visibility:hidden;
	width:331px;
	height:55px
}

h2 {
	font-size:16px;
	color:#ffffff;
	margin:56px 0 0 90px;
}

h3, h3 a {
	font-size:14px;
	color:#171717;
}

input {
	width:300px;
}

textarea {
	width:300px;
	height:50px;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	background-image:url(../images/wrapper.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	/*overflow:auto;*/
	overflow:hidden;
}

#header {
	height:160px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	/*padding-top:151px;
	overflow:auto;*/
	padding-top:420px;
}

#navigation {
	/*float:right;*/
	list-style:none;
	margin:10px 0 0 225px;
}

#navigation li {
	float:left;
	font-style:italic;
	font-size:13px;
	font-weight:bold;
	margin-left:21px;
}

#navigation a {
	color:#555555;
}

#navigation a:hover {
	color:#171717;
}

#contents {
	width:940px;
	margin:0 auto;
	background-image:url(../images/contentsTop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:auto;
	clear:both;
}

#left {
	float:left;
	width:589px;
	min-height:300px;
	padding:25px 40px;
	text-align:justify;
	background-image:url(../images/contentsBottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#left p {
	overflow:auto;
}

#left ul {
	list-style:none;
	padding:0;
}

#left li {
	margin:5px 5px 0 0;
	float:left;
}

#left li img {
	border:#333333 1px solid;
	padding:1px;
}

#left a {
	color:#171717;
	text-decoration:underline;
}

#songs {
		padding:17px 0;
	}
	
#songs img {
	margin-right:20px;
	border:#333333 1px solid;
	padding:1px;
}

#songs ul {
	float:left;
	margin:0 0 0 24px;
	list-style:decimal-leading-zero;
}
#songs li {
	float:none;
}

#img {
	border:#171717 1px solid;
	padding:1px;
	float:right;
	margin-left:15px;
}

#more {
	background-image:url(../images/more.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:right;
	padding:6px 20px;
	float:right;
}

#more a {
	color:#FF0000;
}

#right {
	width:230px;
	height:295px;
	background-image:url(../images/lives.jpg);
	float:right;
	color:#ffffff;
}

#right h3 {
	visibility:hidden;
}

#right ul {
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}

#right li {
	text-align:center;
	margin:5px 15px;
}

#right li a {
	font-weight:bold;
	color:#ffffff;
}

#footer {
	/*clear:both;
	overflow:auto;*/
	color:#333333;
	font-size:11px;
	padding:55px 45px;
}

#footer p {
	margin:15px 5px;
}

#footer a {
	color:#333333;
	text-decoration:underline;
	margin:5px;
}