body, html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bck.jpg);
	text-align:center;
	height:100%;
	font-size:90%;
}
/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
/* Note that position:relative; was added to make sure
 * elements stay within the wrapper when absolute positioned
 */
#wrapper {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	text-align:left;
	background-image:url(../images/background.jpg);
	min-height:75%;
	margin-bottom:0px;
	position:relative;
	border-top:.1em solid green;
	border-left:.1em solid green;
	border-right:.1em solid green;
}
#header { 
	width:790px; 
	height:110px; 
	background-image:url(../images/2020log0.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-top:0px;
}

#footer { 
	width:790px; 
	height:30px; 
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/2020footer.jpg);
	color:white;
	font-size:10px;
	padding-top:10px;
	border-left:.1em solid green;
	border-right:.1em solid green;
	border-bottom:.1em solid green;
	word-spacing:2.0;
	clear:both;
}
#clearfooter {
	height:60px;
	clear:both;
}

#logo {
	position:absolute;
	top:10px;
	right:50px;
	height:80px;
	width:450px;
	color:black;
	font-weight:normal;
	font-size:11px;
	line-height:1.3;
}
#slogan {
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	position:absolute;
	top:100px;
	left:300px;
	font-size:20px;
}
#centercontent {
	margin:5px 20px 0px 20px;
	background-image:url(../images/bckgrn.jpg);
	color:black;
	font-size:11px;
	border-dotted:1px grey;
	height:1%;
}
#content {
	padding:5px;
}
#news {
	width:160px;
	padding:5px;
	padding-right:10px;
	float:left;
	padding-left:22px;
}
#news h1{
	font-size:11px;
	font-weight:bold;
	color:#0085BF;
}
#menu {
}
#menu a{
	display:block;
	float:left;
	text-decoration:none;
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	padding-top:3px;
	width:90px;
	text-align:center;
	font-weight:normal;
	font-size:10px;
	color:white;
	padding-bottom:7px;
	margin-bottom:10px;
}
#menu a:hover{
	background-position:0px -28px;
}
h1 {
	font-size:20px;
	font-weight:bold;
	margin-left:0px;
	padding-top:5
	color:#0085BF;
	font-family:Georgia, "Times New Roman", Times, serif;
}