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

* { margin: 0; padding:0; border: none;}

body { font-family: tahoma, sans-serif;
	   font-size: 9pt;
	   color: #666;
	   background: #79C9D1 url(../images/body/mainBack.png) repeat-x;}
	   
/* Container ***********************************************/

#Container {
	margin: 0 auto;
	position: relative;
	width: 1024px;}
	
	#ContainerBack {
		float: left;
		width: 100%;
		background: url(../images/body/footerBack.jpg) repeat-x bottom center;}
	
/* Header ***********************************************/

#Header {
	float: left;
	padding: 0 12px;
	padding-top: 22px;
	height: 110px;
	width: 1000px;
	background: url(../images/body/headerBack.png) repeat-x;}
	
/* Column ***********************************************/

#Column .columnFlash {
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 130px;
	width: 285px;
	overflow: hidden;}

	#Column .columnHide { display: none;}
	
/* Main ***********************************************/

#Main {
	float: left;
	width: 100%;
	background: #1B7781 url(../images/body/mainBack.png) repeat-x bottom;}
	
/* Footer ***********************************************/

#Footer {
	float: left;
	width: 100%;}