* { box-sizing: border-box; -moz-box-sizing: border-box; }

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: #000000;
	background-color: #F7F3DE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center 141px;
}
.oneColFixCtr #head {
	width: 720px;
	height:141px;
	display:block;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #container {
	width: 504px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F7F3DE;
}
.oneColFixCtr #footer {
	width: 504px;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:5px 0;
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-color: #F7F3DE;
	border-top: 1px solid #CCC;
	font-size:0.8em;
	font-style:italic;

}
.oneColFixCtr #mainContent {
	background: #F7F3DE; 
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



ul.menu {
list-style-type:none;
width:505px;
position:relative;
display:block;
height:33px;
font-size:.8em;
background:url(images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(images/bg.png) repeat-x top left;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*ORANGE*/
ul.menu.orange{
background-color:#DC4900;
}
ul.menu.orange li a:hover, .menu.orange li.current {
background-color:#D7DBBA;
}
