#Content {
	color: #D8DB51;
}
#Content * .vscrollerbar {
	width: 15px;
	background: #D8DB51 url(images/scrollbar.png) center center no-repeat;
}
#Content * .vscrollerbar:active, #Content * .vscrollerbar:focus, #Content * .vscrollerbar:hover {
	width: 15px;
	background: #FF0632 url(images/scrollbar.png) no-repeat center center;
}
#Content * .hscrollerbar {
	height: 15px;
	background: #D8DB51;
}
#Content * .hscrollerbar:active, #Content * .hscrollerbar:focus,#Content * .hscrollerbar:hover {
	height: 15px;
	background: #FF0632;
}
#Content a:link, #Content a:visited {
	color: #FF0632;
	text-decoration: none;
}
#Content a:active, #Content a:focus, #Content a:hover {
	color: #fff;
	text-decoration: underline;
}

#Phones {
	position: absolute;
	left: 1em;
	top: 140px;
	width: 150px;
	color: #D8DB51;
}
