a:link {
    color: #000000;
}
a:visited {
     color: #000000;
}
a:hover {
     color: #ffffff;
}
a.currentpage {
	background-color: transparent;
	color:#ff0000;
	font-weight: bold;
	text-align: right;
}

#wrapper {
	font-family:  arial, sans-serif;
	text-align: left;
	margin: 0px auto;
	padding: 0px;z
	border:0;
	width: 960px;
	background: url("../images/homebackground.jpg");
	background-repeat: no-repeat;
}
#header {
	margin: 0 0 1px 0;
}

#leftside {
	float: left;
	width: 210px;
}

#rightside {
	float: right;
	width: 20px;
}

#content {
	float: left;
	width: 76%;
}

#h-nav {
	background-color: #B4D1E9;
	color:#000000;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

#footer {
	clear: both;
               text-align:center;
               font-family: arial, sans-serif;
               font-size: 10px;
    	
}