@charset "utf-8";
/* CSS Document */

body {
	background-image: 
	url(../images/background.jpg);
	background-repeat: repeat-x;
	margin:0; padding:0;
	background-color: #000000;
	}
	
#mainContain {
	width:960px;
	height:auto;
	margin:0 auto;
	}
	
#header {
	width:255px;
	height:441px;
	float:left;
	margin:0;
	}
	
#logo {
	width:255px;
	height:200px;
	float:left;
	margin:0;
	}
	
#navBar {
	width:255px;
	height:173px;
	float:left;
	margin:0;
	}
	
#phone {
	background:url(../images/bg_phone.jpg) no-repeat;
	width:255px;
	height:68px;
	float:left;
	margin:0;
	}
	
#contentAreaHome {
	width:705px;
	height:auto;
	float:left;
	margin:0;
	}
	
#contentAreaSub {
	background-color:#CCC;
	width:645px;
	height:auto;
	float:left;
	margin:10px 20px 10px 20px;
	padding:10px;
	}
	
#slideshow {
	width:705px;
	height:254px;
	float:left;
	margin:0;
	}
	
#teasers {
	width:705px;
	height:187px;
	float:left;
	margin:0;
	}
	
#picLogos {
	width:960px;
	height:70px;
	float:left;
	margin:0;
	}
	
#footer {
	width:930px;
	height:37px;
	float:left;
	margin:0;
	padding:9px 15px 0 15px;
	}