body {
	background-color: #ffffff;
	margin-top: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #303030;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #303030;
        line-height: 130%;
        text-align: left;
}



/*** GLOBAL STYLES ***/
a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	color: #0066cc;
        text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #0066cc;
}
a:visited {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	color: #800080;
}
.gray a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #858585;
}
.gray a:link {
	text-decoration: none;
	color: #858585;
}
.gray a:visited {
	text-decoration: none;
	color: #858585;
}
.gray a:hover {
	text-decoration: underline;
	color: #800080;
}
.page_title {
	font-size: 140%;
	font-weight: bold;
}
.headline {
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
}
li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 200%;
	font-weight: normal;
	color: #303030;
	display: block;
	list-style-position: outside;
	list-style-type: square;
}
h2{
        font-size: 15pt;
        line-height: normal;
        background-color: inherit;
        color: #ff6600;
	margin-bottom: 5px;
        padding: 2px;
	letter-spacing: 0px;
	text-align: left;
        font-weight: bold;
	font-family: verdana, arial;
	border-bottom: 1px solid #cccccc;
} 
h3 {
	font-family: verdana, tahoma, sans-serif;
	font-size: 14px;
        color: #303030;
        font-weight: bold;
	letter-spacing: 0px;
	padding: 3px;
	margin-bottom: 3px;
	background-color: inherit;
}
.img_left {
	float: left;
	padding: 0px 10px 10px 10px;
}

.img_right {
	float: right;
	padding: 0px 4px 10px 10px;
}

.img_center {
	padding: 10px 10px 10px 10px;
}

.red {
     color: #ff6600;
     font-weight: bold;
     text-transform: uppercase;
}

/*** END GLOBAL CLASSES ***/





/*** MAIN PAGE CONTAINER SET IN A TABLE ***/
#container {
	width: 860px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: inherit;
}



/*** PAGE HEADER STYLES ***/
#header {
	float: left;
        width: 860px;
	height: 63px;
        padding: 4px 0 0 0;
        background-color: inherit;
                font-size: 12px;
        color: #ffffff;
       }
#header p{
        margin-top: 10px;
}
#header .ilogo {
	float: left;
	padding: 0px 20px 0px 0px;
}
#header .img_left {
	float: left;
	padding: 0px 20px 0px 0px;
}
#header .img_right {
	float: right;
	padding: 0px 0px 0px 0px;
}
#header h1 {
        float: right;        
        font-size: 16px;
        line-height: 20px;
	letter-spacing: 0px;
	padding: 15px 25px 0px 10px;
	text-align: left;
        font-weight: bold;
}
#header .logo {
	padding: 20px 0px 0px 0px;
}
#header .banner {
	float: right;
	width: 470px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}
/*** END PAGE HEADER STYLES ***/




/*** SIDEBAR AND SIDEBAR MENU STYLES ***/
#sidebar{
	float:right;
	background-color: #f4f4f4;
	width:180px;
        font-size: 10pt;
	padding: 0px 4px 10px 4px;
	border: 1px solid #cccccc;
       
}
#sidebar a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #858585;
	font-weight: normal;
        text-decoration: none;
}
#sidebar a:link {
	text-decoration: none;
	color: #858585;
}
#sidebar a:visited {
	text-decoration: none;
	color: #858585;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #0099cc;
}
#sidebar h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	color: #858585;
}
.menu {
	display:block;
	width:160px;
	padding:2px 4px 2px 4px;
	font-size: 10pt;
	font-weight:bold;
	background-color:#f4f4f4;
	color:#555555;
	text-decoration: none;
	border: 1px solid #f4f4f4;
}
.menu a{
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
.menu:hover{
	background-color:#ffffff;
	color:#0066cc;
	text-decoration: none;
	border: 1px solid #cccccc;
}
#sidebar2{
        float: right;
	background-color: #eeeeee;
	width:180px;
        font-size: 10pt;
	padding: 0px 4px 2px 4px;
	border: 1px solid #cccccc;
}

#sidebar2 a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
        text-decoration: none;
	font-weight: normal;
}
#sidebar2 a:link {
	text-decoration: none;
	color: #333333;
        font-weight: normal;
}
#sidebar2 a:visited {
	text-decoration: none;
	color: #333333;
}
#sidebar2 a:hover {
	text-decoration: none;
	color: #0066CC;
        font-weight: bold;
}



/*** END sIDEBAR AND SIDEBAR MENU STYLES ***/




/*** MAIN BODY COPY AND CONTENT STYLES ***/
#content{
	float:left;
	background-color: #ffffff;
        background-image: url(images/gray_guitar_bg.gif);
	background-repeat: no-repeat;
	background-position: right top; 
        width: 620px;
	padding: 10px;
	margin: 0px 0px 0px;
	border: 1px solid #cccccc;
    
}
#content h3 {
	font-size: 120%;
	font-weight: bold;
	padding: 3px;
	background-color: inherit;
}

#content h2{
        font-size: 15pt;
        line-height: normal;
        color: #131933;
	margin-bottom: 5px;
        padding: 3px;
	letter-spacing: 0px;
	text-align: left;
        font-weight: bold;
	font-family: verdana, arial;
	border-bottom: 1px solid #cccccc;
        background-color: #inherit;
} 
#fullcontent{
	background-color: #ffffff;
        background-image: url(images/gray_guitar_bg.gif);
	background-repeat: no-repeat;
	background-position: right top; 
        border: 1px solid #cccccc;
      	width: 100%;
	padding: 10px;
	
	
}
#fullcontent h2{
        font-size: 15pt;
        line-height: normal;
        color: #191933;
	margin-bottom: 5px;
        padding: 3px;
	letter-spacing: 0px;
	text-align: left;
        font-weight: bold;
	font-family: verdana, arial;
	border-bottom: 1px solid #cccccc;
        background-color: inherit;
} 
/*** END MAIN BODY COPY AND CONTENT STYLES ***/




/*** TOP NAVBAR MAIN MENU ***/
#navbar {
	float:left;
	width: 860px;
	margin-bottom: 20px;
	background-color: #131933;
        background-image: url(4images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#navbar ul {
	font-size: 12px;
	margin:0;
	padding:0;
}
#navbar li {
	float:left;
	height:30px;
	font-size: 12px;
        list-style:none;
	margin:0;
	padding:0;
}
#navbar a {
	background-color: #131933;
        background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right: 1px solid #131933;
	font-family: verdana, arial, tahoma, sans-serif;
	color:#ffffff;
	display:block;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	padding: 8px 10px 7px 10px;
}
#navbar a:active {
        background-color: #0099ff;
	color:#ffffff;
	text-decoration: underline;
}
#navbar a:hover {
        background-color: #0099ff;
	color:#ffffff;
	text-decoration: underline;
}



#navbar a: .current {
        background-color: #0099ff;
	color:#ffffff;
	text-decoration:none;
        background-image: url(images/navbg_over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


#subnav {
	float:left;
	width: 860px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #eeeeee;
	height: 25px;
}
/*** END TOP NAVBAR MAIN MENU ***/



#lessons1 {
	font-size: 12px;
	line-height: 125%;
}
#lessons1 a {
	font-size: 12px;
	color: #303030;
	text-decoration: none;
	font-weight: normal;
}
#lessons1 a:visited {
	font-size: 12px;
	color: #303030;
	text-decoration: none;
	font-weight: normal;
}
#lessons1 a:hover {
	font-size: 12px;
	color: #800080;
	text-decoration: none;
	font-weight: bold;
}



#fizzright{
	float:right;
	background-color: #ffffff;
	width:200px;
        padding: 10px 0px 10px 20px;
}
#fizzleft{
	float:left;
	background-color: #ffffff;
	width:200px;
        padding: 10px 20px 10px 0px;
}




/*** PAGE FOOTER STYLES ***/
#footer {
	width: 100%;
	background-color: #ffffff;
	margin-top: 20px;
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #777777;
	text-align: left;
        border-top: 1px solid #cccccc;
}
#footer a{
	color: #777777;
}
/*** END PAGE FOOTER STYLES ***/
.darkgray a {

	font-family: verdana, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #777777;
}
.darkgray a:visited {

	text-decoration: none;
	color: #777777;
}
.darkgray a:link {

	text-decoration: none;
	color: #777777;
}
.darkgray a:hover {

	text-decoration: none;
	color: #0066cc;
}
hr
{
	border:0;
	border-bottom: 1px solid #cccccc;
	height: 1px;
}