body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	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: #38230c;
	margin: 0px;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #553C1E;
}
.oneColFixCtrHdr #container {
	width: 750px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 742px;
	height: 190px;
	
	
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo {
	width:750px;
}
#menu {
	width:740px;
	float: right;
	margin-left: 3px;
	}
.oneColFixCtrHdr #mainContent {
	width: 550px;
	margin-left: 50px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 34px;
	height: auto;
	margin-top: 30px;

}
.oneColFixCtrHdr #footer {
	padding: 0;
	width: 749px;
}
.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 */
}
h1 {
	font-size:15px;
	color: #38230c;
	}
h2 {
	font-size:15px;
	color: #545d03;
	}
a:link {
	color: #555D08;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #555D08;
}
a:hover {
	text-decoration: none;
	color: #6A4018;
}
a:active {
	text-decoration: underline;
	color: #674218;
}
.box1 {
	background-image:url(images/box.png);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	width: auto;
	padding: 10px;
	border: 1px dotted #6B532D;
}
.imgPad  {
	padding: 5px;
	}
.highlight {
	font-weight: bold;
	color: #669900;
}
.submenu {
	font-size:11px;
}
