/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #B34011 url(images/bg2.gif) repeat-x;
	margin: 10px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	margin: 0px 20px;
}
h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #2D4488;
	text-align: right;
	margin: 10px 8px 5px 0px;
}
h2 {
	font-size: 16px;
	color: #9B2E07;
	margin: 0px 1px 6px;
	text-align: center;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #2F4388;
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/layout_01.jpg) no-repeat;
	height: 100px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font: italic 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: relative;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/* Creates the div container for the footer. */
div#footer {
	background: #CFCFCF;

	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 12px solid #FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
div#footer p {
}
div#footer a:link {
	color: #000000;
	text-decoration: none;
}
div#footer a:visited {
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
	color: #003399;
}
div#footer a:active {
	text-decoration: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
}
.clear {
	clear: both;
}
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	background: url(images/nav_bk.jpg) repeat right center;
	margin: 0px auto;
	padding: 0px;
	width: 160px;
	color: #2D4488;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline;
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #2D4488;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 4px;
	border-top: 1px none #2D4488;
	border-right: 1px solid #2D4488;
	border-bottom: 1px solid #2D4488;
	border-left: 1px solid #2D4488;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/nav_on.jpg) no-repeat right center;
	color: #FFFFFF;
	border-top: 1px none;
	border-right: 1px solid #2D4488;
	border-bottom: 1px solid #2D4488;
	border-left: 1px solid #2D4488;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#container {
	background: #FFFFFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	font: 12px Arial, Helvetica, sans-serif;
	color: #2D4488;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
div#copyright {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div#copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#copyright a:visited {
	color: #99FFFF;
	text-decoration: none;
}
div#copyright a:hover {
	color: #99FFFF;
}
.close {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.address {
	font: 11px Arial, Helvetica, sans-serif;
	color: #B43C0A;
	margin-right: 5px;
	width: auto;
}
div#container p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #2D4488;
	margin-right: 25px;
	margin-left: 25px;
}
.bar {
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #546183;
	height: auto;
	width: 650px;
	margin: 0px 25px;
	padding: 0px 0px 0px 15px;
	float: left;
}
.brder {
	border: 1px dashed #546183;
}
li {
	list-style: url(images/bullet.jpg);
}
div#navholder {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #FFFFFF;
}
.containerleft {
	padding: 5px;
	float: left;
	width: 300px;
	margin-left: 25px;
}
.guitar {
	position: absolute;
	top: -11px;
	left: 685px;
}
