#wrap {
	width: 586px;
	margin: 0px auto;
	}
	
#header {
	width: 586px;
	}
	
h2 {
	margin: 10px auto;
	font-size: 1.8em;
	line-height: 1.5em;
	}
	
#contentWrap {
	float: left;
	width: 428px;
	margin-left: 2px;
	}

#topnav {
	float: left;
	width: 426px;
	border-right: 2px solid #fff;
	}
	
#topnav a {
	color: #fff;
	float: left;
	display: block;
	width: 211px;
	height: 25px;
	line-height: 25px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	background: #fff url(../img/exp_topbtn_bg.gif) repeat-x top left;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
	
#welcome {
	float: left;
	background-color: #fff;
	width: 388px;
	padding: 20px;
	}
	
#content {
	float: left;
	width: 428px;
	padding: 0px;
	background-color: #fff;
	background-image: none;
	}
	
#footer {
	width: 418px;
	text-align: center;
	font-size: 11px;
	float: left;
	margin-top: 12px;
	}
