body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

#container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	}
	
#top {
	width: 960px;
	background-image: url(../images/top_bkgd.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
	height:130px;
	}

#mid {
	width: 960px;
	background-image: url(../images/mid_bkgd.jpg); 
	background-position: top center;
	background-repeat: repeat-y;
	font-size:12px;
	color:#666;
	}

.indexBox {
	width: 210px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	}
	
.indexBoxBig {
	width: 610px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	}
.indexBoxMed {
	width: 540px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	}
.indexBoxSmMed {
	width: 280px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	}

#bot {
	width: 960px;
	background-image: url(../images/bot_bkgd.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
	height:50px;
	font-size:11px;
	color:#666;
	}
	
			
		
			#footerContainer {
				width: 890px;
				border-top: 1px solid #96A29C;
				padding: 8px 0 0 0;
				margin-bottom: 100px;
				float: left;
				}
				
				#footerContainerLeft {
					width: 470px;
					float: left;
					}
					
				#footerContainerRight {
					width: 400px;
					float: left;
					}

.indexBoxBig11 {
	width: 600px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	}

.indexBox11 {
	width: 275px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	}

#top11 {
	width: 960px;
	height:170px;
	}

#tmid11 {
	width: 960px;
	height:10px;
	background-image:url(../images/11_topbkgd.png); 
	background-repeat:no-repeat;
	}
	
#mid11 {
	width: 960px; 
	background-image:url(../images/11_midbkgd.png); 
	background-repeat:repeat-y;
	font-size:12px;
	color:#666;
	}

#bmid11 {
	width: 960px;
	height:40px;
	background-image:url(../images/11_botbkgd.png); 
	background-repeat:no-repeat;
	}
	
#bot11 {
	width: 960px;
	height:50px;
	font-size:11px;
	color:#666;
	}
