html, body {
	margin: 0;
	padding:0;
	border: none;
}
body{
    font: 90%/1.3 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif; 
    color: #000;
    background: #fff;
    width:100%;
}
h1, h2, h3 {
    color: #000;
    font-weight: bold;
}

h1 {
    margin: 0 0 3em 0;
    padding: 0 1em .66em;
    font-size:1.5em;
    line-height:1em;
    text-align: right;
    border-bottom: thick solid #cacacfa;
}
#pageWrapper {
	width: auto !important;
 	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}
img#logo, #tabnav_container, #metanav, #breadcrumbs, #leftcolumn, #rightcolumn, #footer {
	display: none !important;
}


#content img {
	float: left;
	margin-right: 10px;
}
table {
	display: block !important;
}
