/******** Layout ********/
body  {
	background: #FFF;
	background-image:url(images/bg.gif);
	background-position: top left;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCC;
	border:solid 1px #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
}
#header {
	width: 800px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}
#content {
	width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0 10px 0px 10px;
}
#lftcolumn {
	width: 380px; 
	float: left;
	text-align: left; /* this overrides the text-align: center on the body element. */	
} 
#rtcolumn {
	width: 380px;
	margin: 0 0 0 400px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#footer {
	width: 790px;
	background: #C00;
	text-align: center;
	font-size: .75em;
	color:#FFF;
	font-weight: bold;
	letter-spacing: 1px;
	clear:both;
	padding: 5px;
	border-top: 1px solid black;
}
/******** Boxes, etc. ********/
#textbox, #textboxrentals, #textboxsmorder {
	background-color:#DBDBDB;
	font-size:.75em;
	padding: 5px 5px 5px 5px;
	border:double #000; 
}
#textbox {
	/* may no longer be in use */
	width: 374px;
	text-align:left;
}

#textboxrentals{
	/* Rentals Page */
	width: 325px;
	text-align:left;
}
#textboxsmorder{
	/* Director's Page */
	width: 150px;
	text-align:center;
	float: right;
	margin: 0 10px 50px 20px;
}
.banner {
	background-color:#C00;
	width: 378px;
	border: #000 1px solid;
	text-indent: 10px;
	letter-spacing: 3pt;
	font-size:16px;
	font-weight: bold;
	color: #FFF;
	text-align:left;
	padding: 5px 0px 5px 0px;
}

/******** Floats ********/
.fltrt { 
	float: right;
	margin: 5px 5px 5px 5px;
	border-color: #000;
}
.fltrt2 { 
	float: right;
	margin: 5px 25px 5px 5px;
	border-color: #000;
}
.fltlft { 
	float: left;
	margin: 5px 5px 5px 5px;
	border-color: #000;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/**** Tags, Text Formatting ****/
h1 {
	color: #000000;
	font-size: 14px;
	text-align:center;
}
h2 {
	font-size:14px;
}
p, ul, ol {
	font-size: .75em;
	color:#000;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
}
a {
	font-weight:bold;
	color:#3366cc;	
}
a.small {
	text-decoration:none;
	font-size:10px;
	font-weight: bold;
	color:#000;
}
a.small:hover {
	text-decoration:underline;
	font-size:10px;
	font-weight: bold;
	color:#3366cc;
}
.title {
	color: #000;
	font-size: 18px;
	text-align:left;
	font-weight:bold;
	font-variant: small-caps;
}
table tr td {
	font-size: .75em;
	text-align: left;
}

th {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
#header p {
	text-align: center;
}
#footer a {
	font-weight:bold;
	color:#FFF;
}
.right {
	text-align:right;
}
.smallheader th {
	font-weight: bold;
	text-align: left;
	font-size: .75em;
}
.skiplinks {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.lessons tr td a {
	text-align: center;
	color: #3366cc;
}
table.guitaramp {
	border-collapse:collapse;
	width: 100%
}
table.guitaramp td {
	text-align:center;
}
table.guitaramp caption {
	font-style: italic;
	text-align: left;
	font-size: .75em;
}
.img {
	border: 1px solid #000000
}
table.document tr td {
	text-align: center;
}
.media {
	color: #C00;
	font-size: 16px;
}

/******** Marquee *********/
marquee {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 5px 0px 5px 0px;
}

marquee a {
	text-decoration:none;
	color: #C00;
	font-size:16px;
	font-weight: bold;
}

/******** Nav Bar ********/
.nav a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
.nav a:hover {
	color: #fff;
}
ul.nav{
	display:block;
	margin:0 auto 0 auto;
	padding: 0;
	float: left; 
}
ul.nav li {
	list-style:none;
	padding: 0 10px;
	display:inline;
	line-height:28px;
	width: 780px;
}

