/* CSS Document - Framework of the site */

#Container { /* The "frame" of the site */
	width: 1000px;
	margin: auto;	
}
#MainMenu { /* Dropdown menu navigation - refer to "flash/menu.swf" for changes */
	float: left;
}
#ContentStage { /* Hold the margins that pushes the content to the center */
	margin: 0 40px;
	padding: 0 40px;
	list-style-type: none;
	float: left;
}
#SingleColumn { /* Holds a single column of text */
	line-height: 1em;
	background-image: url(../images/background.gif);
	text-align: left;
	margin: 0;
	padding: 0;
	height: 326px;
	width: 280px;
	float: left;
}
#SingleColumnImage { /* Holds a single image */
	margin: 0;
	padding: 0;
	height: 326px;
	width: 280px;
	float: left;
}
#DoubleColumn { /* Holds an copy over 2 columns */
	line-height: 1em;
	background-image: url(../images/background.gif);
	text-align: left;
	margin: 0;
	padding: 0;
	height: 326px;
	width: 560px;
	float: left;
}

#DoubleColumnImage { /* Holds an image or flash file over 2 columns */
	height: 326px;
	width: 560px;
	margin: 0;
	padding: 0;
	float: left;
}
#TripleColumn { /* For full page copy */
	line-height: 1em;
	background-image: url(../images/background.gif);
	text-align: left;
	margin: 0;
	padding: 0;
	height: 326px;
	width: 840px;
	float: left;
}
#TripleColumnImage { /* For full page images */
	height: 326px;
	width: 840px;
	margin: 0;
	padding: 0;
	float: left;
}
#BottomRow { /* Bottom Bar and disclaimer information */
	width: 1000px;
	margin: 0;
	padding: 0;
	text-align:center;
}

