body {
	background-color: #dcdcdc;
	background-image:url(/images/rb-bg-gray.gif
	);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0px;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1, h2, h3 {
	margin: 0px;
}
a {
	color: #000000;
}
#rightbg {
	float: left;
	background-color:#00FF00;
}
#template {
	width:100%;
	margin: 0px auto;
	text-align: left;
}
#logo {
	float: left;
	position:relative;
	top: -65px;
	left: 30px;
	margin-top: 135px;
}
#header {
	width:1000px;
	padding-top: 8px;
	margin: 0 auto;
}

#content {
	margin: 0 auto;
	width: 970px;
	padding: 15px;
	background-color: #FFFFFF;
}

#content_shadow {
	width: 100%;
	background-image:url(/images/side-shadows.png);
	background-position:center;
	background-repeat:repeat-y;
}
#top_shadow {
	width: 100%;
	height: 19px;
	background-image:url(/images/top-shadow.png);
	background-position:center;
	background-repeat: no-repeat;
}
#bottom_shadow {
	width: 100%;
	height:19px;
	background-image:url(/images/bottom-shadow.png);
	background-position:center;
	background-repeat: no-repeat;
}

.section_title {
	font-size: 19px;
	font-weight:bold;
	color:#999999;
	padding: 15px;
	border: 1px #CCCCCC solid;
}
.section_content {
	border: 1px #CCCCCC solid;
	border-top: none;
	padding: 15px;
}

#footer {
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#777777;
	text-align: center;
	margin: 65px auto;
}

#footer a {
	color:#777777;
	text-decoration:none;
}
#footer a:hover {
	color:#000000;
}

.clear {
	clear: both;
}
#nav {
	width: 800px;
	top: 80px;
	left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 10px;
	position: relative;
}
#nav a {
	text-decoration: none;
	color:#FFFFFF;
	width:106px;
	height:10px;
	display: block;
	float:left;
	padding-left: 15px;
}
#nav a:hover {
	color:#ee0000;
}
#home {
	background-image:url(/images/nav/stripe.gif);
}
#artists {
	background-image:url(/images/nav/stripe.gif);
	background-position: -121px 0;
}
#live {
	background-image:url(/images/nav/stripe.gif);
	background-position: -242px 0;
}
#blog {
	background-image:url(/images/nav/stripe.gif);
	background-position: -363px 0;
}
#ncart {
	background-image:url(/images/nav/black.gif);
}
#nav a#ncart {
    width: 109px;
}
.thank-you {
    border: dashed 1px yellow;
    background-color: #ffffee;
    padding: 15px;
    font-size: 30px;
    margin-bottom: 15px;
}