div#logo {
	width: 600px;
	height: 60px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

div#logo h1.leightons {
	font-family: serif;
	font-size: 2.4em;
	font-weight: bold;
	margin: 0px;
	color: #A0376E;
	text-align: left;
	line-height: 60px;
	vertical-align: middle;
}

div#logo a {
	cursor: hand;
}

div#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/images/leightonslogo_small.gif') left center no-repeat #fff;
}

#topbar {
	background: #3C3C3C;
	margin: 0 auto;
	padding: 0;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#navcontainer {
	padding: 0;
	margin: 0 auto ;
	width: 600px;
}


ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

ul#navlist li {
	display: block;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}

ul#navlist li a {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background: url('/images/topbar-nicks.gif') right bottom no-repeat #3C3C3C;
}

#navcontainer>ul#navlist li a {
	width: auto;
}

ul#navlist li#active a {
	background: url('/images/topbar-nicks.gif') right bottom no-repeat #505050;
}

ul#navlist li a:hover,
ul#navlist li#active a:hover {
	background: url('/images/topbar-nicks.gif') right bottom no-repeat #505050;
}

div#footer {
	width: 600px;
	margin: 30px auto 0 auto;
	padding-top: 4px;
	border: 0px solid #D6DCDE;
	border-top-width: 1px;
	font-size: 1.1em;
}

div#footer div.copyright {
	float:left;
	text-align: left;
}

div#footer div.legal {
	float:right;
	text-align: right;

}


div#footer a {
	color:#000;
	font-size: 1.0em;
	text-decoration:none;
	margin:0 5px;
}

div#footer a.last {
	margin-right:0;
}

div#footer a:hover {
	text-decoration:underline;
}
