html body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.page_container {
	background-color: #ffffff;
	width: 900px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	clear: left;
	float: left;
	width: 380px;
	height: 60px;
	background: #ffffff url(../images/logo.jpg) no-repeat 0 0;
}

.top_links {
	clear: right;
	float: right;
	text-align: right;
	width: 300px;
	height: 60px;
	padding-top: 22px;
	font-family: verdana;
	font-size: 10pt;
	color: #8195dd;
}

.top_links a {
	font-family: verdana;
	font-size: 10pt;
	color: #8195dd;
	text-transform: uppercase;
	text-decoration: none;
}


.link_text {
	display: block;
	margin: 0 auto;
	color: #8a96a3;	
	font-family: arial;
	font-size: 12pt;
	padding-top: 7px;
}

.navtop {
	clear: left;
	float: left;
	width: 900px;
}

.navbar {
	float: left;
	height: 36px;
	width: 900px;
	margin: 10px 0 10px 0;
	text-align: center;
}

.nav_btn1 {
	float: left;
	width: 175px;
	height: 36px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;
}

.nav_btn1:hover {
	background-position: 0 0;
}

.nav_btn1.active {
	background-position: 0 0;
}

.nav_btn2 {
	float: left;
	width: 175px;
	height: 36px;
	margin-left: 6px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;
	
}

.nav_btn2:hover {
	background-position: 0 0;
	color: #8a96a3;
	text-decoration: none;
}
		
.nav_btn2.active {
	background-position: 0 0;
	color: #8a96a3;
	text-decoration: none;
}

.nav_btn3 {
	float: left;
	width: 175px;
	height: 36px;
	margin-left: 6px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;
}

.nav_btn3 a {
	font-family: verdana;
	font-size: 12pt;
	color: #8a96a3;
	text-decoration: none;
}

.nav_btn3:hover {
	background-position: 0 0;
}
		
.nav_btn3.active {
	background-position: 0 0;
}

.nav_btn4 {
	float: left;
	width: 175px;
	height: 36px;
	margin-left: 6px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;

}

.nav_btn4:hover {
	background-position: 0 0;
}
		
.nav_btn4.active {
	background-position: 0 0;
}

.nav_btn5 {
	float: left;
	width: 175px;
	height: 36px;
	margin-left: 6px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;

}

.nav_btn5:hover {
	background-position: 0 0;
}
		
.nav_btn5.active {
	background-position: 0 0;
}

.center {
	clear: left;
	float: left;
	margin-top: 2px;
	width: 900px;
	min-height: 160px;
}

.center_pic {
	clear: left;
	float: left;
	height: 126px;
	width: 900px;
	background-image: url(../images/dayinthelife_hdr.jpg);
}

.center_pic_nav {
	clear: left;
	float: left;
	width: 900px;
	height: 300px;
}

.center_pic_retirement {
	clear: left;
	float: left;
	width: 216px;
	height: 300px;
	margin-right: 12px;
	background-image: url(../images/dayinlife_retirement.jpg);
}

.center_pic_education {
	float: left;
	width: 216px;
	height: 300px;
	margin-right: 12px;
	background-image: url(../images/dayinlife_student.jpg);
}

.center_pic_family {
	float: left;
	width: 216px;
	height: 300px;
	background-image: url(../images/dayinlife_family.jpg);
	margin-right: 12px;
}

.center_pic_income {
	float: left;
	width: 216px;
	height: 300px;
	background-image: url(../images/dayinlife_income.jpg);
}

.bottom_nav {
	display: block;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 50px;
	margin-top: 25px;
	font-family: verdana;
	font-size: 7pt;
	color: #8195dd;
}

.bottom_nav a {
	font-family: verdana;
	font-size: 7pt;
	color: #8195dd;
	text-decoration: none;
}

.facebook {
	margin-right: 8px; 
	width: 32px; 
	height: 32px; 
	clear: right; 
	float: right; 
	background-image: url(../images/facebook.png);
}

.linkedin {
	width: 32px; 
	height: 32px; 
	float: right; 
	background-image: url(../images/linkedin.png);
}