body {
	background-color: #233951;
	background-image: url(../img/bg/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.clear {
	clear: both;
}

#MainContainer {
	background-color: #FFFFFF;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border: 1px solid #CCCCCC;
	padding: 8px;
}

/* ----------------------------- HEADER ------------------------------- */

#HeaderLogo {
	float: left;
}

#HeaderTelp {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #445d73;
	font-weight: bold;
	text-align: right;
	margin-top: 56px;
	float: right;
}


/* ----------------------------- CENTER IMAGE ------------------------------- */
#CenterWrapper {
	background-color: #223850;
	background-image: url(../img/bg/nav.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;

}
#MainImage {
	float:left;
}
/* ----------------------------- NAVIGATION ------------------------------- */
#NavContainer {
	background-color: #223850;
	background-image: url(../img/bg/nav.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 181px;
    float: left;

}

#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;

}

#Navigation ul li {
	border-bottom: 1px solid #112438;
	border-top: 1px solid #9ab0c1;
	margin: 0px;
	padding: 0px;

}

#Navigation ul li a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: transparent;
	width: 171px;
	height: 25px;
	display: block;
	padding: 5px;
}

#Navigation ul li a:hover {
	background-color: #aabecd;
	color: #004064;

	}

.active {
	background-color: #aabecd;
	color: #004064;
}
/* ----------------------------- FOOTER ------------------------------- */

#Footer {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 10px;
	color: #CCCCCC;


}

#FooterText {
float: left;

}
#FooterStat {
float:right;
text-align: right;
}
#Banner {

	width: 786px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #f2f4f8;
	text-transform: uppercase;
	color: #334b62;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

/* ----------------------------- FLOAT ------------------------------- */

.right {
float: right;
}

#TypicalContent {

float:right;
width: 560px;
padding-right: 10px;
}

#Stat {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
    text-align: right;
	

}