/*
Copyright: Richard Basset
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #000000 url('../img/bg.jpg') top center no-repeat fixed;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #dddddd;
}

A:link {
	COLOR: #009da4; text-decoration: none
}
A:visited {
	COLOR: #009da4; text-decoration: none
}
A:active {
	COLOR: #009da4; text-decoration: none
}
A:hover {
	COLOR: #777777; text-decoration: none
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  margin-top: 50px;
  width: 990px;
  height: 930px;
  text-align: left;
  background: url('../img/guitar3.png') top center no-repeat;
  border: 0px solid #ffffff;
  valign: center;
}

#content_wrapper {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:10px;
  clear:both;
}

#left_side {
  margin-top:128px;
  margin-left:60px;
  float: left;
  width:150px;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  text-align: center;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: white;
  padding:4px;
  border: 0px solid #AAE5A4;
  background: url('../img/leftbarbutton.png') top left repeat-x;
}

#left_side p {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 13px;
  padding-left:4px;
}

#right_side {
  margin-top:144px; 
  float: right;
  width:650px;
  min-height: 550px;
  margin-right: 80px;
  background-color: #;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: sans-serif;
  font-size: 16px;
  color: #bbbbbb;
  background-color:#;
  padding:0px;
  border-bottom: 0px solid #77B7FD;
  clear:both;
}

#right_side p {
  margin-top:0px;
  margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  color: #666666;
  line-height: 14px;
  padding-left:0px;
}

.float_left {
  float: left;
  margin-right: 18px;
}

.float_right {
  float: right;
  margin-left: 18px;
}

#page_footer {
  height: 14px;
  background: # url('../img/content_bg.jpg') top right repeat-y;
  clear: both;
}

#page_footer p {
  margin-top: 0px;
  text-align: right;
  margin-right: 40px;
  font-family: verdana, arial, sans-serif;
  font-size: 9px;
  color: #dddddd;
  letter-spacing:1px;
}

#spacer {
  height:10px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  line-height:18px;
}

/******************************
   3 Columns Across
******************************/

#column {
	float: left;
	width: 185px;
	background: url();
	color: #303030;
	border-right: 1px solid #77B7FD;
	padding: 0px 10px 0px 0px; 
	margin: 0px 20px 0px 0px;
}

#column p {
  margin-top:0px;
  margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 14px;
  padding-left:0px;
}	

#columnright {
	float: left;
	width: 185px;
	background: # url('');
	color: #303030;
	border: 0px solid #77B7FD;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}	

#columnright p {
  margin-top:0px;
  margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 14px;
  padding-left:0px;
}
	