body {
	margin: 15px auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #f0f0f0;
	text-align: center;
	font-size: 12px;
}

a {text-decoration: underline; padding: 0px; }
a:link { color: #03c; }
a:visited { color: #03c; }
a:hover { color: #fff; background-color: #30c; text-decoration: none; }

#container {
	width: 95%;
	border: 1px solid #ccc;
}

#header {
	position: relative;
	background-color: #036;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}

#pagetasks 
{
	background-color: #eeeeee;
	color: #333333;
	text-align: center ;
	border-bottom: 1px solid #cccccc;
}

#content {
	text-align: left;
}

#footer {
	width: 100% ;
	height: 55px;
	text-align: center;
	font-size: 10px;
}

#header h1 {
	position: absolute;
	left: 37px;
	color: #8accef;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

#header h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	color: #fff;
	font-size: 11px;
}

#rightcolumn {
	margin: 0px 0 0 0;
	padding: 5px;
	float: right;
	width: 30%;
	border-left: 1px solid #ccc;
}

#leftcolumn {
	margin: 0px 0 0 0;
	padding: 10px;
	float: left;
	width: 65%;
}

