html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}
html {
	background-color: #333333;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: top;
}
ul,li {
	list-style-type:none;
	}
body {
	font:80%/150% Corbel,Helvetica,Arial,Geneva,sans-serif;
	color:#777e77;
}	

/* @end */

/* @group misc */
#skip img#logo-print {
	display:none;
}
.noshow, .structural {
	position: absolute;
	top:-9999px;
	left:-9999px;
	height: 1px;
	width: 1px;
	}
.clear {
	clear:both;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.noborder {
	border:none;
	}



#content-wrapper {
	background: url(graphics/bg-content-wrapper.gif) no-repeat 90% 100%;
}		
#content {
	float:left;
	width:589px;
	padding:45px 30px 0 35px;
	position:relative;
}	