@charset "UTF-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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: #795F3E;*/
	color:#000;
	background-image:url(img/bgx.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}

#header {
	background: #fff url(img/header4.jpg) top center no-repeat; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:306px;
}

#header	#topmenu	{
	margin-top:75px;
	float:right;
	width:800px;
	text-align:right;
	font-weight:200;
}

#header	#topmenu	a:link	{
	text-decoration:none;
	padding:0px 15px;
	font-size:12px;
	color: #795F3E;
	border-right:1px solid #795f3e;
}
#header	#topmenu	a:visited	{
	text-decoration:none;
	padding:0px 15px;
	font-size:12px;
	color: #795F3E;
	border-right:1px solid #795f3e;
}
#header	#topmenu	a:hover	{
	padding:0px 15px;
	font-size:12px;
	color: #000;
	border-right:1px solid #795f3e;
}



#header	#botmenu	{
width:810px;
	padding-top:201px;
	text-align:right;
	float:left;
	border:0px solid #000;
	background-color:transparent;
	height:23px;
	margin-right:1px;
	font-size:12px;
}

#header	#botmenu	a:link	{
	text-decoration:none;
	float:left;
	padding:0px 6px;
	color: #795F3E;
	border-left:1px solid #795f3e;
}
#header	#botmenu	a:visited	{
	text-decoration:none;
	float:left;
	padding:0px 6px;
	color: #795F3E;
	border-left:1px solid #795f3e;
}
#header	#botmenu	a:hover	{
	text-decoration:none;
	float:left;
	padding:0px 6px;
	color: #000;
	border-left:1px solid #795f3e;
}




#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 */
}









#header2 {
	background: #fff url(img/head3.jpg) top center no-repeat; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:145px;
}

#header2	#topmenu	{
	margin-top:75px;
	float:right;
	width:800px;
	text-align:right;
	font-weight:200;
}

#header2	#topmenu	a:link	{
	text-decoration:none;
	padding:0px 15px;
	font-size:12px;
	color: #795F3E;
	border-right:1px solid #795f3e;
}
#header2	#topmenu	a:visited	{
	text-decoration:none;
	padding:0px 15px;
	font-size:12px;
	color: #795F3E;
	border-right:1px solid #795f3e;
}
#header2	#topmenu	a:hover	{
	padding:0px 15px;
	font-size:12px;
	color: #000;
	border-right:1px solid #795f3e;
}



#header2	#botmenu	{
width:810px;
	padding-top:15px;
	text-align:right;
	float:left;
	border:0px solid #000;
	background-color:transparent;
	height:23px;
	margin-right:1px;
	font-size:12px;
}

#header2	#botmenu	a:link	{
	text-decoration:none;
	float:left;
	padding:0px 6px;
	color: #795F3E;
	border-left:1px solid #795f3e;
}
#header2	#botmenu	a:visited	{
	text-decoration:none;
	float:left;
	padding:0px 6px;
	color: #795F3E;
	border-left:1px solid #795f3e;
}
#header2	#botmenu	a:hover	{
	text-decoration:none;
	float:left;
	padding:0px 6px;
	color: #000;
	border-left:1px solid #795f3e;
}



#header2 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 */
}






















#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-bottom:10px;
	border-bottom:3px #333 solid;
	padding-bottom:15px;
}

img		{
border:0px;
}

#news	{
	background: #fff url(img/news_bg.jpg) top center repeat-x; 
	width:220px; 
	margin:20px 2px 10px 0px;
	min-height:240px; 
	float:left;
	line-height:1.5em;
	padding:4px; 
}

#news	h1,h2,h3,h4,h5,h6	{
	font-weight:100;
	border-bottom:1px solid #333;
	padding:0px 1px;
	margin:0px;
}



#botDisplay	{
	margin:10px 0px;
	height:160px;
	float:left;
	border-top:3px solid #333;
	border-left-width:2px;
	width:801px; 
	border-bottom:3px solid #333; 
	border-left:1px solid #333; 
	border-right:1px solid #333;
}


#botDisplay	.lbox	{
	width:265px;
	border-right:1px solid #333;
	float:left;
	background-image:url(img/lbox.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:160px;
}
#botDisplay	.cbox	{
	width:32%;
	border-right:1px solid #333;
	float:left;
	background-image:url(img/cbox.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:160px;
}
#botDisplay	.rbox	{
	width:265px;
	border-right:0px solid #333;
	float:left;
	background-image:url(img/rbox.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:160px;
}


#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	font-size:9px;
	text-align:center;
	line-height:1.5em;
	color:#333;
	padding:20px 45px;
	margin:15px 0px;
}
#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 */
}