/*  Colors */ 


.typography h1 {
 color: #1a2313;
}

.typography #navlist li {
  color: #1a2313;
}

#languagemenu ul a{
color: #636c79;
}


.typography #navlist li a:hover {
  color: #3d8200;
}

.typography #navlist li a {
  color: #1a2313;
}

.typography #navlist li a:active {
  color: #3d8200;
}

.typography #navlist li .current {
  color: #b85f00;
}
p {
  color: #1a2313;
}

#footer {
	background: url(../images/VirsausBG01.png) repeat-x bottom;
	}
	
#footer a {
	color:#636C79;
	}
.colorRed {
color: rgb(204,0,0);
}

