body {
	background-color: #666633;
	/* New */
	font-size:small;
	/* New */
}

body, td, th {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	
}


h2 {
	color: #000000;
	font-weight: bold;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
  color: #10371E;
}

a:link {
	color:#10371E;
}

a:hover {
	color:#996633;
}

#main {
	position:relative;
	margin: 0 auto;
	width: 800px;
	left: 0px;
	top: 0px;
	background-color: #CCCC99;
}

#headertop {
	height:20px;
	background-color:#CCCC99;
	background-image: url(../images/headertop.jpg);
}

#header {
	position:relative;
	top:0px;
	left:0px;
	height:120px;
	background-color:#CCCC99;
	background-repeat: no-repeat;
	width:800px;
}

#menu {
	float:left;
	background-color:#CCCC99;
	width:140px;
	padding:5px;
	font-size:small;
}

#content {
	float:left;
	width:646px;
	height:auto;
}

#container1 {
	float:left;
	width:450px;
	background-color:#750000;
	
}
/* new */
#container2 {
	float:left;
	width: 480px;
	padding-top: 5px;
	background-color:#FFFFFF;
	color:#003300
	
}

#container2a {
	float: left;
	width: 250px;
	background-color: #FFFFFF;
	padding-left: 0px;
}

#container2aitems {
	float: left;
	width: 220px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 20px;
}

#container2b {
	float: right;
	width: 225px;
	padding-top: 5px;
}
/* end new */

#rightmenu {
	float:right;
	background-color:#CCCC99;
	color:#000000;
	width:140px;
	padding:5px;
    /* height:200px; */
	font-size:small;
}

#footer {
	clear:both;
	background-color:#CCCC99;
	color:#750000;
	font-size:9px;
	font-weight:lighter;
	text-align:center;
	padding:5px;
}

#footerbottom {
	background-image:url(../images/footerbottom.jpg);
	position:relative;
	width:800px;
	height:20px;
}
