* {
	padding:0;
	margin:0;
}
a {
	color: #c15900;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
a:visited {
	text-decoration: underline;
}
p {
	margin-bottom: 1em;
}
body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #FFF4EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
.album {
	float: left;
	width: 50%;
}
#maincontent li {
	margin-left: 15px;
}
#stour p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 10px;
}
#wrapper {
	margin: auto;
	width: 960px;
}
#header {
	background-image: url(images/bg_header.jpg);
	height: 214px;
}
#nav {
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

#mainbody {
	min-height: 475px;	
}
.section {
	background-image: url(images/bg_section.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 15px;
	margin-bottom: 20px;
}
#maincontent {
	width: 630px;
	float: left;
}
#featured {
	height: 275px;
}
#sidebar {
	float: right;
	width: 310px;
}
#footer {
	text-align: center;
	margin: auto;
	padding: 15px;
	clear: both;
	color: #000;
}
h2, p.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
h2 p {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 0 5px 0;
}
h1 {
	font-weight: normal;
	font-size: 24px;
}
a.button, button.svb {
	cursor:pointer;
	border:0;
	/* Sliding right image */

	background: transparent url('images/btn_right.jpg') no-repeat scroll top right;
	display: block;
	float: left;
	height: 40px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */

	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
a.button span, button.svb span {
	/*position:relative; */

	/* Background left image */ 

	background: transparent url('images/btn_left.jpg') no-repeat;
	display: block;
	line-height: 40px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 8px 0 16px;
	white-space:nowrap;
}
a.button:hover span, button.svb:hover span {
	text-decoration:underline;
}
.clear {
	clear: both;
}
#sregister form {
/*margin-top: 10px;*/

}
#sregister input {
	width: 80%;
	margin-left: 10px;
}
.musician {
	display: block;
	width:50%;
	margin-bottom: 20px;
	height: 55px;
	float: left;
}
.border {
	border: 5px solid #FFF;
}
.tourdate img {
	float: left;
}
.tourdate .info {
	float: left;
	margin-left: 15px;
	display: block;
	width: 410px;
}
.tourdate {
	display: inline-block;
	padding: 15px 0;
	border-bottom: 1px solid #FFFFFF;
}
.product {
	float: left;
	width: 272px;
	margin-right: 25px;
}

