body, form, p, div, hr, fieldset, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    color: #000;
}

h1  {   font-size: 2em; }
h2  {   font-size: 1.5em; }
h3  {   font-size: 1.2em; }
h4  {   font-size: 1em; }
h5  {   font-size: 0.9em; }
h6  {   font-size: 0.8em; }

div.leftContent {
	margin: 0 0 1em 1em;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0.5em;
}
div.rightContent { display: none; }

ul.menu { display: none; }

#footer { display: none; }

#stickyLoginForm, #loggedBox { display: none; }

h1#siteTitle {
	font-size: 1.2em;
}