body {
	color: #000;
	background: #fff url(../images/bg.jpg) top left repeat-x;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

a {
	color: #000;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
	font-family: helvetica, arial, sans-serif;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#wrapper {
	width: 898px;
	height: 100%;
	margin: 0px auto;
}

#wrapper .inner {
	margin: 0px;
}

#header {
	margin: 0px;
}

#logo {
	margin-top: 50px;
	float: left;
}

#menu {
	width: 207px;
	float: right;
	background: #231f20 url(../images/topmenu_bg.gif) top left repeat-x;
}

#menu a {
	color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
}

#menu .inner {
	margin: 25px 10px 10px 10px;
}

#footer {
	font-size: 10px;
	border-top: 1px solid #ddd;
	color: #666;
	margin: 15px 0 30px 0;
	padding-top: 5px;
}

#footer a {
	color: #666;
}

#artist_spot {
}

.box {
	background-color: #f2f2f2;
	padding: 10px;
	margin-top: 10px;
}

.box .inner {
}

.box .header {
	border-bottom: 1px dashed #666;
	padding: 5px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}

.box h1 {
	margin-top: 5px;
	font-size: 11px;
}

.box .body {
	margin-top: 10px;
}

#content {
	float: left;
	width: 898px;
}

#contentleft {
    width: 250px;
    min-height: 200px;
    float: left;  
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

#contentcenter {
    width: 348px;
    float: left;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

#contentright {
    width: 300px;
    float: left;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.gallery_img_front {
	width: 88px;
	height: 88px;
	overflow: hidden;
	float: left;
	margin-bottom: 8px;
}

#item_spots .not_last {
	margin-right: 8px;
}

.artist_img {
	float:right;
	margin: 0 0 10px 10px;
}

#intro {
	margin: 22px 15px 15px 15px;
}

.gallery_header {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
	margin: 5px 0 10px 0;
	padding: 10px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, verdana, sans-serif;
}

.gallery_img {
	margin-bottom: 10px;
	width: 100%;
	background: #fff url(../images/gallery_img_bg.gif) top left repeat;
	text-align: center;
}

.gallery_img img {
	margin: 15px 0 15px 0px;
}

.gallery_price {
	float: right;
	width: 206px;
}

.gallery_price h2 {
	margin-bottom: 5px;
}

.gallery_items {
	background-color: #eee;
	padding: 8px;
	margin-top: 5px;
}

.gallery_item {
	float: left;
	margin: 0 8px 5px 0;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px;
}

.price_item {
	width: 100%;
	text-align: right;
	background-color: #ddd;
	margin-bottom: 2px;
}

.price_item .inner {
	padding: 5px;
}

.price_button {
	width: 206px;
	background-color: #231f20;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, verdana, sans-serif;
	margin-top: 8px;
}

.price_button .inner {
	padding: 5px 0 4px 0;
}

.price_button a {
	text-decoration: none;
	color: #fff;
}

.price_button a:hover {
	text-decoration: underline;
}

.upcoming {
	float: left;
	margin-right: 15px;
}

.upcoming .description {
	text-align: center;
}

.right {
	float: right;
	background-color: #ccc;
	width: 207px;
}

.left {
	width: 660px;
}

.right .inner {
	padding: 15px;
}

.contact {
	margin: 0 0 15px 0;
}

.contact h2 {
	margin-bottom: 2px;
}

fieldset { 
  border-top: 1px solid #efefef; 
  border-left: 1px solid #efefef; 
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc; 
  padding: 1em 1em 1em 1.5em; 
  width: 300px; 
  margin-bottom: 10px; 
} 
fieldset:hover { 
  border: 1px solid #3A789D; 
} 
legend { 
  font-weight: bold; 
} 
fieldset input { 
  margin: 1px; 
} 
#order_card_verification_value { 
  width: 50px; 
} 
fieldset input:focus { 
  background-color: #cccccc; 
}

#checkout {
	float: left;
}

#checkout_paypal {
	float: left;
	margin-left: 30px;
}

#payment_radio {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#payment_radio td {
	margin-right: 10px;
	padding: 5px 10px 5px 0;
}

.cvv a {
	font-size: 9px;
	color: #aaa;
}

.paypal_btn {
	border: 1px solid #000;
}