html, body {

	text-align: center;
	margin: 0 auto;
	
}


#header,#menu,#container,#footer,#footerTxt {

	display:inline-block

}

/*#distance { 
	width:1px;
	height:50%;
	background-color:#000;
	margin-bottom:-270px; /* half of container's height 
	float:left;
}*/

#top_spacer { margin-top:80px; }

#container {

	position: relative;
	height: 540px; width:1000px;
    text-align: center;
	clear:left;
   
}


/*#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance 
	text-align:left;
	background-color: #ccc;
	height:540px;
	width:900px;
	text-align:center;
	clear:left;
}*/

#header {

	padding:2px 0px 2px 0;
	background-color:#333;
	border:1px solid #666;
	min-width:1000px;
}

#flash {

	background-color:#000;
	border:1px solid #666;
	margin:20px 0 0 0;
	min-width:1000px;

}

#footer a {

	color:#fff;

}


#footer a:hover {

	color:#99CCCC;

}

#footer {
	min-width:1000px;
	margin-top:20px;
	padding:2px 0px 2px 0;
	background-color:#333;
	border:1px solid #666;
	height:24px;
	text-align:center;
	
}

#footerTxt {

	padding:4px 0px 0px 0;	/*padding:10px 0 10px 0;*/
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	
}


a {

	text-decoration:none;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	color:#BA0707;

}


a:hover {

	color:#fff;

}




