#wrapper {
	width: 960px;
	text-align: left;
	margin: 20px auto;
}
#header {
	height: 64px;
	position: relative;
}
#top {
	position: absolute;
	top: 0;
	right: 0;
}
#top li {
	float: left;
	padding-left: 10px;
}
#top li a {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	background: #ccc;
	border: 1px solid #9b9b9b;
	border-left-color: #ededed;
	border-top-color: #ededed;
}
#top li a:hover {
	background: #989ba0;
}
#logo {
	position: absolute;
	bottom: 0;
	left: 0;
}
#menu {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 33px;
	line-height: 33px;
	width: 875px;
	padding: 0 10px;
	background: url(../images/menu.gif) no-repeat 0 0;
	text-align: right;
	color: #fff;
}
#menu li {
	display: -moz-inline-block;
	display: inline-block;
	padding-left: 5px;
        zoom: 1;
        *display: inline;
}
#menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
#promo {
	margin-top: 10px;
	height: 200px;
	position: relative;
}
#promo strong {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #989ba0;
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
}
#promo img {
	position: absolute;
	top: 0;
	right: 0;
}
#content {
	width: 960px;
	overflow: hidden;
	margin-top: 40px;
}
#footer {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	color: #989ba0;
	font-size: 12px;
}
#footer a {
	color: #989ba0;
}
#footer a:hover {
	text-decoration: none;
}
#left {
	width: 200px;
	float: left;
}
#left h4 {
	background: #ccc url(../images/label.gif) no-repeat 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 10px 5px;
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
}
#right {
	width: 710px;
	float: right;
}
