@charset "utf-8";
/* CSS Document */

.container{
	width:824px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
}
.circle {
	height: 217px;
	width: 217px;
	position: absolute;
	right: -5px;
	z-index: 1000;
	top: -193px;
}

.imageband{
	height:256px;
	position:relative;
}
.boxrow{
	height:199px;
	position:relative;
}
.baseband{
	padding-top:8px;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.box1{
	width:225px;
	float:left;
	height:163px;
	background:url(../images/box1.jpg) no-repeat;
	margin-right:10px;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 25px;
	position:relative;
}
.box2{
	width:225px;
	float:left;
	height:163px;
	background:url(../images/box2.jpg) no-repeat;
	margin-right:10px;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 25px;
	position:relative;
}
.box3{
	width:225px;
	float:left;
	height:163px;
	background:url(../images/box3.jpg) no-repeat;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 25px;
	position:relative;
}
.boxheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
.boxbuttons {
	position: absolute;
	right: 18px;
	bottom: 18px;
	border:none;
}
.titles {
	font-size: 16px;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu{
	height:26px;
	background:url(../images/menubg.gif) repeat-x top left;
	border-bottom:1px solid #fff;
}
