@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;
	}
	
	
#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;
	}
