﻿/* CSS layout */
body {
	margin: 0 auto 0 0;
	padding: 0;
	position: relative;
	margin-left: 0;
}

#main {
	width: 1180px ;
	margin-left: auto ;  
	margin-right: auto ;
	background-color: #FFFFFF;
}


#masthead {
	width: 1180px ;
	margin-left: auto ;  
	margin-right: auto ;
}

#layer1 {
	width: 1180px ;
	margin-left: auto ;  
	margin-right: auto ;
}


#container {
	width: 1180px;
	margin: 0 0 0 0;
	font-family: "Century Gothic";
	background-color: #FFFFFF;
	height:800px;
}

#left {
	position: absolute;
	z-index: 2;
	width: 445px;
	padding-right:0px;
	padding-top: 0px;	
	top: 1px;
	left: 2px;	
	height:100%;	
	text-align:left;	
	background-color: #FFFFFF;
	border: solid #ffffff 1px;	
	margin: 2;
}

#middle {
	position: absolute;
	z-index: 2;
	width: 360px;
	padding-left:0px;
	padding-top: 0px;	
	top: 1px;
	left: 452px;	
	height:100%;	
	text-align:left;	
	background-color: #FFFFFF;
	border: solid #ffffff 1px;	
	margin: 2;
}

#right {
	position: absolute;
	z-index: 2;
	width: 355px;
	padding-right:0px;
	padding-top: 0px;	
	top: 1px;
	left: 817px;	
	height:100%;	
	text-align:left;	
	background-color: #FFFFFF;
	border: solid #ffffff 1px;		
	margin: 2;
}

#footer {
	width: 1180px;
	background-color: #028EE0;
	color: #FFFFFF;
	font-family: "Century Gothic";
}

