body {
	margin: 0px;
	background-color: #E0E7EF;

	background-image: url('../images/background.jpg');
	background-position: center;
	background-repeat: repeat-y;
}

#container {
	position: relative;
	float: left;
	top: 0px;
	left: 50%;
	
	width: 1064px;
	margin-left: -532px;
}

#header {
	margin-left: 65px;
	margin-right: 63px;
	width: 936px;
	height: 231px;
	background-image: url('../images/header.png');
}


#content {
	margin-left: 65px;
	margin-right: 63px;
	width: 936px;
}
#contentLeft {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 197px;
	font-size: 11px;
	font-family: Verdana;
	color: #838383;
}
#contentLeft a {
	color: #7FABE0;
	text-decoration: none;
}
#contentLeft a:hover {
	text-decoration: underline;
}
#contentLeft h1 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #838383;
	margin-top: 15px;
	margin-bottom: 0px;
}
.leftBar {
	margin-top: 15px;
	margin-left: -10px;
	width: 202px;
	height: 23px;
	padding-top: 8px;
	padding-left: 15px;
	background-image: url('../images/leftBar.png');
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}

#contentRight {
	float: left;
	width: 648px;
	margin-left: 51px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-family: Verdana;
	color: #838383;
}
#contentRight a {
	color: #7FABE0;
	text-decoration: none;
}
#contentRight a:hover {
	text-decoration: underline;
}
#contentRight h1 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	color: #838383;
	margin-top: 15px;
	margin-bottom: 0px;
}
.rightBar {
	margin-left: -10px;
	margin-top: 15px;
	width: 653px;
	height: 23px;
	padding-top: 8px;
	padding-left: 15px;
	background-image: url('../images/rightBar.png');
	
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}

.block {
	float: left;
	height: 100%;
	margin: 0px 25px 0px 0px;
	text-align: left;
	width: 160px;
}
	
img	{
border:none;
		}

#footer {
	float: left;
	width: 967px;
	height: 30px;
	margin-top: 20px;
	margin-left: 33px;
	padding-top: 10px;
	padding-right: 32px;
	background-color: #E5EBF1;
	
	font-family: Verdana;
	font-size: 10px;
	color: #838383;
	text-align: right;
}
#footer a {
	color: #838383;
	text-decoration: none;
}
