@import url("general.css");

@import url("leftmenu.css");

@import url("leftmenublue.css");

@import url("leftmenuorange.css");

@import url("leftmenugreen.css");

@import url("styled_content_replacements.css");







BODY {

	color: inherit;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;

}



	#maincontainer {

		background: url(../img/background.gif);
		background-repeat: repeat-y;
		background-position: left top;
		width: 900px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

	}



		DIV#header {

			width: 900px;

			height: 300px;
			
			padding: 0px;
			
			margin: 0px;

		}



		DIV#left {

			color: inherit;

			background-color: #6E6F71;

			width: 150px;
			

			float: left;

			overflow: hidden;

		}



		DIV#right {

			color: inherit;
			
			padding-top: 15px;

			background-color: #EEEEEE;

			width: 190px;

			float: left;

			overflow: hidden;

		}



		DIV#middle {

			width: 544px;

			float: left;

			padding-top: 15px;

			padding-right: 8px;

			padding-bottom: 0px;

			padding-left: 8px;

			

		}



		DIV#footer {

			color: inherit;

			background: url(../img/footer.gif);

			background-color: #FFFFFF;

			background-repeat: no-repeat;

			background-position: left top;

			width: 900px;

			height: 30px;

			clear: both;

		}

