body {
	min-width:600px;
}
div#wrap {
	margin:0 auto;
	width:100%;
}
#nav {
	padding: 0;
	margin-bottom: 4px;
	color: #666;
	font-size: 11px;
	height: 142px;
}
#topbar ul{
	margin:0;
	padding:0;
}
#topbar li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#topbar a {
	color: #666;
	text-decoration: none;
}

#topbar a:hover, #topbar a:active {
	color: #222;
	text-decoration: none;
}

#topbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
}

#header {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height: 72px;
	background: #cc0000 url(../images/header-bg.gif) repeat top left;
}

#pathway {
	position: absolute;
	left: 0;
	top: 106px !important;
	top: 107px;
	width: 99% !important;
	width: 100%;
	height: 23px !important;
	height: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 7px;
}

#sponsor {
	position: absolute;
	right: 12px;
	top: 87px;
}

#topbar, #pathway {
	padding-left: 15px;
}

.menu {
	padding-bottom: 12px;
}

#main {
	float: left;
	width:80%;
}
#main h2, #main h3, #main p {
	padding:0 10px;
}
#sidebar {
	width:20%;
	float:left;
	z-index: 500; /* else submenu-items will go behind content in IE */
}
#sidebar h3, #sidebar p {
	padding:0 10px;
}
#footer {
	background: #CC0000;
	text-align: center;
	color: #fff;
	clear: both;
	height: 25px;
}
#footer a {
	color: #fff;
}
#footer p {
	padding: 5px;
	margin: 0;
}
#footer h3 {
	margin: 0;
}