body  {
	background: #FFFFFF;
	background-image:url(images/bg.gif);
	background-position: top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cccccc;
	border:solid 1px #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
}

#header{
	width: 800px;
	background:inherit;
}

#content {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: inherit;
	margin: 0 auto auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 10px 0px 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#lftcolumn {
	width: 380px; 
	background: inherit;
	float: left;
	text-align: left; /* this overrides the text-align: center on the body element. */	
} 

#rtcolumn {
	width: 380px;
	background: inherit;
	margin: 0 0 0 400px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#footer {
	width: 790px;
	background: #CC0000;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	clear:both;
	padding: 5px;
	border-top: 1px solid black;
}

#textbox{
	width: 374px;
	background-color:#DBDBDB;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	padding: 5px 5px 0px 5px;
	border:double #000; 
}
#textboxrentals{
	width: 325px;
	background-color:#DBDBDB;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	padding: 5px 5px 5px 5px;
	border:double #000;
}

.banner {
	background-color:#CC0000;
	width: 378px;
	border: #000000 1px solid;
	text-indent: 10px;
	letter-spacing: 3pt;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	padding: 5px 0px 5px 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 5px 5px 5px 5px;
	border-color: #000;
}
.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 5px 25px 5px 5px;
	border-color: #000;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 5px 5px 5px 5px;
	border-color: #000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 14px;
	text-align:center;
	
}

h2 {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}

p {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-weight: normal;
	text-align: left;
}

a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#00F;
	border-color: #000;
	
}

a.small {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#000;
}

a.small:hover {
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#000;
}

ul, ol {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	color:#000;
}

#blogarea {
	width: 400px;
}
.title {
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 18px;
	text-align:left;
	font-weight:bold;
	font-variant: small-caps;
}

.blog {
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}
.blog h2{
	text-align:center;
}
table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}
#footer a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
}
th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
#header p {
	text-align: center;
}

.right {
	text-align:right;
}

.smallheader th {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

.skiplinks {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
	
.lessons tr td a {
	text-align: center;
}
table.guitaramp {
	border-collapse:collapse;
	width: 100%
}
table.guitaramp td {
	text-align:center;
}
table.guitaramp caption {
	font-style: italic;
	text-align: left;
	font-size: 12px;
}

.img {
	border: 1px solid #000000
}