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

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

#container {
	position: absolute;
	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/headerimage.png');
}
#headerOverlay {
	float: left;
	margin-top: 13px;
	padding-top: 3px;
	padding-left: 14px;
	width: 922px;
	height: 34px;
	text-align: center;
	background-image: url('../Images/headerOverlay.png');

	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #645E5A;
}

#menu {
	margin-top: 10px;
	margin-left: 65px;
	margin-right: 60px;
	height: 18px;

	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #A3A8AD;
}
#menu a {
	color: #A3A8AD;
	text-decoration: none;
}
#menu a:hover {
	color: #E88604;
}

#content {
	margin-left: 65px;
	margin-right: 63px;
	width: 936px;
}
#contentLeft {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 157px;
	font-size: 11px;
	font-family: Arial;
	color: #838383;
}
#contentLeft 	a {  color: #CC6600; }
	a {  text-decoration: none; } 
	a:hover {  color: #CC6600; }
	a:active {  color: #CC6600; }
	a:visited {  color: #CC6600; }
	text-decoration: none;

#contentLeft a {
	color: #7FABE0;
	text-decoration: none;
}	
#contentLeft h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #CC6600;
	link: #CC6600;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;

}
.leftBar {
	margin-top: 15px;
	margin-left: -10px;
	width: 162px;
	height: 23px;
	padding-top: 8px;
	padding-left: 15px;

	text-align: center;
	background-image: url('../Images/leftBar.png');

	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
}

#contentRight {
	float: left;
	width: 688px;
	margin-left: 51px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 13px;
	font-family: Arial;
	color: #838383;
}
#contentRight a {
	color: #CC6600;
	text-decoration: none;
}
#contentRight a:hover {
	text-decoration: none;
}
#contentRight h1 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #838383;
	margin-top: 15px;
	margin-bottom: 0px;
}
.rightBar {
	margin-left: -10px;
	margin-top: 15px;
	width: 693px;
	height: 23px;
	text-align: center;
	padding-top: 8px;
	padding-left: 15px;
	background-image: url('../Images/rightBar.png');
	
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
}

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