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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #9f6f47;
	background-image: url(../images/background_scrollie.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	background-color: #280000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #000000;
	padding-bottom: 3px;
} 
.twoColFixLtHdr #header {
	background-color: #280000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 85px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 80px;
	width: 760px;
}
.twoColFixLtHdr  #header img {
	padding-right: 25px;
	margin: 0px;
}
.twoColFixLtHdr #container #navigation {
	height: 40px;
	background-image: url(../images/nav.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #2f0c0c;
	border-right-color: #2f0c0c;
	border-bottom-color: #2f0c0c;
	border-left-color: #2f0c0c;
}
.twoColFixLtHdr #container #navigation ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 18px;
	color: #532A2A;
}

.twoColFixLtHdr #container #navigation ul li {
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #navigation ul li a {
	text-decoration: none;
	color: #9f6f47;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 2px;
}
.twoColFixLtHdr #container #navigation ul li a:hover {
	background-image: url(../images/navHover.png);
	background-repeat: repeat-x;
	color: #280000;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 




.twoColFixLtHdr #footer {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	height: 35px;
} 
.twoColFixLtHdr #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 */
}
.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: 5px;
}
.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;
}


.line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00C0FF;
	border-right-color: #00C0FF;
	border-bottom-color: #00C0FF;
	border-left-color: #00C0FF;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.box {
	background-image: url(../images/box.png);
	margin: 0px;
	padding: 10px;
	height: 240px;
	width: 210px;
	float: left;
}

.smallTxt {
	font-size: 70%;
}

