﻿body {
    width: 100%;
	background-color: #FFFFFF;
	background: url(images/dots.jpg) top repeat-x;
}

#SiteWrapper
{
	width: 1000px;
	margin: 0 auto;
	margin-top: 0px;
	position: relative;
	text-align: center;
	font-family:Sans-Serif;
    font-size:10pt;
    font-style:normal;
	background-color: transparent;
	
}

#HeaderBlock
{
	width: 1000px;
	height: 230px;
	float: none;
	clear: both;
	background-color: transparent;
	overflow: hidden;
}

#ContentBlock
{
	width: 1000px;
	float: none;
	clear: both;
	margin: 0px 0px 20px 0px;
	background-color: transparent;
}
	
	
#FooterBlock
	{
	width: 1000px;
	height: 75px;
	background-color: transparent;
	background: url(images/footer_background.jpg) top center no-repeat;
	font-family: Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	vertical-align: bottom;
	text-align: center;
	margin: 0 auto;
	float: none;
	clear: both;
	
	
	
	}
