/* THREE COLUMN LAYOUT */

/*padd the */
* {margin:0 padding:0;}
body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:800px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:center;
	margin-top: 10px;
	background-color: #000000;
	padding-top: 5px;
	margin-bottom: 5px;
	}	
#contentrow1 {
	float: left;
	width: 700px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	height: 460px;
	}
#flashcontent {
	height: 100%;
	width: auto;
}	
/*footer spanning whole page width*/
#footer {
	float: left;
	width: 750px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	height: auto;
	background-color: #000000;
	}
