body, html {
background: #fff;
}

p {
font-size: 14px;
font-family: arial, verdana;
}

#left_col, #right_col, #main_nav, #notify, #footer {
display: none;
}

#middle {
margin: 0;
padding: 0;
background: #fff;
}


/* -------- Dates ---------- */
div.date
{
	display: block;
	/*float: left;*/
	width: 60px;
	height: 74px;
	margin: 0;
	background: transparent;
}

div.date span
{
	display: block;
	text-align: center;
	font-family: sans-serif;
}

div.date span.day
{
	font-size: 26px;
	line-height: 6px;
	letter-spacing: 0px;
	color: #c00;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

div.date span.month
{
	text-transform: uppercase;
	margin-top: 4px;
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
	color: #222;
	letter-spacing: 1px;
}

div.date span.year
{
	letter-spacing: -1px;
	font-size: 16px;
	line-height: 44px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}
