html, body	{ 
	height: 100%; 
	width: 100%; 
	margin: 0; padding: 0; 
	border: 0; 
	background-color:#333333;
	}

/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */
#container { 
	width: 100%;
	height: 100%; 
	height: auto;
	margin:0 auto;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align:left;
}	

#main {
	width:984px;
	display:block;
	padding:0;
	margin:0 auto;
	position:relative;
	}
#column_left {
	width:194px;
	margin:0px 0;
	padding-left:11px;
	float: left;
}
#searchbar {
	height:28px;
	width:779px;
	background-color:#515151;
	marign-left:6px;
	marign-right:6px;
}
#column_main {
	width:779px;
	height: 100%; 
	float:left;
	background-image: url(images/contentbg.jpg);
}
#content_right {
	width:210px;
	float:left;
	}
#copyright {
	padding:10px;
	float:right;
	}
#gradient_box{
	border: 1px solid #444643;
	padding: 10px;
	background-image: url(images/gradientbox.gif);
	top:0px;
}
#column_right {
	width:210px;
	float:left;
}
#whitebox {
	padding:10px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}
div.spacer {
	height:5px;
	width:10px;
}

#header	{
	height: 100px;
	width: 100%;
	z-index: 5;
	background: #FFFFFF;
	border-bottom: 2px solid #59b1d0;
}
#content {
	width:532px;
	float:left;
	margin:0 auto;
	position:relative;
}

.clearfix {
	clear:both;
	}

#preview{
	position:absolute;
	background:#222222;
	padding:5px;
	display:none;
	font-size: 12px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	}
.navdivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-bottom-style: dashed;
	border-bottom-color: #787878;
	padding-bottom: 8px;
	font-weight: normal;
}
#footer {
	background:#CCCCCC;
	padding:10px;
	margin:0 auto;
	}
.textheader {
	background-image: url(images/textbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 59px;
}
