@charset "utf-8";

/* CSS Document */


.clear { clear: both; }
/* container div */
div#header_container {
	width: 100%;
	height: 368px;
	background-image: url(../files/top_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	clear: both;
}
div#main_container {
	width:100%;
	top:368px;
	left:0;
	z-index:100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
div#content_container {
	width:980px;
	background-image: url(../files/mid_back_001.jpg);
	background-repeat: no-repeat;
	min-height:530px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
}


/*----------  HEADER  ------------*/

div#header {
	float: left;
	width: 100%;
	height: 38px;
	z-index: 200;
	background-repeat: repeat-x;
}
