body {
	background: #6ca;
	margin:0;
	padding:0;
	font-family:'vera sans',helvetica,sans-serif;
	font-size:10px;
	line-height:140%;
	text-align: center;
}
#header {
	position: static;
	background: url(img/ly-hh-head.png) no-repeat;
	height: 36px;
}
#header img{
	margin: 3px 18px 2px 16px;
}
#wrapper1{
	width: 100%;
	margin: 0 auto 0 auto;
	max-width: 240px;
	overflow: hidden;
	background: #cfc;
}
#wrapper2{
	text-align: left;
}
#tagline, .banner{
	display: none;
}
#menu{
	border-top: 1px solid #033;
	border-left: 1px solid #033;
	height: 48px;
}
#menu ul {
	list-style:none;
	margin:0px;
	margin-right: -1px;
}

#menu li {
	width:50%;
	float:left;
	background: url(img/ly-hh-menubar.png);
	border-bottom: 1px solid #033;
}

#menu a {
font-weight: bold;
display:block;
height:15px;
line-height:14px;
padding:0px 5px;
text-decoration:none;
color:#000;
}
#menu #active a{
font-weight: normal;
font-style: italic;
}
#extras{
	position: relative;
	background: #fff;
	border: 1px solid #033;
	border-bottom: none;
	margin-top: 10px;
}
#extras div{
	width:50%;
	background: #fff;
	float: left;
	border-right: 1px solid #033;
}
#extras hr+div{
	position: relative;
	float:right;
	border-left: 1px solid #033; 
	border-right: none;
	left: -1px; 
}
#extras hr+div+hr{
	display: block;
	clear: both;
	margin: 0px;
	height: 1px;
	color: #033;
	border: none;
	margin-top: -1px;
}
#extras h1{
	margin: 0;
	font-size: 100%;
	background: #ccc;
	border-bottom: 1px solid #033;
	width: 101%;
}
#extras hr{
	display:none;
}
#extras ul{
	margin: 0;
	list-style: none;
}
#newsblock{
	clear: both;
	border-top: 1px solid #033;
	background: url(img/ly-hh-mainbg.png) top repeat-x;
	padding: 10px 3px 3px 3px;
}
#newsblock h1{
	margin: 0;
}
#content h1{
	clear: both;
}