h1 {
	background: #CE7317 url(images/logo_orange.gif) no-repeat left center;
}
li.main-link-active {
	background: #CE7317;
}
li.sub-link {
	list-style: url(images/bullet_orange.gif) none outside;
}
h2 {
	color: #CE7317;
}
a{
	color: #CE7317;
}
p#foot{
	background-color: #CE7317;
}
*::-moz-selection{
	background-color:#CE7317;
}
::selection{
	background-color:#CE7317;
}