

/* no floating or margins */
body, #content, #footer {
width: auto !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
}

#wrapper {
width: auto !important;
margin: 1em 2em!important;	
}

#crorg {
text-align: left;
}

/* hide navigation elements */
#main_nav, 
#nav_sidebar, #second_sidebar,
.accessible {
display: none !important;
}

/* Display links inline */
#content a[href]:after,
#footer a[href]:after {
content: " (" attr(href) ") ";
font-size: .85em;
}

#content a {
color: #333!important;
text-decoration: underline!important;
}
