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

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

div#mainContain {width:960px;
	height:auto;
	margin:0 auto;}
	
#contentArea {
	background:url(../images/bg_contentArea.png) repeat-y #FFFFFF;
	width:930px;
	height:auto;
	float:left;
	margin:0;
	padding:10px 15px 10px 15px;
	}
	
#header {
	width:960px;
	height:373px;
	float:left;
	margin:0;
	}
	
#navBar {
	width:960px;
	height:42px;
	float:left;
	margin:0;
	}
	
#logo {
	background:url(../images/bg_header.png) no-repeat;
	width:960px;
	height:331px;
	float:left;
	margin:0;
	}
	
#logo .pic {
	width:299px;
	height:331px;
	float:left;
	margin:0;
	}
	
#teasers {
	width:960px;
	height:192px;
	float:left;
	margin:0;
	}
	
#footer {
	background:url(../images/bg_footer.png) no-repeat;
	width:930px;
	height:22px;
	float:left;
	margin:0;
	padding:46px 15px 14px 15px;
	}
