body
{
	background-color: #D2C5AB;
}

header
{
    background: url('../images/dark/background.png') no-repeat;
	background-size: 100% 100%;
}

nav div,
nav div.parent1
{
	background-image: url('../images/dark/shell1.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 10px;
}

nav div.parent2
{
	background-image: url('../images/dark/rapan1.png');
}

nav div.parent3
{
	background-image: url('../images/dark/starfish.png');
	background-position: 5px center;
}

nav div.parent4
{
	background-image: url('../images/dark/shell2.png');
	background-position: 5px center;
}

nav div.parent5
{
	background-image: url('../images/dark/rapan.png');
	background-position: 0 center;
}

nav div.parent6
{
	background-image: url('../images/dark/seahorse.png');
}

nav div.selected,
#content, 
#sidebar .sidebar
{
	background-color: #ECE3D1;
	box-shadow: 2px 2px 1px #866744;
}

#sidebar ul li
{
	background: url('../images/dark/starfish.png') 0 5px no-repeat;
	background-size: auto 15px;
}