.container {
	margin: 0;
}

.container ul {
	position: relative; 
	left: -40px; 
	width: 600px;
	height: 40px; 
	list-style-type: none;
	margin-bottom: -7px;
}


.container ul li {
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
}

.container ul li.tab-a{
	background: url(tab-a-on.gif) no-repeat;
	margin: 0;
	width: 101px;
	height: 33px;
}
.container ul li.tab-b{
	background: url(tab-b-off.gif) no-repeat;
	margin: 0;
	width: 164px;
	height: 33px;
}
.container ul li.tab-c{
	background: url(tab-c-off.gif) no-repeat;
	margin: 0;
	width: 166px;
	height: 33px;
}
.container ul li.tab-d{
	background: url(tab-d-off.gif) no-repeat;
	margin: 0;
	width: 118px;
	height: 33px;
}

.container .nav {
	margin: 0;
	clear: both;
	width: 567px;
	height: 400px;
	background: transparent url(tab-body.gif) no-repeat;
}

.container .nav .spacer {
	height: 20px;
}

.container .nav .content-one {
	margin: 15px 0 0 25px;
	font-family: arial;
	font-size: 12px;
	background-color: transparent;
	color: #333333;
}

.container .nav .content-one .paras {
	margin: 15px 0 0 0;
}

.container .nav .content-one .paras  span {
	font-size: 12px; 
	font-weight: bold;
}

.container .nav .content-two {
	margin: 15px 0 0 25px;
	font-family: arial;
	font-size: 12px;
	background-color: transparent;
	color: #333333;
}

.container .nav .content-three {
	margin: 10px 0 0 25px;
	font-family: arial;
	font-size: 12px;
	background-color: transparent;
	color: #333333;
	overflow: auto;
	height: 350px;
	width: 510px;
}

.container .nav .content-three .paras {
	margin: 0;
	width: 470px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e1e1e1;
	line-height: 160%;
}

.container .nav .content-three .paras-special {
	margin: 0;
	width: 470px;
	padding: 0 0 15px 0;
	line-height: 160%;
}

.container .nav .content-four {
	margin: 15px 0 0 35px;
	font-family: arial;
	font-size: 14px;
	background-color: transparent;
	color: #1f9dbe;
	font-weight: bold;
}

.container .nav .content-four .box-floats {
	margin: 0;
	float: left;
}