#mainColumnWrapper {
	Xbackground-color: orange;
	height: 600px;
	width: 792px;
	position: relative;
	z-index: 1;
}


	#mainColumnWrapper #contentWrapper {
	        Xbackground-color: orange;
		color: #fefefe;
		clear: both;
		position: relative;
		z-index: 2;
	}
		#contentWrapper #leftColumn {
			Xbackground-color: #FF0000;
                        padding-left: 26px;
			float: left;
			width: 111px;
			position: relative;
		}
		#contentWrapper #rightColumn {
			width: 655px;
			height: 460px;
                        min-height: 460px;
			background-color: #3f455e;
                        background-image: url(/images/bg_rightColumnHome.jpg);
                        background-repeat: no-repeat;
			float: right;
			position: relative;
                        border-bottom: 1px solid #212331;
		}
		#contentWrapper #rightColumn #NewsLinks {
                    width: 325px;
                    height: 325px;
                    overflow: visible;
                    position: relative;
		}


#patrolFunctions { 
    height: 240px;
    width: 767px;
    background-color: black;
    background-image: url(/images/bg_patrolFunctions.gif);
    position: relative;
    left: 26px;
}




#footerWrapper {
    width: 655px;
    margin-left: 137px;
    padding-bottom: 50px;
    color: #797979;
    font-size: 0.9em;
    position: relative;
}

#leftPhotoFlash {
    width: 243px; 
    height: 281px; 
    top: 210px; 
    left: -205px;
}





