body{
/* Color of the background of the whole page */
	background-color: #FFFFEE;
}
.header{
/* Color of the background of the header*/
	background-color: #887777;
/* Color of the text of the header */
	color: black;
	font-style:italic;
}
.headname
{
	/* Color of the background behind the name */
	background: #887777;
}
.flag
{
/* Color of the border of the flags */
	border-color: #908080;
}
.ls-wrapper .liquid-slider {
/* Color of the background of the slider */
	/*background: #f2f2f2;*/
	background: #e2e2e2;
}
.ls-wrapper .ls-nav a {
/* Color of the background of the heading of the slider */
	/*background: #d8d8d8;*/
	background: #c8c8c8;
}
.ls-wrapper .ls-nav .current {
	/*background: #f2f2f2;*/
	background: #d2d2d2;
}
.ls-wrapper .ls-select-box {  
	/*background: #d0d0d0;*/
	background: #c0c0c0;
}
