  html {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(/timesheets/images/gw-bg1.jpg) repeat-x #F7F4EF;
}

body.sub {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(/timesheets/images/gw-bg2.jpg) repeat-x;
}
	
div#center {
	width: 955px;
	margin: 0px auto;
}	

#container {
	padding: 0;
	background-color: #FFF;
}
.clear {
	clear: both;
}

img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #F60;
}

a:hover {
	text-decoration: none;
}


/* HEADER STYLES */

h1 {
	display: none;
}

#header {
	width: 955px;
	min-height: 320px;
	background: url(/timesheets/images/gw-bg2.jpg) repeat-x top #FFF;
	color: #FFF;
}

#logo {
	background: url(/timesheets/images/gw-header1.jpg) no-repeat;
	width: 978px;
	height: 120px;
	z-index: -5;
}


#headerBot {
	width: 882px;
	min-height: 120px;
	overflow: hidden;
	position: relative;
	left: 17px;
	background-color: #B7A37A;
	padding: 0 20px 20px;
	z-index: 1;
}

#headerBot h2 {
	color: #FFF;
	font-size: 25px;
	margin: 5px 0px;
}

#headerBot a {
	color: #FFF;
}

#forStarters {
	width: 350px;
	min-height: 120px;
	float: left;
	margin-right: 50px;
}

#news {
	width: 470px;
	min-height: 120px;
	float: left;
}

#news td {
	border-bottom: 1px dotted #FFF;
}


/* CONTENT STYLES */


#contents {
	position: relative;
	width: 928px;
	background-color: #FFF;
	padding: 10px 10px 170px 17px; 
}

#contents-sub {
	position: absolute;
	top: 60px;
	margin: 10px;
	width: 955px;
}

.box h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	color: #EC7600;
}


.box {
	width: 297px;
	float: left;
	padding-right: 12px;
}

.box a {
	color: #333;
}

.box-top {
	background: url(/timesheets/images/gw-box-top.gif) no-repeat top;
	width: 298px;
	height: 16px;
	z-index: 2;
}

.box-userguide {
	background: url(/timesheets/images/gw-userguide-box.jpg) no-repeat bottom #FFF8A7;	
	color: #333;
	width: 266px;
	min-height: 160px;
	padding: 0px 16px 10px 16px;
}

.box-help-img {
	background: url(/timesheets/images/gw-help-img.gif) no-repeat;
	width: 113px;
	height: 119px;
	position: absolute;
	margin-left: 185px;
	z-index: 14;
}

.box-help {
	background: url(/timesheets/images/gw-help-box2.jpg) no-repeat bottom #FFF8A7;	
	color: #333;
	width: 266px;
	min-height: 160px;
	padding: 0px 16px 10px 16px;
}

.box-techInfo {
	background: url(/timesheets/images/gw-techInfo-box2.jpg) no-repeat bottom #FFF8A7;	
	color: #333;
	width: 266px;
	min-height: 160px;
	padding: 0px 16px 10px 16px;
}

ul {
	margin-left: 0; 
	padding-left: 1.1em;
	line-height: 1.4em;
}	
