/* @override 
	http://test1.zedit.net/css/layout.css
*/

div.container {
	position: relative;
	height: 1100px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	top: 0px;
	background-image: none;
}

div.thetop {
	height: 138px;
	background: url(../images/wg/beta-header.png) no-repeat;
	margin-top: 0px;
}

div.thepage {
    color : #524b48;
	text-align: left;
	margin-top: 0px;
	margin-left: 0;
}

div.thebottom {
}

div.header {
	top: 104px;
	left: 8px;
	height: 26px;
	width: 740px;
	position: absolute;
	display: block;
	color: #fff;
	z-index: 9;
	background-image: none;
	font: normal normal 1.25em Verdana, "Lucida Grande", Lucida, sans-serif;
}

div.content {
	position: relative;
	height: auto;
	display: block;
	float: left;
	width: 100%;
	background-image: url(../images/wg/content_fill.png);
	background-color: #fff;
	border-bottom: 3px solid #fff;
}

div.side1content {
	position: relative;
	min-height: 10px;
	height: auto;
	display: none;
	float: left;
	width: 0%;
}

div.maincontent {
	position: relative;
	min-height: 500px;
	height: auto;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 660px;
	font-size: 1.0em;
}

div.side2content {
	position: relative;
	min-height: 10px;
	height: auto;
	display: block;
	float: right;
	width: 270px;
	margin-right: 4px;
	color: white;
}

div.sidebar {
	position: relative;
	height: auto;
	display: block;
	float: none;
	margin: 6px;
}

div.mainnavtop {
	height: auto;
	position: absolute;
	display: block;
	top: 58px;
	left: 315px;
}

div.subnavtop {
	position: absolute;
	display: block;
	clear: both;
	top: 106px;
	height: 3.7ex;
	left: 6px;
}

div.subnavbottom {
	height: auto;
	position: relative;
	margin-left: 2px;
	margin-right: 9px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	clear: both;
}

div.mainnavbottom {
	height: auto;
	position: relative;
	display: block;
	clear: both;
	background-color: white;
	float: none;
}

div.jumpNav {
	position: relative;
	display: block;
	clear: both;
	height: 50px;
}

div.footer {
	position: relative;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	background-image: none;
	color: white;
}

/* extracted styles*/

.download_listing ul li {
	height:30px;
	line-height:14px;
	margin:0;
	padding-left:5px;
	padding-top:5px;
}

.span-18 ul li {
	padding:3px;
}

.download_listing {
	font-size:12px;
	left:0;
	margin-bottom:10px;
	margin-top:20px;
	width:514px;
	list-style-type: none;
	background-color: #fdfe6e;
}

.download_left {
	float:left;
	font-weight:bold;
	width:220px;
}

.download_center {
	font-size: .7em;
	float:left;
	width:425px;
}

.download_right {
	float:left;
	text-align:center;
	width:60px;
}

.omni {
	height:30px;
	background:#EEEEEE none repeat scroll 0 0;
	list-style-type: none;
}


