﻿@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1C8ED0 url(../images/bg_body.jpg);
	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 */
	color: #000000;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
} 
#flag {
	background: url(../images/bg_flag.gif) no-repeat 0px 0px;
	padding: 34px 0 0 835px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #flag instead of text, you may want to remove the padding. */
	height: 38px;
	width: 125px;
} 
#shell {
	width: 960px;
	background: #FFFFFF url(../images/bg_shell.gif) repeat-y 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
} 
#content {
	background: url(../images/bg_guitars.jpg) no-repeat 0px 0px;
	width: 960px;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	background: url(../images/bg_logo.jpg) no-repeat 0px 0px;
}
#sidebar img.pad_border {
	margin-left: 12px;
	border: 1px solid #1040A0;
	margin-top: 6px;
	margin-bottom: 6px;
}
#menu {
	width: 308px;
	margin-left: 12px;
	margin-top: 116px;
}
#news {
	width: 296px;
	margin-left: 12px;
	margin-top: 16px;
	padding-top: 12px;
	padding-bottom: 6px;
	border-top: 1px solid #000000;
	border-bottom: 8px solid #39221E;
}
#news a {
	font-weight: bold;
	color: #39221E;
}
#address {
	width: 296px;
	padding-top: 12px;
	padding-bottom: 6px;
	margin-left: 12px;
	border-bottom: 1px solid #000000;
	margin-bottom: 72px;
}
#address p {
	margin-left: 12px;
}
#mainContent {
	margin: 0 12px 0 333px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 13px Georgia, "Times New Roman", Times, serif;
} 
#mainContent h1 {
	font-size: 24px;
	color: #451F1E;
}
#mainContent h2 {
	font-size: 18px;
	color: #000000;
}
#mainContent h3 {
	font-size: 16px;
	color: #451F1E;
	margin-bottom: 6px;
	border-bottom: 1px dotted #000000;
	padding-bottom: 4px;
}
#mainContent h4 {
	font-size: 14px;
	color: #000000;
	margin-bottom: 6px;
}
#mainContent p {
	line-height: 20px;
}
#mainContent a {
	color: #451F1E;
	font-weight: bold;
}
#mainContent img.border {
	border: 1px solid #000000;
}
#mainContent #staff {
	margin-top: 36px;
}
#foot {
	padding: 24px 0 0 24px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/bg_foot.gif) no-repeat 0px 0px;
	height: 50px;
	width: 936px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
} 
#foot a {
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 4px;
	margin-left: 4px;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
img.drawline {
	border-bottom: 1px solid #70514A;
	width: 100%;
}
img.drawdots {
	border-bottom: 1px dotted #70514A;
	width: 100%;
}
img.mugleft {
	margin-right: 6px;
	margin-bottom: 12px;
	border: 1px solid #70514A;
	margin-left: 24px;
}
.spread li {
	margin-bottom: 9px;
}
.floatright { /* 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-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.caption {
	font: italic 11px/13px Arial, Helvetica, sans-serif;
}
.sidecaption {
	font: italic 11px/12px Arial, Helvetica, sans-serif;
	margin-left: 12px;
	margin-top: 6px;
}
table.display {
	border: 4px solid #39221E;
}
table.display td.header {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #39221E;
}
table.homepage {
	border: 1px solid #1343A2;
}
