/*Olympia CSS File*/
body{	
	background: #9D0000;
	color: #6A0000;
}
body a{
	color: #C90000;
}
#wrapper2{
	background: #9D0000;
}
#wrapper{
	background: url(/storage_test/public/img/oly/background.jpg) center center repeat-y;
}
#contact{
	background: url(/storage_test/public/img/oly/contact.png) no-repeat scroll 0 0;
}
#top{
	background: #9D0000 url(/storage_test/public/img/oly/top-background.jpg) top center no-repeat;
}
#footer{
	background: #9D0000 url(/storage_test/public/img/oly/footer.jpg) top center no-repeat;
}
#header{
	background: #9D0000;
}
#contact a{
	color: #E7AFAF;
}
.nav-bottom{
	border-bottom: 5px solid #814C4C;
}
.nav li{
	border-left: 2px solid #814C4C;
}
.nav a{
	color: #C58F8F;
}
.nav{
	background: #490101;
	border-bottom: 2px solid #814C4C;
}
li.nav-parent{
	background: #6B2323 url(/storage_test/public/img/arrow.png) top right no-repeat;
}
.end{
	border-right: 2px solid #814C4C;
}
#contact-form textarea:focus, #contact-form input:focus {
	border: 2px solid #882222;
}