body.BodyStyle { 
	background-color: #CCC;
	margin:0 0;
	padding:0 0 0 0;
	color: black; }
#container{
	background-color:#FFFFFF;
	float:left;
	width:100%;	
	min-width:480px;
	border-left:0 solid #FFFFFF; /* The width and color of the left rail */
	border-right:0 solid #FFFFFF; /* The width and color of the right rail */
	margin-left:0;
	margin-right:0;
	display:inline; /* So IE plays nice */
}
#leftRail{
	float:left;
	width:0;
	margin-left:0;
	position:relative;
	visibility: hidden;
	display: none;
}
#center{
	float:left;
	min-width:480px;
	width:100%;
	clear:both;
}
#rightRail{
	float:right;
	width:0;
	margin-right:0;
	position:relative;
	visibility: hidden;
	display: none;
}
#header{
	background-color:#FFFFFF;
	width:100%;	
	min-width:480px;
	border-left:0 solid #FFFFFF; /* The width and color of the left rail */
	border-right:0 solid #FFFFFF; /* The width and color of the right rail */
	margin-left:0;
	margin-right:0;
	clear:both;
}
#footer{
	background-color:#FFFFFF;
	width:100%;	
	min-width:480px;
	border-left:0 solid #FFFFFF; /* The width and color of the left rail */
	border-right:0 solid #FFFFFF; /* The width and color of the right rail */
	margin-left:0;
	margin-right:0;
	clear:both;
}



.right_col {
	margin:0 0 0 0;
	padding:0 0 0 0;
	visibility: hidden;
	display: none;
}

.left_col {
	margin:0 0 0 0;
	padding:0 0 0 0;
	visibility: hidden;
	display: none;
}


