#wrapper {
	padding: 0px;
	height: 455px;
	margin: 10px 0 0 0;
	border: 2px solid #6eb6d1;
	width: 706px;
}



.tab {
	display: block;
	float: left;
	height: 31px;
	width: 172px;
	margin: 0px 6px 12px 0px;
	text-align: center;
	background: #6eb6d1 url(../images/tab.png) no-repeat;
}

.tab:hover {
	display: block;
	float: left;
	height: 31px;
	width: 172px;
	margin: 0px 6px 12px 0px;
	text-align: center;
	background: #6eb6d1 url(../images/hover.png) no-repeat;
}

.tab + .tab + .tab + .tab {margin: 0 0 12px 0;}
.tab .tabtxt {
	margin: 0;
	color: #FFFFFF;
	font-size: 13px;
	height: 31px;
	line-height: 31px;
	padding: 0;
}
.tab .tabtxt a {
	height: 31px;
	color: #ffffff;
	display: block;
	text-decoration: none;
}
.boxholder {
	clear: both;
}
.box {
	width: 700px;
	height: 455px;
	overflow: visible;
	background-color: #FFFFFF;
}
.tabtxt {
	margin: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 0;
}
