* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#77C;
	text-decoration:none;
}

a:hover {
	color:#33C;
	text-decoration:none;
}

/* body */
body {
	background:#fafafa;
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	border-bottom:1px solid #999;
	height:80px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:750px;
	height:50px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:124px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}

#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}

#content h2 {
	font-size:1.5em;
	margin-top: 25px;
	margin-left: 10px;
	padding-top:3px;
	padding-left:6px;
	border-left:5px solid #999;
}

#content h3 {
	font-size:1.2em;
	padding:20px 20px 0;
}

#content p {
	padding:20px 20px 0;
	line-height: 1.4;
}

#content p ul{
	padding-left:20px;
}

#content div.center{
	text-align:center;
}

#content div img{
	border:1px solid #999;
}

#content dl{
	margin-top:6px;
	line-height: 1.4;
}
#content dt{
	font-weight: bold;
}

#content dd{
	margin-left:50px;
}

#content pre{
	width: 600px;
	background-color: #333;
	color: white;
	border: solid 2px #99F;
	padding: 5px 10px 5px 10px;
	margin: 8px;
}

#content table.g-tools_table{
	width: 480px;
	
}
#content table.g-tools_table td{
	width: 50%;
	padding-left: 1em;
}

#content table.g-tools_table img{
	float: right;
}

span.g-tools_body{
	margin-top: 2em;	
	margin-bottom: 1em;
}
/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}