/* THREE COLUMN LAYOUT */

body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	background-image:url(../image/bg.jpg); /*background image and path */
	background-repeat:repeat-x; /*repeats the image only on the x-axses*/

	}
#main_wrapper {
	width:900px; /* 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:left; /* prevents page inheriting IE6 centering hack on body */
	border-style:solid;
	border-width:1px;
	

	}
#header {
	border-style:solid;
	border-width:1px;
	}
#nav {
	width:18%;
	float:left;
	border-style:solid;
	border-width:1px;
	}
#content {
	width:60%;
	float:left;
	}
#promo {
	width:21%;
	float:left;
	border-style:solid;
	border-width:1px;
	}
#footer {
	width:100%;
	clear:both;
	border-style:solid;
	border-width:1px;
	}
#header_inner, #nav_inner, #content_inner, #promo_inner{
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#header_inner {
	padding:1em 2em;
	}
#nav_inner {
	margin:1em .5em;
	}
#content_inner {
	margin:0em 1em 1em 1.5em;
	}
#promo_inner {
	margin:1em 1.2em;
	}
#footer_inner {
	padding:.5em 10em;
	text-align:center;
	}

/* PHP TEST STYLIN' */
table.table_test {
font-size:9px;




	
}


	