@charset "utf-8";


#container {
	background-image: url(images/bgpurple.jpg);
	background-repeat: no-repeat;
}


#footer{
	background-image: url(images/footerpurple.jpg);
	background-repeat: no-repeat;
}
#navigation ul ul {
	background-color: #5f1f39;
}
#navigation #left a:link {
	color: #5f1f39;
	text-decoration: none;
}
#navigation #left a:active {
	color: #5f1f39;
	text-decoration: none;
}
#navigation #left a:visited {
	color: #5f1f39;
	text-decoration: none;
}
#navigation #left a:hover {
	color: #FFFFFF;
	text-decoration: none;
}




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

a:active {
  color: #5f1f39;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #5f1f39;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
	background-color: #5f1f39;
	color: #d1bdc6;
  text-decoration: none;
  font-weight: bold;
}

