@charset "UTF-8";
@font-face {
font-family: 'Bradley Hand';
font-style: normal;
font-weight: normal;
src: url(Assets/fonts/bradleyspen.woff) format('woff');
}
body {
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #5E0000;
	color: #5E0000;
	background-image: url(Assets/LogoBackStripe.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #411410;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #534741;
	border-bottom-color: #534741;
	border-left-color: #534741;
}
.oneColFixCtrHdr #header {
	background-color: #411410;
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	color: #5E0000;
	background-color: #fcfceb;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent h1 {
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #411410;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #container {
	width: 800px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #534741;
	border-bottom-color: #534741;
	border-left-color: #534741;
	background-color: #FCFCEB;
	background-image: url(Assets/sidebar.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: right top;
} 
.twoColFixRtHdr #header {
	background-color: #411410;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px;
	background-color: #411410;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FCFCEB;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #410411;
	color: #FFFFFF;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.Copyright {
	font-size: small
}
.NavBot {	font-size: small
}
a:link {
	color: #de3957;
	text-decoration: underline;
}
a:visited {
	color: #de3957;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	color: #de3957;
	text-decoration: underline;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 125%;
	margin-top: -5px;
	margin-bottom: -10px;
}
h3 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}
h4 {
	font-weight: bold;
}
h5 {
	font-size: 110%;
}
img.floatRight {
	float: right;
	margin: 5px;
	border: 1px solid #333333;
}
img.floatLeft {
	float: left;
	margin: 5px;
	border: 1px solid #666666;
}

td.shopTable {
	border: 1px dotted #736357;
}
.twoColFixRtHdr #container #mainContent #mc_embed_signup {
	line-height: 30px;
}
