html {
    background-color: #e0e0e0;
    background-color: #f0f0f0;
}
#container {
    background-color: #f0f0f0;
    background-color: #e0e0e0;
}

#header{
  -background: url(/images/header_background.jpg) repeat-x;
}

/* menu, main_menu */
#menu{
  background-color: #4c4c4c;
  color: #fff;
}

#menu a{
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
}

ul.main_menu{
  border-left: 3px solid #fff;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.main_menu li{
  float: left;
  border-right: 3px solid #fff;
  margin: 0;
  padding: 0;
}
ul.main_menu li.selected{ background: #fff }
li.selected a{ color: #000 }
li.selectable a{ color: #fff }
ul.main_menu li.selectable:hover{ background: #ed8812; }

/* content */
#content{
  -background: -moz-linear-gradient(0% 0% 270deg,#FFFFFF, #E0E0E0);
  -background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#FFFFFF), to(#E0E0E0));
  padding: 0 0 10px 0;
}
.content_holder{ background: #fff; }
.content{ padding: 10px;}

/* footer */
#footer{
  border-top: 3px solid #fff;
  border-bottom: 10px solid #fff;
  background-color: #7f7f7f;
  color: #fff;
  clear: both;
  padding: 10px 0;
}

/* default classes */
.center{ text-align: center }


