.nav {
	background: url(../images/nav_bg.png) repeat-y center center;
	width: 230px;
	height: 30px;
	text-indent:10px;
}
.maincontent_bg {
	background: url(../images/maincontent_bg.png) repeat-y center center;
}
.nav a:link, .nav a:visited, .nav a:active {
	color: #2C7996;
	font: bold 13px/30px "Trebuchet MS";
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.nav a:hover {
	text-decoration: none;
	background: #DFF2F9;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
h1 {
	color: #2C7996;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 15px;
	border-bottom: 1px solid #2C7996;
	text-align: right;
}
.text {
	margin: 5px 15px;
	font: 13px "Trebuchet MS";
	color: #333333;
}

.title {
	color: #B2B2B2;
}
#container {
	position: relative;
	width: 750px;
	margin: 0px auto;
}
#man {
	position: absolute;
	left: -30px;
	top: -115px;
}
#woman {
	position: absolute;
	left: 612px;
	top: -191px;
}
#box1 {
	background: url(../images/box1.png) no-repeat center center;
	height: 169px;
	width: 180px;
}
#box2 {
	background: url(../images/box2.png) no-repeat center center;
	height: 169px;
	width: 183px;
}
.zero {
	margin: 0px;
	padding: 0px;
}
#box3 {
	background: url(../images/box3.png) no-repeat center center;
	height: 169px;
	width: 183px;
}
#box4 {
	background: url(../images/box4.png) no-repeat center center;
	height: 169px;
	width: 184px;
}
