@charset "utf-8";
/* CSS Document */
body{ background:#162a75; }

#main {
	width:890px; 
	margin:0 auto;
	padding:5px 12px 5px 15px;
	background:#fff url(images/header_back.png) no-repeat;
}

#bottom { 
	width:890px; 
	height:30px;
	margin:0 auto;
	padding:5px 12px 5px 15px;
	background:#fff url(images/footer_back.png) no-repeat; 
}

#header {
	width:100%;
	height:80px;
}
#menu{
	height:50px;
	overflow:hidden;
	background-color:#fff;
}

#footer {
	height:40px;
	width:100%;
	background:#fff url(images/footer-tail.gif) top repeat-x; 
	margin:5px 0 0 0;
}

#content {
	width:888px;
	min-height:500px;
	height: expression( this.scrollHeight < 500 ? "499px" : "auto" ); /* sets min-height for IE */
	overflow:hidden;
	padding:0 0 10px 0;
	background-color:#fff;
}

#content .row-1 { float:left; margin-top:10px; background-color:#FFF;}
#content .row-2 { float:left; margin-top:10px; background-color:#eaeaea;}
#content .row-3 {   
	margin-top:10px;
	background-color:#FFF;
	margin-right: auto;
	margin-left: auto;
	width: 288px;
	height: 198px;
	text-align: center;
}

#content .col-1 { float:left; width:196px; background-color:#FFF;}
#content .col-2 { float:left; width:690px; background-color:#FFF;}
#content .col-3 { float:left; width:280px; background-color:#FFF;}
#content .col-4 { float:left; width:886px; overflow:hidden; background-color:#FFF;}
#content .col-5 { float:left; width:435px; background-color:#FFF;}
#content .col-6 { float:left; width:435px; background-color:#FFF;}
#content .col-7 { float:left; width:500px; background-color:#FFF;}