
html, body, form{
	padding: 0px;
	margin: 0px;
}

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
}

a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

a img{
	border: none;
}

.wrapper{
	width: 794px;
	margin: auto;
}

.topmenu{
	background: url(images/topmenu.png) no-repeat left top;
	height: 29px;
	padding-top: 13px;
	width: 100%;
	overflow: hidden;
}

.topmenu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
}

.topmenu ul li{
	display: inline;
}

.topmenu ul li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0px 15px;
}

.topmenu ul li a:hover{
	text-decoration: underline;
}

.logo{
	margin: 20px 0px;
	width: 797px;
	height: 94px;
	overflow: hidden;
	position: relative;
}

.logo .actuallogo{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.logo .text{
	position: absolute;
	top: 40px;
	right: 15px;
	z-index: 2;
	font-weight: bold;
	font-size: 0.9em;
}

.boxes{
	width: 100%;
	overflow: hidden;
	height: 201px;
}

.box1{
	float: left;
	width: 251px;
}

.box2{
	float: left;
	width: 251px;
	margin-left: 20px;
}

.box3{
	float: right;
	width: 251px;
}

.box1 *, .box2 *, .box3 *{
	padding: 0px;
	margin: 0px;
}

.container{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 20px 0px;
}

.padding{
	padding: 0px 25px;
}

.frontpagebox{
	width: 100%;
	overflow: hidden;
}


.frontpageboxtop{
	width: 100%;
	height: 15px;
	background: url(images/frontpagebox.png) no-repeat left top;
}

.frontpagecontent{
	width: 754px;
	padding: 10px 20px;
	color: #FFF;
	background: #333;
}

.frontpagecontent a{
	color: #CCC;
	text-decoration: none;
}

.frontpageboxbottom{
	width: 100%;
	height: 15px;
	background: url(images/frontpagebox-bottom.png) no-repeat left top;
}

.bottom{
	margin-top: 20px;
	width: 100%;
	height: 34px;
	padding-top: 25px;
	color: #000;
	background: url(images/bottom.png) no-repeat left top;
}

.bottom ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
}

.bottom ul li{
	display: inline;
	padding: 0px 10px 0px 15px;
	background: url(images/middot-bottom.gif) no-repeat 0px 5px;
}

.bottom ul li:first-child{
	background: none;
}











