@import url(style.css);

body {
	background-color:#000000;
}
.top {
	background: url(../images/bg_top.jpg);
}
.contentsmall, .content, .contentverysmall {
	color: #FFFFFF;
}

.box, .box0, .box1, .box2, .box3, .boxminus1 {
	border: #FFFFFF 1px solid;
}
.topmenu {
	background-color: #710606;
}
#menu {
	background: #eee;
}
#menu a, #menu h2 {
	border-color: #ccc #888 #555 #bbb;
}

#menu h2 {
	color: #FDED26;
	background-color: #710606;
}

#menu a {
	color: #000;
	background: #efefef;
}

#menu a:hover {
	background-color: #710606;
	color: #a00;
	background: #fff;
}
.bottommenu {
	background: url(../images/bg_bottom.gif);
}
.bottommenu li a {
	color: #FDED26;
}
