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

body{
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:center;
}
#bg_container{
	
	width:100%;
	#position: relative;
	}
.body_style{
	margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
#header{
	width:400px;
	border-bottom:1px #000000 solid;
	}
a, a:visited{
	color:#FF6600;
	}
a:hover{
	color:#000000;
	}
h1{
	font-size:30px;
	color:#000000;
	font-weight:normal;
	margin:0;
	}
#nav{
	font-size:14px;
	color:#000000;
}
#nav a{
	font-size:14px;
	color:#FF6600;
	text-decoration:none;
	}
#nav a:hover{
	color:#000000;
}
.footer_links, .footer_links a{
	color:#000000;
	font-size:10px;
	text-decoration:none;
	}
.footer_links a:hover{
	color:#8BA53A;
	}
.headers, .headers a{
	color:#000000;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}
.headers a:hover{
	color:#8BA53A;
}
.product_description{
	font-size:13px;
	color:#000000;
	text-decoration:none;
}


#projectsdd{
	position: absolute;
	visibility: hidden;
	display: block;
	color:#FFFFFF;
	background-color:#8BA53A;
	padding:5px;
	top:30px;
	width:inherit;
}
#top_nav a:hover{
	color:#000000;
}

.error{
	color:#990000;
	text-align:center;
	}

#products_table{
	margin:10px;
	text-decoration:none;
	}
.product_title, .product_title a{
	font-size:10px;
	color:#8BA53A;
	text-decoration:none;
}
.product_title a:hover{
	color:#000000;
	}
.product_info{
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.even{
	background-color:#F4F4F4;
}
.odd{
	background-color:#FFFFFF;
}
#artist, #gallery, #merch, #pictures, #project{
	visibility:hidden;
	position:relative;
	top:0px;
	left:0px;
	}
#tabs{
	position:relative;
/*	height:310;*/
}
#subscribed{
	width:150px;
	position:absolute;
	left:580px;
	top:75px;
	font-size:1.25em;
	}
#sub_num{
	color:#8BA53A;
	font-size:24px;
	font-weight:bold;
	float:left;
	padding:3px;
	}

#signup{
	position:absolute;
	left:721px;
	top:119px;
	width:100px;
	}
#signup a{
	text-align:right;
	font-size:18px;
	text-decoration:none;
	color:#8BA53A;
}
#signup a:hover{
	color:#000000;
	}
