/* CSS Document */

#main 
{
	width:890px;
	background-color: #000000;
	
	}

* {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align: top;
}

body{
	background-color: #065B8B;
	background-repeat: repeat-x;
	background-position: top;
}


/* ============================= header ====================== */
#header {	width: 890px;}


/* ============================= middle ====================== */

#middle {
	width:890px;
}
.columns {width:890px;}
.table {width:890px;}
.cols {width:890px;}
.colsimg {background:url(images/background.png)
}

.background {
	width: 890px;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: top;
}

.colslogo {padding:3px 700 0px 13px;}

.column {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 100px;
	float: left;
}


.colstext {
	padding:0px 10% 5% 40%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;

}
.colsframe {padding:0px 50px 0px 450px;}



.tabble .left {table-layout: automatic}
.tabble .right {table-layout: automatic}

	

	
}
/* ============================= footer ====================== */

#footer {
	width: 890px;
	background-color: #000000;
}
