/*CSS Document*/

body {
	background-color: #2F343B;
	color: white;
}
 
 
#top-wrapper {
	background-color: #e3cda4;
	border-bottom: 2px solid gray;
}

#top {
color: #D1DBBD;
border-bottom: 2px solid gray;
}

.navfield {
background-color: #7e827a;
}

#header-wrapper {
	background-color: #7e827a;
	background-image: 'headerback-scarlett.jpg');
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100% 100%;
	border-bottom: solid #gray;
}

#header {
	border: 0px solid gray;
	color: #D1DBBD;
}


#container {
	color: #E3CDA4;
}

 
#footer {
	background-color: #7e827a;
	}



a {
	color: #e3cda4;
}

a:hover {
	color: white;
}

a:visited {
	color: #e3cda4;
}

a:visited:hover {
color: white;
}

a.popup:link { color: black; }
a.popup:visited { color: black; }
a.popup:hover { color: black; }


a.topnav:link { color: #404d5f; }
a.topnav:visited { color: #404d5f; }
a.topnav:hover { color: #b6d7de; }

a.topnav-current:link { color: #fcfff5; }
a.topnav-current:visited { color: #fcfff5;}
a.topnav-current:hover { color: 7e827a;}

#header a:visited {
color:D1DBBD;
}

h1 {
	color: #C77966;
}

h2 {
	color: #C77966;
}

h3 {
	color: #ffc00d;
}




 
 
 
/* Span formatting */
 
 .cont {

 	background-color:#00a4a0;
    background-image: url('http://goblinart.pl/sitegfx/frame.gif');
  }

 
 .level1, .level2, .level3, .level4, .level5 {
 	background-color:#00a4a0;
    background-image: url('http://goblinart.pl/sitegfx/frame.gif');
	background-size: contain;
	color: white;
	
}

.level2 {
background-color:#999f01;
}
.level3 {
background-color:#f07903;
}
.level4 {
background-color:#c92701;
}
.level5 {
background-color:#61105a;
}
