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

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

div#mainContain {width:960px;
	height:auto;
	margin:0 auto;}
	
body.tbbody {
	background: none #F6F6F6;
}
#tbwrap {
	width: 680px;
	/*background: url(../images/tb_bg.jpg) no-repeat;*/
	padding-top: 60px;
	display: inline;
}
#tbcontent {
	width: 670px;
	margin: 5px;
	height: 440px;
	overflow: auto;
	display: inline;
	/*padding:10px 10px 10px 10px;*/
}

#contentArea {
	background:#FFFFFF;
	width:920px;
	height:auto;
	float:left;
	margin:0;
	padding:15px 20px 15px 20px;
	}
	
#header {
	width:960px;
	height:202px;
	float:left;
	margin:0;
	}
	
#logo {
	width:473px;
	height:164px;
	float:left;
	margin:0;
	}
	
#navBar {
	background:url(../images/bg_nav.jpg) no-repeat;
	width:960px;
	height:38px;
	float:left;
	margin:0;
	}
	
#slideshow {
	width:487px;
	height:164px;
	float:left;
	margin:0;
	}
	
#teasers {
	width:960px;
	height:342px;
	float:left;
	margin:0;
	}
	
#footer {
	background:url(../images/bg_footer.png) no-repeat;
	width:960px;
	height:43px;
	float:left;
	margin:0;
	padding:20px 0 0px 0;
	}