/* CSS Document */

body {background-color: #1e1816;
	color: #fff;
}
a {color: #fff;}

#menu{
	background-image: url(../images/structural/right_shadow_white.png);
	background-color: #fff;
}
#menu_opener{
	width:265px;
	background-image: url(../images/structural/jumpmenu_white.png);
	}
#menu_opener a{
	color: #0dadef;
}
#menu a, #menu em {
	color: #0dadef;
	}
#menu a:hover{
	background-color: #dbdedd;
	color: #0dadef;
}
.siderule {
	border-bottom: 1px dashed #0dadef;
}
#bottom_shadow{
	background-image: url(../images/structural/shadow_bottom_black.png);
	}

#mainContent p.big {
	color: #fff;
}