/* layout for site */
body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:800px; /* Prevent content from becoming unreachable in Gecko */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: 7279ff;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;	
	background-position: center;
}
/* position:absolute for all browsers - the whole page scrolls */
div.center-header {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:50px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div.center-header {
	position:fixed;
}
div.mainheader {
	height:100px;
	width:800px;
	margin:0 auto;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div.centermain {
/* set left margin and bottom padding for IE5/Win */
	padding:100px 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.centermain {
	margin-left:0;
	margin-bottom: 0px;
}
div.centered {
	width:800px;
	margin:0 auto;
	padding: 0px 0px;
}
div.pagecontent {
	width:550px;
	padding: 30px 30px 84px 30px;
	float: left;
}
div.rightcol {
	padding:30px 0 0 30px;
	margin-left: 520px;
}
div.right {
	color: #0000ff;
	font-weight: bold;
	width: 250px;
	vertical-align: top;
	padding-bottom: 60px;
}
div.clear {
	clear: both;
}
/* no positioning for IE5/Win - the whole page scrolls */
div.footcenter {
	width:100%;
	p\osition:absolute;
	bottom:0;
	left:0;
	height:25px;
}
body>div.footcenter {
	position:fixed;
}
div.footer {
	width:800px;
	margin:0 auto;
	background: #ffffff
}
div.foot {
	position: relative;
	left: 0px;
	height: 25px;
	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;
}
