body {
    background: #181818;
}

h1 {
    background: #111;
    border-bottom: 3px solid #C43535;
}


#logo {
    color: #EDEDED;
}

#navBar li {
    color: #EDEDED;
}

.selected, #navBar a:hover {
    background: #C43535;
}

#navBar a {
    color: #EDEDED;
}

.frame {
	background: #111;
}

#menu {
	background: #111;
}


.imago_thumbImg {
    border: 5px solid #222;
}

.imago_selectedThumb {
    border: 5px solid #EDEDED;
}

#sideBarMenu {
	background: #111;
}

#sideBarContent {
	background: #111;
}

.sideBarTabClosed {
	background: #111 url('img/open.png') no-repeat center center;
}

.sideBarTabOpen {
	background: #111 url('img/close.png') no-repeat center center;
}

#imagoCurrentImg {
	border: 10px solid #111;
}
    