
#header {
	float: none;
	margin: 0;
	padding 0px 0px 0;
	height: 100px;
	background-color: #99AACC;
	vertical-align: middle;
}

#headlogo {
	float: left;
	margin: 0;
	padding 0px 0px 0;
	position: relative; top: 0px; left: 0px;
}

#headtext {
	float: left;
	margin: 0;
	padding 0px 0px 0;
	position: relative; top: 0px; left: 100px ;
	font: normal 60pt Helvetica, Verdana, Arial, sans-serif;
	color: Black;
	vertical-align: middle;
	text-align: center;
}

#headtext a:link, #headtext a:visited, #headtext a:hover, #headtext a:active {
color: Black;
text-decoration: none;
}

#headadvert {
	float: right;
	margin: 0;
	padding 0px 0px 0;
	// position: relative; top: 5px; right 10px;
}

#nav {
	text-align:right;
	float: left;
	width: 700px;
}
#nav ul {
	float: none;
	margin:0;
	padding:0px 10px 0;
	list-style:none;
}

#main {
	float: left;
	margin: 0;
	width: 100%;
	padding 5px 5px 0;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */


#nav li {
	float:left;
	background:url(/images/buttons/butl_off.png) no-repeat bottom left;
	margin:0;
	margin-left:1px;
	padding:0 0 0 6px;
}

#nav li a {
	float:left;
	font-size: 11px;
	display:block;
	line-height: 28px;
	background:url(/images/buttons/butr_off.png) no-repeat 100% 100%;
	padding: 0px 15px 0px 10px;
	text-decoration:none;
	color:#ffffff;
}

div#nav li:hover, div#nav li.sfhover {
	background:url(/images/buttons/butl_on.png) no-repeat bottom left;
}
div#nav li:hover a, div#nav li.sfhover a {
	background:url(/images/buttons/butr_on.png) no-repeat bottom right;
}

