body {
	margin: 0px;
	padding: 0px;
	background: url('../images/left_bg.jpg') top left repeat-y;
	font-family: Helvetica;
	font-size: 12px;
	min-width: 900px;
}

.body-inner {
	min-height: 200px;
	background: url('../images/top_left_bg.jpg') top left no-repeat;
	margin: 0px;
	padding: 0px;
}

.body-outer {
	width: 100% auto;
	background: url('../images/top_bg.jpg') top left repeat-x;
	margin: 0px;
	padding: 0px;
}

.header {
	height: 184px;
	width: 100% auto;
	background: url('../images/logo.jpg') top right no-repeat;
	margin: 0px;
	padding: 0px;
}

.top-menu {
	position: absolute;
	border: 0px;
	margin: 56px 0px 0px 8px;
	padding: 0px;
	color: #ffffff;
	font-size: 20px;
	text-shadow: 2px 2px 2px #454545;
}

.top-menu a {
	text-decoration: none;
	color: #ffffff;
}

.top-menu a:hover {
	color: #c41b32;
}

.title-menu {
	position: absolute;
	border: 0px;
	margin: 100px 0px 0px 6px;
	padding: 0px;
	color: #ffffff;
	font-size: 12px;
	width: 400px;
}

.title-menu .complete {
	color: #28d600;
}

.title-menu .in-progress {
	color: yellow;
}

.left-menu {
	position: relative;
	width: 208px;
	margin: -46px 0px 0px 6px;
	padding: 0px 0px 20px 0px;
	float: left;
	color: #ffffff;
}

.left-menu hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #ffffff;
	margin: 0px 0px 4px 0px;
}

.left-menu h1 {
	margin: 6px 0px 4px 0px;
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
}

.left-menu h2 {
	font-size: 12px;
	border-bottom: 1px dotted #ffffff;
	margin: 4px 0px 4px 0px;
}

.left-menu a {
	font-size: 12px;
	color: #ffffff;
}

.left-menu a.complete {
	color: #28d600;
}

.left-menu a.in-progress {
	color: yellow;
}

.left-menu a:hover {
	text-decoration: none;
}

.left-menu .time {
	font-size: 10px;
}

.content {
	margin: 0px 0px 0px 240px;
	padding: 0px;
}

.content h1 {
	margin: 0px 0px 4px 0px;
}
