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

body {
	background-color: #333333;
	}

#wrapper {
	width: 740px;
	min-height: 550px;
	margin-left: auto;
	margin-right: auto;
	}
	
div#header {
	height: 100px;
	background-color: #FFFFFF;
	}
	
#topNav {
	height: 20px;
	background-image: url(../_img/BG_topNav.gif);	
	text-align: center;
	padding-top: 4px;
	}
	
#topRow {
	height: 288px;
	}

#leftCol {
	float: left;
	width: 202px;
	height: 288px;
	background-image: url(../_img/BG_leftNav.jpg); 
	} 
	
#centerCol {
	float: left;
	width: 418px;
	}
	
#rightCol {
	float: left;
	width: 120px;
	}

#bottomRow {
	height: 116px;
	background-color: #FFFFFF;
	}
	
#leftColBottom {
	width: 202px;
	float: left;
	background-color: #006600;
	}
	
#centerColBottom {
	background-color: #FFFFFF;
	float: left;
	width: 418px;
	}
	
#rightColBottom {
	float: left;
	width: 120px;
	background-image: url(../_img/BG_BBB.jpg);
	}
	
#footer {
	height: 18px;
	background-color: #E62708;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	}
