html,body{
	height: 100%;
	background-color: #333333;
	background-image:  url("../images/bg.gif");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}
.header{
	height:62px;
	margin:0 5px;
	background-image:url("../images/head-bg.gif");
	background-position: center top;
	background-repeat: repeat-x;
}
.head-logo{
	background-image:url("../images/head-logo.gif");
	background-position:left;
	background-repeat: no-repeat;
}
ul#navlist
{
margin-left: 58px;
margin-top:0;
margin-bottom:0;
padding-left: 0;
white-space: nowrap;
}
#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}
a {
	font-weight:bold;
	color:#fff;
	text-decoration: none;
}
a:hover { color:#C5D2B9; }
#head-info{
	position:relative;
	left:10px;
	top:10px
}
h1{
	font-size:19px;
	font-weight:bold;
	margin:0;
}
h2{
	font-size:24px;
	font-weight:bold;
	margin:0;
}

