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


/* 
COLORS:
	Brown: #36220a
	Dark Burgandy: #481c19
	Orange/Red: #782c1c
	Cream: #e6c784
	Light Cream: #f3e3c2
	Black: #26210b

 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f3e3c2;
	line-height:20px;
	margin:0px;
	padding:0px;
	background-color:#36220a;
	background-image:url(images/background_texture.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

a:link {
	text-decoration: none;
	color:#f3e3c2;
	border: 0px;
}

a:visited {
	text-decoration: none;
	color:#f3e3c2;
	border: 0px;
}

a:hover {
	text-decoration: none;
	color:#e6c784;
	border: 0px;
}

a:active {
	text-decoration: none;
	color:#e6c784;
	border: 0px;
}

a img {
	border:0px;
}

.main {
	width:800px;
	height:968px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#481c19;
	clear:none;
	background-image:url(images/guitar_handle2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border:5px solid #782c1c;
}

.header {
	height:263px;
	width:100%;
}

.main_content {
	width:600px;
	padding-left:180px;
	padding-right:20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer {
	width:800px;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0px;
	font-size:12px;
}

.footer:link  {color:#f3e3c2; font-weight:bold;}
.footer:visited, .footer:hover, .footer:active {color:#f3e3c2;}


.small_text {
	font-size:10px;
}

.header_text {
	font-size:16px;
	font-weight:bold;
}

.images_right {
	margin-left:5px;
	margin-bottom:5px;
	margin-top:5px;
	margin-right:0px;
	float:right;
	border:5px;
	border-color:#782c1c;
	border-style:solid;
}

.images_left {
	margin-left:0px;
	margin-bottom:5px;
	margin-top:5px;
	margin-right:5px;
	float:left;
	border:5px;
	border-color:#782c1c;
	border-style:solid;
}

.table {
	text-align:center;
	font-size:13px;
	line-height:20px;
	vertical-align:top;
	font-weight:normal;
}

.border {
	border:5px; 
	border-color:#782c1c;
	border-style:solid;
	margin-top:20px;
}

.border_details {
	border:5px;
	border-color:#782c1c;
	border-style:solid;
	margin-top:8px;
	margin-right:8px;
}

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

.images_red_border {
	border:5px;
	border-color:#782c1c;
	border-style:solid;
	margin-bottom: 20px;
}
	
.float_left {
	float:left;
	margin-right: 10px;
	margin-top: 10px;
}
