body {
	font: 95% Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	background: #E7CC9D url(images/bg.jpg);
	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: #563e26;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images/header.jpg) no-repeat; 
	padding: 0 10px 0 20px;
	width: 780px;
	height: 343px;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.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 */
}
#footer {
	clear:both;
	display:block;
}

div#menu {position: absolute; top: 228px;}
div#menu, div#menu ul {position:relative; font-size: 16px;}
div#menu  {float:right; right:50%; margin:38px 0px; width:auto;}
div#menu ul {float:none!important; float:left; right:-50%;}

div#menu ul {margin:0px; padding:0px;}
div#menu ul li {padding:0px 0px 0px 0px; display:block; margin:0px; float:left; list-style:none;}
div#menu ul li a {color:#603913; padding:10px 52px 0px 0px; font-size:16px; font-weight: normal; text-decoration: none;}
div#menu ul li a:hover {color:#000;}
div#menu ul li a.current {font-weight:bold!important; cursor: default;}
div#menu ul li a.current:hover {color:#603913;}

/*
div#contacts {position: absolute;  top: 310px; color: #396839;}
div#contacts, div#contacts ul {position:relative; font-size: 15px;}
div#contacts  {float:right; right:50%; margin:38px 0px; width:auto;}
div#contacts ul {float:none!important; float:left; right:-50%;}

div#contacts ul {margin:0px; padding:0px;}
div#contacts ul li {padding:0px 0px 0px 0px; display:block; margin:0px; float:left; list-style:none;}
div#contacts ul li a {color:#603913; padding:10px 52px 0px 0px; font-size:15px; font-weight: normal; text-decoration: underline;}
div#contacts ul li a:hover {color:#000;}
*/




#contacts {position: absolute; top: 305px; color: #396839; font-size: 14px; border: 0px solid; font: 14px Tahoma, Arial, Helvetica, Verdana, Geneva, sans-serif}
#contacts ul {margin: 0px; padding: 0px; height:20px; width: auto;}
#contacts ul li {float:left; padding-right: 25px;}

h1 {font: 160% bold; text-align:center}
h2 {font: 130% bold;}

a:link, a:visited {color: #3399CC;}
a:hover, a:active  {color: #00CCFF;}

.clear:after {
	content:"";
	display:block;
	clear:both;
}

img {border: 1px solid #F3AE76; padding: 8px; background: #FCE2BC;}
.left {float: left; margin-right: 10px;}
.right {float: right; margin-left: 10px;}

.copyright {float: left; font-size: 10px;}
.madeby {float: right; font-size: 10px;}
#counters img {background: none!important; border: none;!important}