html,body {
	background-color: #000;
	margin: 0 0 0 0;
	/*height: 100%;*/	
}


/*
Contains and positions entire website
*/
#container
{			
	height: auto;
	width: 100%;
	position: relative;		
	background-image: url(../images/bg_tile.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
}

/*
Header contains the logo and top horizontal menu
*/
#header
{	
	margin: 0 auto 0 auto;
	padding: 35px 0 0 0;
	width: 864px;	
	position: relative;
	z-index: 2;			
}

/*
Header background container
*/
#header_bg
{
	height: 90px;	
	width: auto;
	position: relative;		
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #000;	
}

/*
Logo container
*/
#logo
{
	color: #fff;
	width: 219px;
	position: relative;
	float: left;		
}



/*
Top horizontal menu container
*/
#top
{
	margin: 4px 0 0 0;
	width: auto;
	position: relative;	
	float: right;
	background-color: #000;	
}

/*
Side Menu Container
*/
#side
{
	min-height: 600px;
	margin: 0 0 auto 11px;
	width: 219px;		
	background-image: url(../images/sub-nav-bg.gif);	
	background-repeat: no-repeat;	
	background-color: #000;	
	position: relative;
	float: left;	
	text-align: left;	
}

/*
Container for the bumpers
*/
#bg_bumpers
{	
	width: 100%;	
	position: relative;	
	background-image: url(../images/bg-bumpers.gif);
	background-repeat: no-repeat;	
	background-position: top;
}

/*
Page container holds and sizes the side vertical navigation and page contents as well as the shadow.
*/
#page
{	
	margin: 0 -10px 0 -10px;	
	width: 884px;		
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	overflow: auto;	
}

/*
Content area for pages that do not have the side navigation bar.
*/
#content_area01
{	
	border-top: 1px solid #a7a7a7;
	min-height: 100%;
	height: auto;
	position: relative;	
	margin: 0 0 0 0;
	padding: 30px;
	width: 804px;		
	background-image: url(../images/content-area-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
}


/*
Content area for pages that have the side navigation bar.
*/
#content_area02
{	
	/*border-top: 1px solid #a7a7a7;*/
	min-height: 100%;
	height: auto;
	position: relative;	
	margin: 0 0 0 0;
	padding: 15px;
	width: 613px;		
	background-image: url(../images/content-area-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;	
	float: left;	
}

/*
Footer container at the bottom of each page
*/
#footer
{	
	border-top: 1px solid #373737;
	background-color: #000;
	width: 100%;
	height: 60px;
	position: relative;
	padding: 40px 0 0 0;
	bottom: 0;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #fff;
	text-align: center;
}

