body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#ccc;
	}


p {
	/*font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;*/
	color:#225522;
	font-size:11px;
	font-weight:600;
	margin:16px;
	}

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:#08a;}
a:hover {background-color:#eee;}



#Header {
	position:absolute;
	top:0%;
  	width: 80% !important;
  	width /**/:100%; /*ie*/
	padding:2% 0px 0px 20%;
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	background-color:#aaaaaa;
	}

#Header h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#dddd;
	}
	
#Menu {
	position:absolute;
	top:15%;
  	width: 20% !important;
  	width /**/:22%; /*ie*/
	left:20px;
	padding:10px 0px 10px 0px !important;
  	padding /**/:10px 0px 0px 0px;
	background-color:#eee;
	border:1px dashed #999;
	}

#Menu a {
	color:#09f;
	font-size:11px;
	font-weight:600;
	}
	
#Counter {
	position:absolute;
	top:80%;
  	width: 20% !important;
  	width /**/:22%; /*ie*/
	left:20px;
	padding:10px 0px 10px 0px !important;
  	padding /**/:10px 0px 0px 0px; /*ie*/
	background-color:#eee;
	}


#Content {
	position:absolute;
	top:15%;
	left:22%;
	}

#Content p {
	color:#225522;
	font-size:11px;
	font-weight:600;
	margin:16px;
	}

#Content h1 {
	font-size:18px;
	font-weight:800;
	color:#662299;
	}
