.header {
	width: 785px;
	margin: 0 auto;
}
.footer {
	/*Center the footer within the content*/
	width: 747px;
	margin: 0 auto;
	align: center;

}
/*The promotional text at the bottom of the screen.*/
.promo_centered {
	width: 500px;
	margin: 0 auto;
	align: center;
	color: #333333
}
img {
	border: 0px;
}
.copyright_centered {
	/*Center the copyright*/
	width: 514px;
	margin: 0 auto;
	align: center;
}
.banner_centered {
	/*We center the banner in the middle of the header*/
	width: 755px;
	margin: 0 auto;
	align: center;
}
.navi_padding {
	/*This block is the part that holds the navigation bar*/
	width: 415px;
	margin: 0 auto;
	align: center;
}
.centered {
	width: 800px;
	margin: 0 auto;
	align: center;
	text-align: left;
	background-color: white;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
body {
	/*add hack for IE for centering*/
	text-align: center;
	background-image: url(../images/bg_sc.gif);
	background-repeat: repeat;
}
/*Specify the various link propoerties*/
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}