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