body {
	margin: 0 0;
	background: url('/images/BotBG.jpg');
	behavior: url("/csshover3.htc"); 
}

#PageContainer {
	width: 100%;
	height: 100%;
	z-index:1;
}
	#SiteContainer {
		width: 100%;
		min-height:900px;
		height:auto !important;
		height:900px;
		z-index: 2;
	}
		#TopContainer {
			width: 100%;
			height: 133px;
			z-index: 3;
			background: url('/images/TopBG.jpg') repeat-x;
		}
			#Banner {
				width: 920px;
				height: 90px;
				background: url('/images/Banner.jpg') no-repeat;
				z-index: 4;
			}
			#Feed {
				width: 920px;
				height: 28px;
				padding: 6px 0 9px 0;
				color: #FFFFFF;
				font-size: 16px;
				font-weight: bold;
				z-index: 4;
			}
		#MidContainer {
			width: 920px;
			min-height:876px;
			z-index: 3;
		}
			#LeftContainer {
				width: 285px;
				min-height: 976px;
				padding: 10px 0 0 0;
				background: url('/images/LeftBG.png') repeat-y;
				float: left;
				z-index: 10;
				text-align:center;
			}
				#LeftBGContainer {
					width: 270px;
					min-height: 986px;
					padding: 0 0 0 0;
					margin: 0 auto;
					background: #b3b3b3;
					z-index: 11;
					text-align:center;
				}
					#MenuContainer {
						width: 270px;
						padding: 10px 0 10px 0;
						background: #b3b3b3;
						z-index: 12;
					}
						#Menu {
							width: 250px;
							z-index: 13;
						}
					#LoginContainer {
						width: 247px;
						margin: 0 auto 0 auto;
						background: #b3b3b3 url('/images/LeftBoxBG.jpg') repeat-y;;
						z-index: 12;
					}
						#LoginArea {
							width: 247px;
							padding: 15px 5px 5px 5px;
							font-size: 15px;
							font-family: Tahoma;
							font-weight: bold;
							color: #000;
							z-index: 13;
						}
					#MembersMenuContainer {
						width: 230px;
						padding: 15px 0 10px 0;
						background: #b3b3b3;
						z-index: 12;
						text-align: left;
					}
						#MembersMenu {
							width: 210px;
							z-index: 13;
						}
			#RightContainer {
				width: 635px;
				
				float: right;
				background: url('/images/rightBG.jpg') repeat-y right;
				text-align: left;
				z-index: 4;
			}
				#ShadowTop {
					width: 635px;
					height: 36px;
					text-align: right;
					z-index: 5;
				}
				#ContentContainer {
					width: 613px;
					min-height:976px;
					margin: -25px 0 0 0;
					padding: 0 0 0 9px;
					text-align: left;
					z-index: 6;
				}
					#Content {
						width: 613px;
						overflow: hidden;
						z-index: 7;
					}
					.homeContent {
						background: #000 url('/images/WorkingCrew.png') no-repeat right top;
						/*background-color: #000000;*/
						height: 976px;
						text-align:left;
					}
					.innerContent {
						background: #FFFFFF;
						min-height:976px;
						text-align: left;
					}
						#HomeContentTop {
							width: 613px;
							text-align: right;
							min-height: 159px;
						}
							#DistrictContainer {
								width: 187px;
								float: right;
							}
								#DistrictOne {
									width: 187px;
									min-height: 53px;
									background: url('/images/District1.png') no-repeat;
									padding: 1px 0 0 0;
									margin: -1px 0 0 0;
								}
								#DistrictOneInfo {
									width: 187px;
									min-height: 120px;
									background: url('/images/popoutBG.png');
									display: none;
									color: #FFFFFF;
									font-size: 11px;
									font-weight: normal;
									font-family: arial;
									text-align: center;
									margin: 52px 0 0 0;
								}
								#DistrictTwo {
									width: 187px;
									min-height: 49px;
									background: url('/images/District2.png') no-repeat;
									padding: 1px 0 0 0;
									margin: -1px 0 0 0;
								}
								#DistrictTwoInfo {
									width: 187px;
									height: 120px;
									background: url('/images/popoutBG.png');
									display: none;
									color: #FFFFFF;
									font-size: 11px;
									font-weight: normal;
									font-family: arial;
									text-align: center;
									margin: 48px 0 0 0;
								}
								#DistrictThree {
									width: 187px;
									min-height: 48px;
									background: url('/images/District3.png') no-repeat;
									padding: 1px 0 0 0;
									margin: -1px 0 0 0;
								}
								#DistrictThreeInfo {
									width: 187px;
									height: 120px;
									background: url('/images/popoutBG.png');
									display: none;
									color: #FFFFFF;
									font-size: 11px;
									font-weight: normal;
									font-family: arial;
									text-align: center;
									margin: 48px 0 0 0;
								}
								#DistrictBottom {
									width: 187px;
									height: 9px;
									background: url('/images/DistrictBottom.png') no-repeat;
									margin: -1px 0 0 0;
								}
						#ContentArea {
							/*background-color: #FFFFFF;*/
							font-family: Tahoma;
							font-weight: normal;
							z-index: 8;
						}
						.homeContentArea {
							width:583px;
							color: #FFFFFF;
							margin: 12px 15px 0 15px;
							background: url('/images/home_Content_BG.png');
							border: 1px solid #FFF;
							text-align: center;
						}
						.internalContentArea {
							width: 583px;
							color: #000000;
							padding: 10px 10px 10px 10px;
							min-height:476px;
						}
				#ShadowBot {
					width: 635px;
					height: 36px;
					margin: -29px 0 0 0;
					text-align: right;
					z-index: 6;
				}
		#BotContainer {
			width: 100%;
			height: 75px;
			z-index: 3;
			background: url('/images/FooterBG.jpg') repeat-x top;
		}
			#CopyrightContainer {
				width: 920px;
				height: 43px;
				z-index: 4;
			}
				#Copyright {
					width: 920px;
					padding: 13px 0 13px 0;
					height: 17px;
					line-height: 17px;
					font-size: 15px;
					color: #FFF;
					font-family: Tahoma;
					font-weight: bold;
					z-index: 5;
				}

.DistrictLink {
	color: #FFF;
	text-decoration: underline;
}
.DistrictLink a:hover {
	color: #FFF;
	text-decoration: none;
}
