/* CSS Styles */

body {
	background-color: #ffffff;
	font-family:calibri, tahoma, arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 120%;
}

#admin {
	display: none;
}

#inner {
	width: 100%;
	margin: 0;
}

#user {
	display: none;
}

#header {
    height: auto;
    margin: 0;
    padding: 0;
}

#siteTitle {
    display: block;
}

#navigation {
	display: none;
}

#columnLeft {
	display: none;
}

#bottomNav {
	display: none;
}

#content {
	margin: 10px 5px;
	min-height: 200px;
	overflow: visible;
}

