/* layout for site */
body,
html{
	margin:0;
	padding:0;
  
}
body {
	min-width:1000px; /* Prevent content from becoming unreachable in Gecko */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #ffffff;
	background-image: url(../images/bg-gradient.png);
	background-repeat: repeat-x;
}
/* position:absolute for all browsers - the whole page scrolls */
div.headerarea {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:50px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div.headerarea {
	position:fixed;
}
div.header {
	height:101px;
	width:1000px;
	margin:0 auto;
/*	background-image: url(../images/bg-gradient.png);
	background-repeat: repeat-x; */
}

div.menuspacer { 
  padding: 5px 1px 2px 1px;
  background-color: #229ad7;
  width:800px;
}

div.header_menu {
  padding:3px 0px 3px 0px;
  height: 25px;
  background-color: #229ad7;
/*  border-top:1px solid #000000;
  border-bottom:1px solid #000000; */
}

/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div.mainarea {
/* set left margin and bottom padding for IE5/Win */
	padding:140px 0 0 0; 
	margin-left:17px;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:17px;
}
/* set left margin for modern browsers */
body>div.mainarea {
	margin-left:0;
	margin-bottom: 0px;
}
div.maincenter {
	width:1000px;
	margin:0 auto;
	padding: 0px 0px;
}
div.sidearea {
	width:150px;
	padding: 20px 0 0 10px;
	margin-left:800px; 
}
div.mainframe {
	width: 750px;
	padding:25px 25px 60px 25px;
	background-color: #ffffff;
	float:left;
}
div.clear {
	clear: both;
}
/* no positioning for IE5/Win - the whole page scrolls */
div.footerarea {
	width:100%;
	p\osition:absolute;
	bottom:0;
	left:0;
	height:22px;
}
body>div.footerarea {
	position:fixed;
}
div.footerwrap {
	width:1000px;
	margin:0 auto;
	background-image: url(../images/blackfooter.png);
	background-repeat: repeat-y;
	background-position: left;
}
div.footer {
	position: relative;
	left: 0px;
	height: 22px;
/*	background-color: #000000; */
	padding-top: 8px;
/*	padding-right: 30px; */
	padding-bottom: 0px;
	padding-left: 30px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	vertical-align: bottom;
}
div.footer a,div.footer a:visited,div.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
