@import url("styles.css");
body{
	color:#3D3E02;
	margin:0;
	padding:0;
	text-align:center;
}
#main_container{
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFF;
	/*background-image: url(http://www.bigfatsimulations.comyr.com/images/airtrafficcontrol_bg.gif);*/
	background-position:bottom right;
	background-repeat:no-repeat;
}
#banner_section {
	position: relative;
	background-image:url(http://www.bigfatsimulations.com/images/bg/top.jpg);
	background-repeat:no-repeat;
	height: 150px;
}
#banner_section h1 {
	text-indent: -5000px;
}
#content_wrapper {
	position: relative;
	width: 100%;
}
#content_column {
	margin: 0 0 0 150px;
	padding: 10px;
	background-image:url(http://www.bigfatsimulations.com/images/bg/center.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height: 365px;
}
#left_column{
	position:  absolute;
	top:  0;
	left:  0;
	width: 150px;
	min-height: 365px;
	background-image:url(http://www.bigfatsimulations.com/images/bg/left.jpg);
	background-repeat:no-repeat;
}
#footer{
	clear: left;
	width: 1000px;
	text-align: center;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#4F5AAE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#4F5AAE;
}
#navigation {
	margin: 15px 0 0 18px;
}
#table_contents {
	border-top-style:dotted;
	border-top-color:#8A8A8A;
	border-top-width:2px;
	border-bottom-style:dotted;
	border-bottom-color:#B8C7D3;
	border-bottom-width:2px;
	padding: 0 5px 0px 5px;
	margin: 20px 5px 0 5px;
}
#center_col_item { /*for things like 'contact us' message*/
	border-top-style:dotted;
	border-top-color:#8A8A8A;
	border-top-width:2px;
	border-top-style:dotted;
	border-top-color:#B8C7D3;
	border-top-width:2px;
	border-bottom-style:dotted;
	border-bottom-color:#B8C7D3;
	border-bottom-width:2px;
	padding: 0 0 10px 20px;
	margin: 20px 0 10px 10px;
}
#form {
	margin-left: 30px;
}