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

.Header {
	background-image: url(images/Linden_Mandolins_Header.jpg);
	height: 191px;
	padding-top: 1px;
}
body {
	background-color: #1F0802;
	background-image: url(images/bg.jpg);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #511606;
	font-size: 26px;
}
h2 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 18px;
}


.Content_Wrapper {
	background-image: url(images/Linden_Mandolins_ContentWrapper.jpg);
	background-color: #0F0704;
	background-repeat: no-repeat;
	overflow: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: -1px;
}
.Content_BG {
	background-image: url(images/Content_BG-Repeat-y.jpg);
	background-repeat: repeat-y;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: auto;
}
.Content_Padding {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.Content_Padding img {
	padding-right: 10px;
	padding-bottom: 10px;
}

.Align_Center {
	margin-right: auto;
	margin-left: auto;
	width: 778px;
	padding: 1px;
}
.Shadow {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-image: url(images/Shadow.gif);
}
.Nav_Wrapper {
	height: 25px;
	width: 485px;
	margin-top: 155px;
	margin-left: 260px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
}
.Nav {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-top: 160px;
	margin-left: 308px;
}
.Nav a:link {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 11px;
	padding-bottom: 9px;
}
.Nav a:visited {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 11px;
	padding-bottom: 9px;
}
.Nav a:hover {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #681D06;
	padding-top: 11px;
	padding-bottom: 8px;
}
.Footer {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #200903;
	clear: both;
}
.Footer a:link {
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.Footer a:visited {
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.Footer a:hover {
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #681D06;
}
