body {
	background: #666;
}

/* @group Text Styling */

#bd {
	margin-right: 0;
	padding: 0 87px 0 67px;
}

code {
	font-size:  114%;
}

pre {
	padding-left:  20px;
}

h1 {
	font-size:  152%;
	font-weight: bold;
	padding:  20px;
}

p {
	font-size:  122%;
	line-height: 140%;
	padding: 0 0 15px 20px;
}

/* @end */

/* @group Page Sections */

div#doc {
	background: #fbf2e0 url(bg_gradient.jpg) top repeat-x;
	position: relative;
}

div#hd {
	height: 100px;
	position: relative;
}

div#bd {

	clear: both;
	position: relative;
}

div#ft {
	height: 137px;
	position: relative;
}

div#utility {
	font-size: 80%;
	color: #707070;
	position: absolute;
	bottom: 27px;
	left:  85px;
}

/* @end */

/* @group Navbars */

ul.nav {
	background-color: none;
	border-top: 1px solid #EEC979;
	list-style: none;
	margin: 20px 0 0 77px;
	padding: 0px 0 0 0;
	width:  600px;
}

ul.nav li {
	float: left;
}

ul#footnav {
	margin-top: 0px;
}

li.first {
	margin-left:  20px;
}

div.navwrapper {
	margin: 0;
	padding: 0;
	padding-top: 40px;
	width: 80%;
	z-index: 1;
}

/* @end */
