html {
	font-family: Verdana;
	font-size: 0.8em;
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
}

.header {
	margin:0px;
	height:99px;
	background: #237aca url("images/header.jpg") no-repeat;
	border-bottom:1px solid #000;
}

.menu {
	height:20px;
	border-bottom:1px solid #000;
	background: #85b5e2 url("images/menu.jpg") no-repeat;
}

.menu ul {
	margin:0px;
	padding-left:15px;
	padding-bottom:3px;
}
.menu li{
	display:inline;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
	list-style:none;
}
.menu li  a:hover {
	border-bottom:3px solid #fff;
}

.info {
	margin-top:10px;
	width:150px;
	height:80px;
	border: 1px solid #000;
	background: #91bce4 url("images/headerlight.jpg") no-repeat;
	background-attachment: fixed;
	color: #000;
	float: right;
	margin-right: 20px;
	padding-left: 5px;
}

.left {
/* 	position: absolute; */
/* 	left:10px; */
/* 	top:125px; */
	margin-top: 4px;
	margin-left: 10px;
	width:180px;
	background:#fff;
	float: left;
}

.right {
	margin-top: 4px;
	margin-right: 10px;
	width:180px;
	background:#fff;
	float: right;
}

.content {

	margin:0 200px;
	margin-top:4px;
}

.block {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #000;
}

.block h1 {
	height:20px;
/* 	width:100%; */
	display:block;
	background-color:#237aca;
	color: #fff;
	font-size: 1.0em;
	font-weight:bold;
	margin:0px;
	padding-left:2px;
}
.footer {
	padding-top:5px;
	text-align:center;
	border-top: 1px dotted #000;
	clear:both;
	position:relative;
	z-index:1;

}
a {
	color:#000;
	text-decoration:none;
}
li > a:hover{
	border:0px;

}
a img {
	border:0px;
	vertical-align:middle;

}
a:hover {
	border-bottom: 1px dotted #000;
}