body {
	margin: 0px;
	padding: 0px;
	background-color: #FAFAFA;
}
p {
	font: 80%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}
form {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: square;
}


/* Links */

a:link {color: #00994D}     /* unvisited link */
a:visited {color: #00994D}  /* visited link */
a:hover {color: #E68A00}   /* mouse over link */
a:active {color: #E68A00}   /* selected link */ 

a.head:link {color: #00FF80; font-size: 9px;}     /* unvisited link */
a.head:visited {color: #00FF80; font-size: 9px;}  /* visited link */
a.head:hover {color: #E68A00; font-size: 9px;}   /* mouse over link */
a.head:active {color: #E68A00; font-size: 9px;}   /* selected link */ 

a.foot:link {color: #00FF80; font-size: 11px;}     /* unvisited link */
a.foot:visited {color: #00FF80; font-size: 11px;}  /* visited link */
a.foot:hover {color: #E68A00; font-size: 11px;}   /* mouse over link */
a.foot:active {color: #E68A00; font-size: 11px;}   /* selected link */ 


/* Header */


#preheader {
        position: relative;
        background-image: url(http://www.musiciantutorials.com/images/hq2.gif);
        background-repeat: no-repeat;
        background-position: top left;
	background-color: #000000;  
	color:#ffffff; 
	font-family:sans-serif;
	font-size:12px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-right: 4px;
        width: auto;
        height: 22px;
        z-index: 5;
}

#preheader .headermenu {
        float: right;
	font-family: sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	padding-right: 6px;
}

#header {
        position: relative;
	background-color: #000000;  
	color:#ffffff; 
	font-family:sans-serif;
	font-size:12px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
        width: auto;
        height: 19px;
        z-index: 3;
}
#header h1 {
        font-family: sans-serif;
	font-size: 20px;
        color:#FFFFFF;
	text-align: right;
	margin-right: 1em;
}
#header h2 {
	font-family: sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}

#header .headermenu {
        float: right;
	font-family: sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	padding-right: 6px;
}


/* Content */

#content {
        position: relative;
	background-color: #FAFAFA;
        margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
        margin-bottom: 0px;
}
#content h1 {
        font-family: sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 1px;
	padding: 2px;
}
#content h2 {
	font-family: sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 2px;
}

#content h3 {
	font-family: Verdana;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
        margin-top: 15px;
	margin-bottom: 5px;
}

#content h4 {
	font-family: sans-serif;
	font-size: 9px;
	font-weight: none;
	color: #000000;
        margin-top: 1px;
	margin-bottom: 1px;
}

#content p {
	margin-left: 3em;
	margin-right: 2em;
}

.promotext {
	font-family: sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: -30px;
	padding: 0px;
        line-height: 90%;
        text-align: center;
}


/* Footer */

.clear { 
	clear: both;
}

#prefooter {
	position: relative;
        width: auto;
        height: 5px;
	border-bottom: 0px solid #FAFAFA;
	background-color: #00e255;
	font-family: sans-serif;
        font-size: 13px;
        color: #FFFFFF;
        padding: 4px;
}

#footer {
	position: relative;
        width: auto;
        height: auto;
	border-top: 0px dotted #B1B1B1;
	background-color: #03272c;
	font-family: sans-serif;
        font-size: 13px;
        color: #FFFFFF;
        padding: 4px;
}
#footer h1 {
        font-family: arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 1px;
}
#footer h2 {
        font-family: sans-serif;
	font-size: 12px;
	color: #F5F500;
	margin: 3px;
        padding-top: 5px;
}
#footer h3 {
        font-family: sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	margin: 3px;
        padding-top: 5px;
}

/* Images */


img.x
{
position: absolute;
right: 0px;
top: -106px;
z-index: 0;
}

img.hot1
{
position: relative;
right: 0px;
top: 20px;
z-index: 1;
}

img.titlevert
{
position: relative;
left: -5px;
top: -30px;
z-index: 4;
margin-bottom: 0px;
}

img.mtline
{
position: relative;
left: 400px;
top: 4px;
z-index: 5;
}

img.promo
{
padding: 2px;
border: 0;
margin-top: 0px;
}

img.hq
{
float: left;
left: -5px;
top: -30px;
z-index: 4;
padding: 0px;
margin: 0px;
}

/* Menu */

.menu {
  display: table;         /* ignored by IE */
  padding: 0; 
  list-style-type: none;
  white-space: nowrap;    /* keep text on one line */
  border-bottom: 1px solid #222222; /* add a border to show size of menu */
  }
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:2px 16px;
  color:#FFFFFF; 
  background:#444444; 
  border:1px solid #fff; /* add a 1px white border around items */ 
  text-decoration:none;
  font-family: sans-serif;
  font-size: 11px;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
  color:#fff; 
  background:#00994D;
  }

.centered {margin: 0 auto;}






