#header {
	background-image: url(orangebackground.jpg);
	background-repeat: repeat;
	background-color: #FF9933;
}

a:link, a:visited {
	color: #FF9933;
	font-weight: bold;
}

a:hover {
	text-decoration:none;
	color: #666666;
}

h1 {
	color: #FF9933;
	border-bottom: 1px solid #FF9933;
}

h2,h3,h4,.caption {
	color: #FF9933;
}

.sideHeader {
	background-color: #FF9933;
}
