/* from www.bluerobot.com */

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}



/* from cdesk basic.css... */	 


/* #sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
}
*/

#articleList p {
	margin: 0 0 25px 0;
}
#articleList h3 {
	font: 13px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}

#Header {
	margin:0px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;
	}

#Content {
	top:200px;
	margin:0px 50px 50px 190px;
	padding:10px;
	font-size:14px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}


#Menu {
	position:absolute;
	top:200px;
	left:5px;
	width:160px;
	padding:10px;
	background-color:#eee;
	border:1px solid #999;
	line-height:17px;
	}
	
#sidebar {
	position:absolute;
	top:330px;
	left:5px;
	width:160px;
	padding:10px;
	border:1px solid #999;
	background-color: #eee;
}
#Footer {
	position: absolute;
	bottom: 0;
	background-color: #ccffcc;
	text-align: center;
	padding: 0 15%;
}


