/* GRINK */
/* Coded by Gypsy; www.DesignsByGypsy.com */



/* Div IDs */


#Main
{
float: left;
width: 700px;
background-color:#fff;
text-align: justify;
	background: url("gfx/white_bg.gif");
	background-repeat: repeat;
	font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #857D74;
}



	#Header
	{
	float: left;
	width: 700px;
	height:177px;
	background-color:#000;
	}




#HeadImage
{
	float: left;
	width: 300px;
	background-color: transparent;
	padding-right:0px;
	height:177px;
	margin-top: -10px;
}

#HeadText
{
	float: right;
	width: 385px;
	height: 100%;
	line-height: 18px;
	background-color:#000;
		color: #fff;
	text-align: justify;
	padding-right:10px;
	background: url("gfx/black_bg.gif") repeat left top;
}


/* Span Classes */

.HeadTitle
{
	color: #ec7ebf; 
	font-family: courier new,courier; 
	font-weight: bold;
}

.HeadGenre
{
	color: #777; 
	font-family: arial; 
	font-size: 12px;
}

.HeadText
{
	color: white; 
	font-size: 12px; 
	font-family: arial;
}