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

body {background-image: 
url(../images/background.png);
	background-repeat: repeat-x;
	margin:0; padding:0;
	background-color: #392b8c;}

div#mainContain {width:960px;
	height:auto;
	margin:0 auto;}
	
#contentArea {
	width:960px;
	height:auto;
	float:left;
	margin:0;
	}
	
#contentArea .top {
	background:url(../images/bg_contentTop.png) no-repeat;
	width:960px;
	height:20px;
	float:left;
	margin:0;
	}
	
#contentArea .mid {
	background:url(../images/bg_contentMid.png) repeat-y;
	width:930px;
	height:auto;
	float:left;
	margin:0;
	padding:0px 15px 10px 15px;
	}
	
#contentArea .bot {
	background:url(../images/bg_contentBot.png) no-repeat;
	width:960px;
	height:20px;
	float:left;
	margin:0;
	}
	
#header {
	width:960px;
	height:170px;
	float:left;
	margin:0;
	}
	
#logo {
	width:323px;
	height:170px;
	float:left;
	margin:0;
	}
	
#navBar {
	background:url(../images/bg_nav.png) no-repeat;
	width:637px;
	height:170px;
	float:left;
	margin:0;
	}
	
#navBarTop {
	width:353px;
	height:21px;
	float:left;
	margin:0;
	padding:24px 12px 40px 272px;
	}

#navBarMid {
	width:487px;
	height:20px;
	float:left;
	margin:0;
	padding:34px 30px 31px 120px;
	}
	
#slideshow {
	width:960px;
	height:216px;
	float:left;
	margin:0;
	}
	
#teasers {
	width:960px;
	height:169px;
	float:left;
	margin:0;
	}
	
#footer {
	background:url(../images/footer.png) no-repeat;
	width:934px;
	height:17px;
	float:left;
	margin:0;
	padding:30px 13px 11px 13px;
	}
