/* div {
	border-bottom: 2px dotted #f00;;
	border-left: 2px dotted #f00;;
	border-right: 2px dotted #f00;;
	border-top: 2px dotted #f00; 
}
*/
body {
	margin: 10px;
	border: 0px;
	padding-left: 220px;
	padding-top: 45px;
	height: 100%;
	max-height: 100%;
	background: #cc99ff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	overflow:hidden;
	}
#header {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 24%;
		height: 50px;
		min-height: 45px;
		background: inherit;
		color: inherit;
		text-align: left;
		overflow: hidden;
		padding-right: 10px;
}
h1 {
	 position: absolute;
	top: 0px;
	border: 0px;
	padding-left: 0px;
	padding-top: 0px;
	height: 100%;
	max-height: 100%;
	background: inherit;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 205%;
}
h2 {
margin: 0px;
	border: 0px;
	padding-left: 0px;
	padding-top: 0px;
	height: 100%;
	max-height: 100%;
	background: #cc99ff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	overflow: hidden;
}h3 {
margin: 0px;
	border: 0px;
	padding-left: 0px;
	padding-top: 0px;
	height: 100%;
	max-height: 100%;
	background: #cc99ff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	overflow: hidden;
}

#menubar {
	float: left; width: 22%; padding-top: 25px; text-align: left;
	position: absolute; top: 25px; right: 78%;
   background: inherit;
	color: inherit;
}
#footer {
	clear: both;
	padding-right: 3px;
	border-top: #99f 2px solid;
	/* border-bottom: #99f 2px solid; */
	padding-left: 3px;
	font-size: 85%;
	padding-bottom: 3px;
	width: 75%;
	color: #000;
	padding-top: 3px;
	text-align: center;
	background: cc66ff;
	margin: 5px 5px 5px 22%;
	}
#menubar a.link {
display: block;
margin: 0 3px 0 0; padding: 1px 5px 1px 5px;
border-bottom: 4px;
border-bottom-style: solid;
border-left: 0px;
border-left-style: solid;
}
#menubar a.link:link, a.link:visited {
color: #000000;
background: #ffffff;
text-decoration: none;
font-weight: bold;
border-right: 10px;
border-right-style: solid;
border-right-color: #0000cc;
margin: 0 3px 0 0; padding: 1px 10px 1px 5px;
border-left: 0px;
border-left-style: solid;
border-left-color: #cc99ff;
}
#menubar a.link:hover, a.link:active, a.link:focus {
color: #cc99ff;
background: #000000;
text-decoration: none;
font-weight: bold;
margin: 0 3px 0 0; padding: 1px 10px 1px 5px;
border-left: 2px;
border-left-style: solid;
border-left-color: #cc99ff;
}
div.container {
	background: transparent;
	color: inherit;
	width: 100%;
}
div.spacer {
	clear: both;
}
div.floatleft {
	float: left;
	background: transparent;
	color: inherit;
	}
	div.floatleft p {
	text-align: left
	}
	div.pixcentre {
	text-align: left;
	background: transparent;
	color: inherit;
}