@charset "UTF-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #200d02;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #e7e1a9;
	margin: 0;
}
#container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #200d02; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #200d02;
	text-align: center;
} 
#header {
	margin: 0px;
	background-color: #200d02;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navigation {
	width: 303px;
	background-color: #200d02;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation_l {
	width: 330px;
	background-color: #200d02;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation_c {
	width: 253px;
	background-color: #200d02;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent {
	background-color: #200d02;
	text-align: left;
	margin: 0;
	padding-top: 10px;
} 
#mainContent_c {
	background-color: #200d02;
	text-align: center;
	margin: 0;
	padding-top: 10px;
} 
#mainContent_pic {
	background-color: #200d02;
	text-align: center;
	padding-top: 10px;
} 
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 8px;
	text-align: center;
	background-color: #200D02;
} 
#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 */
	color: #e7e1a9;
}

/* Miscellaneous classes for reuse */
.fltrt { /* 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;
}
.fltlft { /* 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;
}
.foot1 {
	font-size: 9px;
	text-align: center;
}
.contact {
	color: #FFFFFF;
}
.storesize {
	font-size: 12px;
	color: #FFFFFF;
}
.table {
	border-color: #e7e1a9;
}
.table_s {
	font-size: 16px;
	color: #200D02;
}
.hours {
	font-size: 10px;
	color: #d0e3be;
	background-color: #0E482F; 
}
.contact {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0E482F; 
}
.link {
	color: #FFFFFF;
}

