body {
	font-family: Trebuchet MS, trebuchet,verdana, sans-serif;
	font-size: 13px;
	height:100%;
}

div.pagetop {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	margin-right;0px;
	width:100%;
	border-bottom: 1px solid #666666;

}
div.menu {
	position:absolute;
	margin-left:0px;
	float:left;
	width:200px;
	border-right:1px solid #666666;
	border-top:1px solid #666666;
}

div.main {
	position:absolute;
	margin-left:200px;
	float:left;
	padding:10px;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	visibility:visible;

}
div.featured {
	position:relative;
	margin-top:0px;
	margin-right:0px;
	float:right;
	
}
div.welcome {
	position:relative;
	margin-top:2px;
	margin-left:0px;
	margin-bottom:10px;
	float:left;
	width:179px;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	background-color:#FBFAE4;
	border-bottom:2px outset #666666;
	border-right:2px outset #666666;
	text-align: center;
}
div.archive {
	position:relative;
	margin-top:0px;
	margin-right:0px;
	float:right;
	width:210px;
	border: 1px solid #666666;
}
#toolbox {
	background-image: URL('/images/toolbox_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
p {
	padding-left:5px;
}



