﻿.container {
	border: 1px solid #000000;
	position: relative;
	width: 800px;
	z-index: 1;
	margin: 0 auto 0 auto;
}
.top {
	position: relative;
	width: 800px;
	height: 30px;
	z-index: 1;
	background-color: #88a1a5;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #E2FFFF;
}
.text {
	position: relative;
	width: 595px;
	height: 25px;
	z-index: 3;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	margin-top: 8px;
	font-style: normal;
}
.tl {
	position: relative;
	width: 230px;
	height: 25px;
	z-index: 1;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
}
.tr {
	position: relative;
	width: 175px;
	height: 25px;
	z-index: 2;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: right;
	margin-right: 20px;
	top: 0px;
	left: 0px;
}
.headerl {
	position: relative;
	width: 250px;
	height: 200px;
	z-index: 2;
	float: left;
	background-image: url('../images/logo1.png');
}
.headerr {
	position: relative;
	width: 550px;
	height: 200px;
	z-index: 3;
	float: left;
	background-image: url('../images/girl_reading_copy.jpg');
	background-repeat: no-repeat;
}
.title {
	position: relative;
	width: 240px;
	height: 25px;
	z-index: 1;
	margin-top: 5px;
	font-family: Candara;
	font-size: medium;
	color: #FFFFFF;
	text-align: left;
	margin-left: 10px;
}
.top_nav {
	position: relative;
	width: 800px;
	height: 50px;
	z-index: 4;
	background-color: #000000;
	float: left;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #E2FFFF;
}
.menu {
	position: relative;
	width: 799px;
	height: 50px;
	z-index: 5;
	float: left;
	background-color: #000000;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color: #e2ffff;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 39px 16px 35px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-left: #58032F 1px solid;
	color: #FFFFFF;
	border-left-color: #016666;
	font-style: normal;
}

#menu a:hover {
	background: #016666;
	color: #FFFFFF;
	background-image: url('../images/btn_up.jpg');
}

#menu .current_page_item a {
	background: #770444;
	padding: 15px 30px 16px 30px;
	color: #FFFFFF;
}

#menu .last{
	border-right: #58032F 1px solid;
	border-right-color: #016666;
}
.a_last_width {
	width: 90px;
}

.body {
	position: relative;
	width: 800px;
	z-index: 5;
	background-color: #FFFFFF;
	float: left;
}
.endOfSection { clear: both;
}
.footer {
	position: relative;
	width: 800px;
	height: 40px;
	z-index: 6;
	float: left;
	background-color: #272b36;
	color: #AFC9A7;
}
.fl {
	position: relative;
	width: 325px;
	height: 20px;
	z-index: 1;
	float: left;
	padding: 10px 15px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #AFC9A7;
}
.fr {
	position: relative;
	width: 400px;
	height: 20px;
	z-index: 1;
	float: right;
	padding: 10px 15px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A4B6B6;
	text-align: center;
}
