body
{
	margin: 0px;
	padding: 0px;
	background-color:Black;
	/*background-image: url(../images/bg.gif);*/
	
	
}

.box
{
	background-color: #000000; 
	color: #FCFCFC;
	font-family: Tahoma;
	font-size: 12px;
	padding: 10px;
	height: 270px; 
	vertical-align: top;	
	border-left: 5px solid #2F2F2F; 
	border-right: 5px solid #2F2F2F; 
	 
	
}
.imgbox
{
	border: 1px solid #EEEEEE;
	margin: 5px; 
	color: #FCFCFC;
}
.hint
{
	font-style: italic;
	font-size: 10px;
	font-family: Tahoma;
	color: #FCFCFC;
}

.header
{
	color:#FACB5F;
	font-family: Tahoma;
	font-size: 18px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FACB5F;
	
}
.content
{
	color: #FCFCFC;
	font-family: Tahoma;
	font-size: 12px;
}
.banner
{
	background-image: url(../images/guitertop.gif);
	height: 230px;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.seperator
{
	background-image: url(../images/seperator.gif);
	background-repeat: repeat-x;
	height: 8px;
}
.padding5px
{
	padding-top: 5px;
}

p,td,tr
{
 
	color: #FCFCFC;
	font-family: Tahoma;
	font-size: 12px;
 
}