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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #816035;
	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;
	line-height: 20px;
	
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #EAD9BF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #CC9448;
	padding: 0   /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	color:#280000
}
.oneColFixCtrHdr #header li  {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
display: inline;}

.oneColFixCtrHdr #navigation {
	background-color: #6A3500;
	padding: 0   /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #navigation ul {
	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: 5px 10px 5px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	liststyle: none;
	text-align: right;
	color:#FFFFFF
	}
.oneColFixCtrHdr #navigation li {
	display: inline;
	padding: 0px 25px 0px 00px;
	
	}
.oneColFixCtrHdr #navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.oneColFixCtrHdr #navigation a:hover  {
	color: #FFDA8F;
	text-decoration: none;
}
	
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #EAD9BF;
	background-image: url(images/bg2sand.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #CC9448;
}
.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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight: normal
}
.imagespace { margin: 0px 8px 0px 0px; }
.imagespace2 { margin: 0px 0px 0px 8px; }
.imagespace3 { margin: 15px 8px 8px 0px; }

.style3 {
	font-size: 14px;
	background-color: #FF0000;
}
.style4 {
	color: #990000;
	font-weight: bold;
}
.style6 {color: #291C30}
.style7 {color: #47674A}
.style8 {color: #49111A}
.style9 {
	font-size: 16px;
}
.border1{
	
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-color: Maroon;
}
.amaretto {color: #5D471E}
.rum {color: #E90D4D}
.vanilla {color: #176B5B}
.natural {color: #CE6A46}
.coolmint {color: #D15089}
.style21 {color: #000066}
.style10 {color: #990000}
.style13 {color: #003300}
.style14 {color: #000099}
.style15 {
	background-color: #FEF7D8
}
.style23 {color: #009152}
.style24 {font-size: 12px}
.style25 {color: #263D7A}
.style28 {color: #BA0A1F}
.style29 {color: #6F6855}
.style30 {font-size: 22px}

