body, html {
	background-image: url(../images/structure/background.gif);
	background-repeat: repeat-x;
	background-color: #555556;
}

body div#innerBody {
	background-image: url(../images/structure/innerbackground.gif);
}

body div#innerBody div#leftContainer ul li a {
	color: #FFF;
	text-decoration: none;	
}

body div#innerBody div#leftContainer ul li.selected a {
	font-weight: bold;
	text-decoration: underline;
}
body div#footerContainer {
	background-color: #000;
}
body a {
	color: #000;
}