/* adapted from http://www.cssplay.co.uk/layouts/basics.html */
html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
	max-height: 100%;
	background: #68A8D9;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
	overflow: hidden; 
/* */ 
}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	position: relative;
	width: 65%;
	margin: 0 auto; 
	text-align: left;
}

div#branding {
	position: absolute; 
	margin: 0;
	padding: 0;
	border: 0;
	top: 20px;
	display: block; 
	width: 100%; 
	height: 100px;
	z-index: 5; 
	overflow: hidden;
}

div#navigation_tools {
	position: absolute;
	top: 120px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	z-index: 7;
	overflow: hidden;
}

#navigation {
	position:absolute; 
	left:0; 
	top:150px;
	bottom:70px;
	z-index:4;
	width: 200px;
	overflow:auto;
}

#content {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:150px;
	bottom:70px;
	left:200px;
	right:0;
}

#site_info {
	position:absolute;
	margin:0;
	bottom:41px;
	left:0;
	display:block;
	width:100%;
	height:25px;
	z-index:5;
	overflow:hidden;
}














































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

