/* CSS Document */

.ads {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

body {background-color: #5a5a5a; margin: 0px;}
.wrapper {background-image:url(images/bg-wrapper.jpg);}
.content {
	text-align:left;
	color: #000000;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
}

.hr {background-image:url(images/hr1.jpg); height:10px; background-repeat:repeat-x; background-position:top;}

a.home {
display:block;
background:url(images/menu/home.jpg) top no-repeat;
width:122px;
height:41px;
text-decoration:none;
}

a.home:hover {
background-position:bottom;
}

a.home-b{
display:block;
background:url(images/menu/home.jpg) bottom no-repeat;
width:122px;
height:41px;
text-decoration:none;
}


a.about {
display:block;
background:url(images/menu/about.jpg) top no-repeat;
width:122px;
height:41px;
text-decoration:none;
}

a.about:hover {
background-position:bottom;
}

a.about-b {
display:block;
background:url(images/menu/about.jpg) bottom no-repeat;
width:122px;
height:41px;
text-decoration:none;
}

a.people {
display:block;
background:url(images/menu/people.jpg) top no-repeat;
width:122px;
height:41px;
text-decoration:none;
}

a.people:hover {
background-position:bottom;
}

a.people-b {
display:block;
background:url(images/menu/people.jpg) bottom no-repeat;
width:122px;
height:41px;
text-decoration:none;
}

a.places {
display:block;
background:url(images/menu/places.jpg) top no-repeat;
width:122px;
height:41px;
text-decoration:none;
}

a.places:hover {
background-position:bottom;
}

a.places-b {
display:block;
background:url(images/menu/places.jpg) bottom no-repeat;
width:122px;
height:41px;
text-decoration:none;
}

a.events {
display:block;
background:url(images/menu/events.jpg) top no-repeat;
width:122px;
height:41px;
text-decoration:none;
}

a.events:hover {
background-position:bottom;
}

a.events-b {
display:block;
background:url(images/menu/events.jpg) bottom no-repeat;
width:122px;
height:41px;
text-decoration:none;
}

.title{
	color: #a70101;
	font-weight: bold;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.footer {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/footer.jpg); height:100px;
	text-align:center;
	font-weight: lighter;

}

.footer a:link{
	color:#FFCC00;
	text-decoration:none;
}

.footer a:visited{
	color:#FFCC00;
	text-decoration:none;
}
.footer a:hover{
	color:#00CCFF;
	text-decoration:none;
}
.footer a:active{
	color:#00CCFF;
	text-decoration:none;
}

