.mainbg {
	background-attachment: scroll;
	background-image: url(graphics/bg_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.navbar {
}
.navbar a:link {
	color: #d6dbbf;
	text-decoration: none;
}
.navbar a:visited {
	color: #d6dbbf;
	text-decoration: none;
}
.navbar a:hover {
	color: #d6dbbf;
	text-decoration: underline;
}
.navbar a:active {
	color: #d6dbbf;
	text-decoration: none;
}
.sidebar {
}
.sidebar a:link {
	color: #d6dbbf;
	text-decoration: none;
}
.sidebar a:visited {
	color: #d6dbbf;
	text-decoration: none;
}
.sidebar a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.sidebar a:active {
	color: #d6dbbf;
	text-decoration: none;
}
