@charset "UTF-8";
/* CSS Document */

/* layout */
div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto 0 auto; /* center, not in IE5 */
	padding: 0 0 0 0;
	width: 960px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background-color: #ee2e24;
	background-image: url('../../img/page_parts/bg_ext.gif');
	background-repeat: repeat-x;
}

div#main {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
	width: 960px;
	height: 100%;
	
}

div#flashcontent {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 270px 0; /*padding for footer*/
	width: 960px;
	height: 630px;
}

div#content {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0 0 110px 0;
}

div#mainimg {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	width: 760px;
	height: 250px;
	background-color: #CCCCCC;
}

div#footer {
	position: absolute;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 960px;
	height: 270px;
	bottom: 0px; /* stick to bottom */
	background-image: url('../../img/page_parts/footer.gif');
	background-repeat: no-repeat;
}

div#footertextarea {
	position: absolute;
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
	bottom: 0;
	width: 940px;
	height: 40px;
	border-top: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
}

div#footer_left {
	margin: 6px 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

div#footer_right {
	margin: 6px 0 0 0;
	padding: 0 0 0 0;
	float: right;
}




