/* CSS Document */
body { 
	background-color:#999999;
}

#header {
	border-top-color:#000066;
}

#sub-header {
	border-top-color:#e41224;
}

#footer-text {
	background-color:#000066;
	border-top:4px solid #e41224;
	color: #FFFFFF;
}


