 	/* This stylesheet contains all of the layout elements */
	
	html,body {
	 	text-align: center;
	 	margin: 0 auto;
	 	height: 100%;
	 	padding: 0;
	 	background: #000000;
	 }
	
	/* This is the box that holds everything */
	 #frame {
	 	position: relative;
	 	width: 789px;
	 	height: auto;
	 	margin: 0 auto;
	 	padding: 0;
	 	text-align: center;
	 	border-left: 0px solid #000;
	 	border-right: 0px solid #000;
		border-bottom: 0px solid #000;
	 	background: #000;
	 }
	 
	 
	 /* Main Content Container */
	 #mainContainer {
	 	position: relative;
	 	width: 773px;
	 	background: #FFF url(../../../Local Settings/Temporary Internet Files/Content.IE5/imgs/mainContainer_BG.gif) repeat-y top left;
	 	padding: 0;
	 	margin: 0 8px;
	 	text-align: left;
	 }
	 
	 /* Drop Down Container */
	 #dropNav {
	 	position: absolute;
		top: 130px;
		left: 164px;
		width: 621px;
		height: 27px;
		text-align: left;
		background: #000;
		z-index: 30;
	 }
	 
