/* Layout Stylesheet */ 

body {
	margin:0px;
	padding:0;
	background-color: #FFFFFF;
 }

#outer {
	width:100%;
	margin:0px;
	position: absolute;
	left: 0px;
	top: 0px;
 }
 
.logo {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 5;
	height: auto;
	width: 100%;
	left: 0%;
	top: 0%;
	text-align: center;
}
#hdr {
	height:110px;
	color: #333333;
	background-color: #EEEEEE;

 }

#bar {
 height:15px;
 background:#000000;
 color: #333333; 
 }

#ftr {
 height:30px;
 background:#000000;
 color: #FFFFFF;
 margin:0
 }
