html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

html{ background-image: url(/img/blur4.jpg); }
body {
	font-family : Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1em;	
}
#top {
	height:138px;
	width : 773px;
	margin : 0 auto;	
}
/* */
#container {
	width : 773px;
	margin : 0 auto;
	min-height: 100%;
	height:auto;
	margin-bottom:-30px;	
	background:#ffffff;
	background-image: url(/img/left.jpg);
	background-repeat: repeat-y;
	background-position: left;	
}
* html #container{height:100%;}
#leftnav {
	float : left;
	width : 212px;
	padding : 0px;
	font-size: 69%;
	line-height : 130%;
}
#content {
	float : left;
	width : 325px;
	padding : 0px 12px 0px 12px;
	font-size: 70%;
	line-height : 130%;
}
#contentwide {
	float : left;
	width : 537px;
	padding : 0px 12px 0px 12px;
	font-size: 75%;
	line-height : 130%;
}
##contentwide h1 {font-size: 110%}
#contentslist td{ font-family : Verdana, Arial, Helvetica, Tahoma, sans-serif; font-size: 90%;}
#rightnav {
	float : right;
	width : 200px;
	padding : 12px 12px 12px 0px;
	font-size: 69%;
	line-height : 130%;	
}
#clearfooter{ clear:both; height:36px; }
#footer {
	clear: both;
	width : 773px;
	margin : 0px auto;
	height:18px;
}
#footer p {
	margin-left: 224px;
	font-family: arial, helvetica, sans-serif;	
	font-size: 60%;
}

#navcontainer {
	font: 10px/20px Verdana, Arial, Helvetica, Tahoma, sans-serif;
}
#navcontainer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navcontainer li {
	float: left;
	background: url("/img/navbarbg.gif") repeat-x 20px;
	text-align: center;
}
#navcontainer a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 70px;
	border-top: 1px solid #a8b090;
	border-bottom: 1px solid #a8b090;
	border-left: 1px solid #a8b090;
}
#navcontainer a:hover { background: url("/img/navbarbh.gif") repeat-x 20px; }
