@charset "utf-8";
#container {
	background-image: url(images/bgred.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-image: url(images/footerred.jpg);
	background-repeat: no-repeat;
}
#navigation ul ul {
	background-color: #5b271c;
}
#navigation    #left a:link  {
	font-weight: bolder;
	color: #5b271c;
	text-decoration: none;
}
#navigation  #left  a:visited {
	font-weight: bold;
	color: #5b271c;
	text-decoration: none;
}
#navigation  #left  a:active {
	font-weight: bold;
	color: #5b271c;
	text-decoration: none;
}
#navigation #left a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #d7c8c3;
}

a:link {
  color: #5b271c;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #5b271c;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: #5b271c;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
	background-color: #5b271c;
	color: #d7c8c3;
  text-decoration: none;
  font-weight: bold;
}

