#Main {
	position: relative ;
	margin: 0 auto ;
	width: 986px ;
	_color: #303059 ;
}
	#Header {
		background-image: url(../Media/Content/Header.jpg) ;
		height: 233px ;
	}
	#Nav {
		height: 27px ;
	}
		#Home, #Products, #Services, #Contact, #Right-Fill {
			float: left ;
			cursor: pointer ;
		}						
		#Right-Fill {
			cursor: default ;
		}
	#Fill {
		background-image: url(../Media/Content/Content_Fill.jpg) ;
		background-repeat: repeat-y ;
		/* Tweek to fix small weird gap between content title and content fill */
		margin-top: -4px ;
		/* End Tweek */
		width: 986px ;
	}
		#Content_Backdrop {
			background-image: url(../Media/Content/Content_Backdrop.jpg) ;
			background-repeat: no-repeat ;
			width: 895px ;
			padding: 10px ;
			font-size: 16px ;
			margin: 0 auto ;
		}
		