﻿/***MainMaster Structure  ********************************************************/
*
{
	margin: auto auto;
	padding: 0;
}

html
{
	background-color: #fff; 
	margin: auto auto;
	padding: 0;
}

 body
{
	background-color: #fff;
	margin-top: 10px;
	padding: 0;
	scrollbar-face-color: #f1f1f1;
	scrollbar-highlight-color: #084C8D;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #084C8D;
	scrollbar-shadow-color: #999;
	scrollbar-arrow-color:#084C8D;
	scrollbar-track-color: #fff;
}
html body
{
	padding: 0;
	text-align: center; /* be nice to IE */
} 
img
{
	border-style: none;
}

#wrapper
{
	width: 939px;
	margin: auto auto;
	position: relative;
}
#wrapperbg
{
	background: #f1f1f1 url(    "images/home/sides_body.jpg" ) repeat-y center top;
	width: 939px;
	font: 0.85em/140% Arial,sans-serif,Arial,Helvetica;
	float: left;
	position: relative;
	color: #666666;
}
#pagetop
{
	background: transparent url(    "images/home/top_body.jpg" ) no-repeat center top;
	padding: 0;
	width: 939px;
	float: left;
	position: relative;
}
#pagebot
{
	background: transparent url(    "images/home/bottom_body.jpg" ) no-repeat center bottom;
	float: left;
	position: relative;
	vertical-align: bottom;
	width: 939px;
}
#headerarea
{
	height: 130px;
	width: 905px;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 2px;
	position: relative;
}



