
@import url(global.css);

*{
	margin: 0;
	padding: 0;
}

body{
	background: #fff;
	border-top: none;
	min-width: 760px;
	text-align: left;
}

#header{
	background: none !important;
}

#container{
	border-bottom: none;
}

#containertwo{
	background: none;	
}

ul#nav, ul#subnav, ul#footer{
	display: none;
}

#content{	
	width: 90%;		
}

#header h2, #content h3, #content h4{
	color: #010101;	
}

ul#tools{
	position: absolute;
	top: 196px;
	right: 22px;
	width: 199px;
	background: none;	
}

