@charset "utf-8";
html, body {
	margin:0px;
	height: 100%;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}

body,#content,#middle {
	background: none;
}
a, a.visited {
	color: #3e578c;
	text-decoration:underline;
}
#topline, .cleaner {
	display:none;
}
#header{
	height:350px;
}
#middle,#content{
	height:900px;
	min-height:0;
}
#footer{
	
}