/*******************************************************
TITLE: LickLibrary.com // Slash Feature pages 
DATE: 30.04.2008
AUTHOR: Sam Marks // Lucas Lynch
*******************************************************/

body {
margin:0;
padding:0;
height:100%;
background-color:#1c1b1b;
color:#fff;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

/* Container properties */

/* Main holding container*/
.MainFrame {
margin: 0 auto;
padding: 0 0 0 0;
width:955px;
text-align:center;
vertical-align: middle;	
}

/* LeftCol */
.LeftCol {
Width: 206px;
float:  left;
display: inline;
}

/* CenterCol */
.CenterCol {
Width: 476px;
display: inline;
float:  left;
Margin: 0 10px 0 10px;
}

/* RightCol */
.RightCol {
Width: 253px;
display: inline;
float:  right;
}

/* ComponentPanels */
.FeaturePanelCase {
Width: auto;
Background-color: #000;
margin: 0 0 10px 0;
text-align: left;
}
.FeaturePanel {
Width: auto;
Background-color: #000;
margin: 0 0 0 0;
text-align: left;
padding:  10px 5px 10px 5px;
background: url(../Images/Misc/PanelBG.gif);
background-position: bottom;
background-repeat: repeat-x;
}
.FeaturePanelLinks {
Height: 22px;
Line-height: 22px;
background: url(../Images/Misc/LinkBG.gif) repeat-x;
text-align: right;
padding: 0 5px 0 0;
width:  auto;
}
.FeaturePanelLinks a , .FeaturePanelLinks a:visited {
Font-family: Helvetica, Arial, Verdana;
Font-weight: bold;
Color: #fff;
Font-size: 11px;
text-decoration: none;
}
.FeaturePanelLinks a:hover {
Color: #ebc8c8;
text-decoration: none;
}
.Clear {
Clear:both;
}
.DVDCase {
Width: 90px;
display: inline;
float: left;
margin: 6px 3px 0 3px;
}
.FlashPlayerPanel {
Width: auto;
Background-color: #000;
margin: 0 0 10px 0;
text-align: left;
}
/* Stand Alone Text Classes */
H1,.heading {
display:block;
Font-family: helvetica, arial, verdana;
Font-weight: bold;
font-size:  22px;
color:  #fff;
letter-spacing: -1;
margin:  0 0 7px 0;
}
H2, h3 {
Font-family: helvetica, arial, verdana;
Font-weight: bold;
font-size:  22px;
color:  #fff;
letter-spacing: -1;
margin:  0 0 7px 0;
}
p {
Font-family: Arial, Verdana;
Font-weight: normal;
Color: #fff;
Font-size: 11px;
text-decoration: none;	
padding: 0 0 0 0;
margin: 0 0 0 0;
}
p a , p a:visited {
Font-family: Arial, Verdana;
Font-weight: normal;
color: #ee5d10;
Font-size: 11px;
text-decoration: none;	
}

.lesson a{ color:#fff; text-decoration:none; }

p a:hover {
Color: #ee5d10;
text-decoration: none;		
}
div.lesson, p.text {
margin:  10px 0 0 0
}



/* Misc Elements */
.DVDPad {
Margin: 4px 0 0 0;
}
.DottedRule {
Height: 1px;
Border-top: 1px dotted #fff;
margin:  6px 0 6px 0;
width: 98%;
}

/* Footer Component*/

.Footer {
Width: 955px;
margin: 10px 0 10px 0;
float: left;
clear:both;
padding: 5px 0 5px 0; 
margin: 0 0 0 0;
border-top:  1px dotted #fff;

}
.Footer p {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
margin: 0 0 0 0;
font-weight:normal;
text-align: left;
}
.Footer p a , .Footer p a:visited {
color: #fc531a;
text-decoration:none;
}
.Footer p a:hover {
color: #8e5532;
text-decoration:none;
}




a img{
	border:none;
}

.FeaturedGuitarist a{
	text-decoration:none;
	color:#fff;
}
.FeaturedGuitarist a:hover{
	text-decoration:underline;
	color:#D25830;
}

