/* 
	Base styles
	
	These are all the base styles that control basic HTML tags.
	All the referenced styles sheets are imported to control the UI
	of the theme.
*/

@import url("calendar.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #323335;
	padding: 0px;
	margin: 0px;
	line-height:20px;
	background: none;
}
#header {
	display:none;
}


#nav {
	display:none;
}

#content {
	width: 100%;
	height: auto;
	padding-top: 7px;
	background-color:#ffffff;
}
#content .main {background-color:#fff; padding:10px; line-height:150%; border:none}

#content .sidebar {
	display:none;
}



#footer {clear: both; text-align:center; padding: 10px 60px; color:#666666; font-size:xx-small}
#footer img { border:none; padding:0px; margin:0px;}
