

#outer{
	background:  url(img/bar0.gif) repeat-y center center;
}
#header{
	background:#EBE8EB; /* BACKGR */
}
#footer {
	background-color: #EDD8E0; /* MEDIUM */
}
#logo {
  background: #EDD8E0; /* MEDIUM */
  border-bottom: 1px solid #F5EDF0; /* LIGHT */
}

h1, h3 {
  color:#404040;
  background: #EDD8E0; /* MEDIUM */ 
}
h3 {
	border-bottom:1px solid #fff;
	background-image: url(img/h3.gif);
}

#navcontainer ul li a {  
  background-color: #EDD8E0; /* MEDIUM */
  border-left: 1px solid #F5EDF0; /* LIGHT */
}
#navcontainer ul li a:hover {
  background-color: #F5EDF0; /* LIGHT */
}
#navweb a {
	background-color: #EDD8E0; /* MEDIUM */
}
#navweb a:hover {
  background-color: #F5EDF0; /* LIGHT */
}

#menucontainer ul li a {
  background-color: #EDD8E0; /* MEDIUM */
  border-bottom: 1px solid #F5EDF0; /* LIGHT */
}
#menucontainer ul li a:hover {
  background-color: #F5EDF0; /* LIGHT */
}

#log {
  background-color: #EBE8EB; /* BACKGR */
}

#log input.radio 
{
	background-color: #EBE8EB; /* BACKGR */
}