body {
	background-image: url(images/webdesign/bg1.png);	
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; /* (top, right, bottom, left) */
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */	
}
#container {  
	width: 804px;
  margin: 0 auto 0 auto; /* (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
	color:#000000;
	background-color: #D6D19E;
	border:#666666 thin solid;	
}
#container #header {
	width:804px;
  height: 179px;
}
#container #menu-div {
	width:804px;
	height:30px;
	_display:inline	  /* prevents margin problems ie6 */	
	z-index:6;
}

/* 1 column layout */
#container #content-wrapper-1col {
	width:804px;
	background:url(images/background-full-white-box.jpg) repeat-y;
}
/* 1 column layout end */

#bottombar {
	width:804px;
	height:8px;
	z-index:2;
}

#footer {
	clear:both;
	width:804px;
  margin: 0 auto 0 auto; /* (top, right, bottom, left) */	
	text-align:center;
	color: #FFFFFF;
	background-color:transparent;
	_display:inline	  /* prevents margin problems ie6 */		
}
#footer a:link {
	color: #D6D19E;
	text-decoration: none;
}
#footer a:visited {
	color: #D6D19E;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
#footer a:active {
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: none;
}