body {

/*	background-image: url("/img/site/page_bg.gif"); */
	background-repeat: repeat;
	background-position: left top;
	background-color: #ff0066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #564b47;
	margin-top: 0px;

}
.clear{
	clear: both;
}
.float_right{
	float: right;
}
.float_left{
	float: left;
}

img {
	border: 0px;
}

/* Page Elements */

#gh_container {
	width: 965px;
	margin: auto;
	margin-top: 0px;
}



#gh_left {

	width: 120px;

	float: left;

	margin-right: 0px;

	margin-top: 20px;

}



#gh_right {

	width: 120px;

	float: right;

	margin-left: 0px;

	margin-top: 20px;	

}



#gh_center {

	width: 675px;
	padding-right: 23px;
	padding-left: 23px;	

	float: left;

	
	background-image:url(/img/site/container_drop.gif);

}



#gh_header {

	background-image:url(/img/site/masthead_bg.gif);

	background-repeat: repeat-x;

	background-position: left top;

	background-color: #000000;

	height: 95px;

	width: 675px;

}



#gh_toolbar {

	background-image: url("/img/site/toolbar_bg.gif");

	background-repeat: repeat-x;

	background-position: left bottom;

	background-color: #ffffff;

	width: 675px;

	font-size: 0.8em;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color: #999999;

	clear: both;


	text-align: center;
}



#gh_logo {

	background-image: url("/img/site/logo_trans.gif");

	background-repeat: no-repeat;

	background-position: left top;

	width: 378px;

	height: 80px;

	float: left;
	margin-top: 5px;
	margin-left: 10px;

}



#gh_logo a#home {

	display: block;

	width: 378px;

	height: 80px;

	text-decoration: none;

}



#gh_login {

	width: 275px;

	float: right;
	
	overflow: hidden;
	zoom: 1;
	
	padding: 0;

	margin: 0 0 12px 0;

}
#gh_login form {
	margin: 0;
}
#gh_login p{
	margin: 0px;
	padding: 0px;
}


#gh_search {

	width: 275px;

	float: right;
	
	overflow: hidden;
	zoom: 1;
	


}
#gh_search p{
	margin: 0px;
	padding: 0px;
}



#gh_welcome {

	margin-top: 10px;

	width: 275px;

	float: right;

	text-align: left;

	color: #FFFFFF;

	font-size: 8pt;

}



#gh_content {

	width: 650px;
	background-color: #FFFFFF;

	margin-top: 20px;
	
	clear:both;
	

	padding: 12px;
	padding-top: 0px;

}



#gh_footer {

	width: 675px;

	height: 35px;

	font-size: 0.75em;

	color: #FFFFFF;

	background-color: #000000;

	border: 0px;

	border-top: 5px solid #999999;

	text-align: center;

	clear: both;
	
	padding-top: 5px;

}



#gh_footer a {

	text-decoration: none;

	color: #FFFFFF;

}



#gh_footer a:hover {

	color: #ff227a;

	text-decoration: underline;

}



/* Menu Formatting */

#gh_toolbar a {



	text-decoration: none;

	color: #000000;

	padding: 0px;
	
	line-height: 25px;

	padding-left: 5px;
	
	padding-right: 5px;	

}



#gh_toolbar a.highlight {

	color: #FFFFFF;

	background-color: #ff227a;

}



#gh_toolbar a:hover {

	color: #ff227a;

	text-decoration: underline;

}



#gh_toolbar a.highlight:hover {

	text-decoration: underline;

	color: #FFFFFF;

}



/* Login Area Formatting */

#gh_login label {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	font-size: 7pt;

	text-transform: uppercase;

	color: #FFFFFF;

	font-weight: normal;

}



#gh_login input.login {

	background-color: #FFFFFF;

	font-size: 7pt;

	border: 1px solid #252223;

	padding: 2px;

}
#gh_login input.password {

	*padding: 3px;
}



#gh_login input.button {

	background-color: #000000;

	border: 1px solid #FFFFFF;

	font-size: 9px;

	color: #FFFFFF;

	margin: 5px;

	margin-top: 16px;

}

/* Search Area Formatting */

#gh_search label {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	font-size: 7pt;

	text-transform: uppercase;

	color: #FFFFFF;

	font-weight: normal;

}



#gh_search input.string {

	background-color: #FFFFFF;

	font-size: 7pt;

	border: 1px solid #252223;

	padding: 2px;
	width: 158px;

}



#gh_search input.button {

	background-color: #000000;

	border: 1px solid #FFFFFF;

	font-size: 9px;

	color: #FFFFFF;

	margin: 5px;

	margin-top: 1px;

}



/* Welcome Message/Logout */

#gh_welcome a {

	text-decoration: none;

	color: #FFFFFF;

}



#gh_welcome a:hover {

	color: #ff227a;

}



/* Registration formatting */

div.gh_reg_box {

	width: 285px;

	border: 1px solid #C6C3C6;

	padding: 8px;

	margin: 7px;

	float: left;

}

textarea{
	height: 10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

form.gh input, form.gh select, form.gh textarea {

	border: 1px solid #C6C3C6;

	background-color: #FFFFFF;

	color: #000000;

}



form.gh input.text {

	width: 250px;

}



form.gh label {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	font-size: 7pt;

	text-transform: uppercase;

	margin-left: 2px;

}



form.gh fieldset {

	border: 1px solid #666666;

	padding: 10px;

}



/* Content Formatting */

#gh_content a {

/*	color: #564b47; */

}
a{
 color: #564b47;
}


#gh_content h1 {

	font-family: Verdana, Arial, sans-serif;

	font-size: small;

	font-weight: bold;

	color: #ff227a;

	text-transform: uppercase;

	margin-bottom: 10px;

}



#gh_content h2 {

	font-family: Verdana, Arial, sans-serif;

	font-size: x-small;

	color: #ff227a;

	text-transform: uppercase;

	font-weight: bold;

	margin-top: 10px;

}



#gh_content h3, #gh_content legend {

	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #ff227a;
}



#gh_content p {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;

	color: #000000;
}



#gh_content pre {

	white-space: pre-wrap; /* css-3 */

	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */

	white-space: -pre-wrap; /* Opera 4-6 */

	white-space: -o-pre-wrap; /* Opera 7 */

	word-wrap: break-word; /* Internet Explorer 5.5+ */

}
#gh_account_container{
	width: 675px;
	background-image:url(/img/site/grunge_header.gif);
	background-repeat:no-repeat;
	padding: 0px;
}
#gh_page_title, #gh_page_title h1{
	width: 327px;
	padding: 0px;
	margin: 0px;
	font-size: 1.25em;
	color: #ff0066;
}
#gh_page_title{
	float: left;
	width: 347px;
	margin-top: 80px;
}
#gh_page_title_top{
	background-image:url(/img/site/page_title_top.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width: 347px;
}

#gh_page_title_bottom{
	background-image:url(/img/site/page_title_bottom.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	padding: 10px;
	width: 327px;	
}
.button_view_bands{
	background-image:url(/img/site/gh_button_all_bands.gif);
	background-repeat:no-repeat;
	display:block;
	width: 188px;
	height: 75px;
	text-decoration: none;
	text-indent: -9000em;
}

#gh_account_funds{
	float: left;
	margin-left: 1px;
	text-align: center;
	margin-top: 80px;	
}
#gh_account_funds p, #gh_account_balance p{
	margin: 0px;
	padding: 0px;
}
#gh_account_funds a{
	text-transform:uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 0.75em;
}
#gh_account_funds a:hover{
	text-decoration: underline;
}
#gh_account_funds_top{
	background-image:url(/img/site/gh_account_funds_top.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width: 106px;
}
#gh_account_funds_bottom{
	background-image:url(/img/site/gh_account_funds_bottom.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	padding: 15px;
	padding-bottom: 16px;

}
#gh_account_balance{
	float: right;
	width: 220px;
	font-size: 0.75em;
	color: #000000;
	text-transform:uppercase;	
	margin-top: 80px;	
}
#gh_account_balance_top{
	background-image:url(/img/site/gh_account_balance_top.gif);
	background-repeat:no-repeat;
	background-position: top left;
}
#gh_account_balance_bottom{
	background-image:url(/img/site/gh_account_balance_bottom.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#gh_band_listing{
	clear:both;
	display: block;
}
#gh_band_listing img{
	float: left;
	border: solid 1px #ff0066;
}
.gh_band_listing_text{
	float: left;
	margin-left: 10px;
	font-size: 0.9em;
}
#gh_band_listing a{
	color: #ff0066
}
.gh_band_listing_text strong{
	color: #666666;
	text-transform: uppercase;
}
hr{
	background-color: #ff0066;
	height: 1px;
	color: #ff0066;
	margin-top: 10px;
	margin-bottom: 10px;	
}
#gh_band_listing hr{
	clear: both;
 
}
#home_container_movie{
	min-height: 420px;
}
.store_grid thead a{
	color: #FFFFFF;
}
#interview_title, div.interview_page h2{
	text-transform:none; 
	font-size: 1.75em; 
	font-weight: normal;
}
.interview_page .store_grid{
	font-size: 1.2em;
}
.interview_page td{
	border-bottom: solid 1px #FFFFFF;
	padding: 6px;
}
.interview_page thead{
	display: none;
}
.interview_page strong{
	color: #ff227a;
}
.interview_page .gh_button_text{
	background-image:url(/img/site/gh_button_article_band.gif);
	background-repeat:no-repeat;
	display:block;
	text-transform: none;
	text-indent: -90000em;
	width: 309px;
	height: 45px;
	padding: 0px;
	background-color:#FFFFFF;
}
.interview_page .gh_button_text:hover{
	background-image:url(/img/site/gh_button_article_band_mo.gif);
	background-repeat:no-repeat;
}
