div#contentWrapper {
	padding-top:30px;
}

div#content {
	padding-left:0;
	padding-right:0;
	width:100%;
}

div.boxLeft {
	float:left;
	width:59%;
}

div.boxRight {
	float:right;
	width:39%;
	margin-left:15px;
}

/* Timer */

div.timerBorder {
	background:url('/cachepics/timer_bg.gif');
	background-position:left top;
	background-repeat:repeat-y;
}

div.timerBorderTop {
	background:url('/cachepics/timer_top_bg.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

div.timerBorderBottom {
	background:url('/cachepics/timer_bottom_bg.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}

div.dayWrapper {
	padding:20px;
}

div.taskWrapper {
	border-bottom:1px solid #e9e9e9;
}

div.dayWrapper h2 {
	font-size:12px;
	text-transform:uppercase;
	font-style:normal;
	padding:0 0 10px 20px;
}

div.dayWrapper a {
	text-decoration:none;
}

div.eventWrapper {
	padding:3px 10px 3px 20px;
	clear:both;
}

div.eventWrapper a {
	display:block;
	float:left;
}

div.eventWrapper span {
	display:block;
	float:left;
	padding:3px 0 0 10px;
	vertical-align:bottom;
}


/* Breadcrumb */

div#breadcrumb {display:none;visibility:hidden;}

/* NavLegal */

div#buttonWrapper {
	padding-left:0;
}
