@charset "utf-8";
#container {
	width: 619px;
	position: relative;
	top: 25px;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 30px;
}
#description {
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #000000;
}
#contact {
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}


#subtitle {
	font-family: "Franklin Gothic Book", "Franklin Gothic", sans-serif;
	font-size: 24px;
	text-align: left;
}

body {
	text-align: center;
	background-color: #1A4F91;
}
a {
	color: #f15628;
	text-decoration: none;
}


#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 400px;
	width: 619px;
}

#Home
{
  display: block;
  width: 75px;
  height: 45px;
  float:left;
  margin-right:7px;
  background: url("images/buttons/home-button.jpg") no-repeat 0 0;

}

#Home:hover
{ 
  background-position: 0 -45px;
}

#Home span
{
  display: none;
}

#AboutUs
{
  display: block;
  width: 109px;
  height: 45px;
  float:left;
  margin-right:7px;
  background: url("images/buttons/about-button.jpg") no-repeat 0 0;

}

#AboutUs:hover
{ 
  background-position: 0 -45px;
}

#AboutUs span
{
  display: none;
}

#Gallery
{
  display: block;
  width: 118px;
  height: 45px;
  float:left;
  margin-right:7px;
  background: url("images/buttons/gallery-button.jpg") no-repeat 0 0;

}

#Gallery:hover
{ 
  background-position: 0 -45px;
}

#Gallery span
{
  display: none;
}

#Cafe
{
  display: block;
  width: 93px;
  height: 45px;
  float:left;
  margin-right:7px;
  background: url("images/buttons/cafe-button.jpg") no-repeat 0 0;

}

#Cafe:hover
{ 
  background-position: 0 -45px;
}

#Cafe span
{
  display: none;
}

#Events
{
  display: block;
  width: 78px;
  height: 45px;
  float:left;
  margin-right:7px;
  background: url("images/buttons/events-button.jpg") no-repeat 0 0;

}

#Events:hover
{ 
  background-position: 0 -45px;
}

#Events span
{
  display: none;
}

#Links
{
  display: block;
  width: 65px;
  height: 45px;
  float:left;
    background: url("images/buttons/links-button.jpg") no-repeat 0 0;

}

#Links:hover
{ 
  background-position: 0 -45px;
}

#Links span
{
  display: none;
}#eventshighlight {
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	font-size: 24px;
	text-align: left;
	color: #000000;
	background-color: #b6999a;
	padding: 10px;

}
#eventshighlight p {
margin: 0;
}
.smalltext {
	font-size: 16px;
	text-align: left;
}
.style1 {
list-style: none;
text-align: left;
text-indent: 0;
padding-left: 0;
}
