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:450px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	text-align:left;
	background-image:url(../images/bckgrn.jpg);
	min-height:50%;
	border:1px solid green;
	margin-bottom:0px;
	position:relative;
}

#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;
	text-align:center;
	font-size:11px;
}
#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;
}
.err {
	margin-left: 180px;
	width: 250px;
	height: 20px;
	background-color: white;
	color: red;
}
#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;
}
#freeform {
	background-color: silver;
}
#freeform a {
	color:white;
	text-decoration: overline;
	margin-left: 120px;
	font-size: 70%;
	text-align: center;
	
}
#freeform a:hover {
	color: green;
	font-size: 80%;
	text-decoration: undeline;
	text-align: center;
}