/*******************************************************************
 styles_variable.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc.

 

*******************************************************************/

/***
 ***  Core
 ***/

a:link,
a:visited {
  color:#333;
}

a:hover {
  text-decoration: underline;
}
body {
  background: #eee7d5 url('jpg/bg-main.jpg') repeat center top;
  margin-left: auto; 
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 40px;
}

#page {
  background: url('jpg/bg-header.jpg') repeat-x center top;
}

.headermain {
  background: url('jpg/bg-title-squashed.jpg') no-repeat center top;
  text-align: center;
}

.surround {
  background: #e8e9ea;
  margin-left: auto; 
  margin-right: auto;
  margin-bottom: 10px;
  width: 958px;
  border-top: 0px solid #ffffff;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
}


div.headermenu 
{
	color:#4e3222;
	margin-right:75px;
	margin-top:10px;
}

.headermenu a:link {
    color: #4e3222;
}
.headermenu a:visited {
    color: #4e3222;
}
.headermenu a:hover {
    color: #23130a;
}

#logo { 
background: url('png/logo-min.png') no-repeat left top; 
height: 100px;
} 
