body {
	font-family: verdana, Helvetica, sans-serif;
	color: #444;
	font-size: 12px;
}

/*hiding all the excess stuff*/
#nav, #sub, #search, #breadcrumbs, #footer, #content-foot, #container .submit-field, #logo{display:none;}
#content .foot {display:none;}

#container {
	width:100%;
	margin:0;
	position: relative;
	left: 0;
	top: 0;
}
#container a#logo {
	display:block;
	position:relative;
	top:0;
	left:0;
	background:0;
	text-indent:0;
	width:auto;
	height:auto;
	width:100%;
}
#container #main {
	position: relative;
	left: 0;
	top: 0;
}
#container #content, #container #main, #container #main #content .mid{
	width:100%;
	margin:0;
	padding:0;
	background:0;
}
#container #main #content #leftCol{
	display:inline;
	margin:0;
	padding:0;
	float:none;
	width:100%;
}  
#container #main #content #leftCol {}
#container #main #content #rightCol {display:none;}
/*end hiding all the excess stuff*/


/* fonts and sizes */
#container a#logo{
	font-size:21pt;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #efefef;
}