a:link {text-decoration: none; color: #cb338d;}
a:visited {text-decoration: none; color: #cb338d;}
a:active {text-decoration: none; color: #cb338d;}
a:hover {text-decoration: underline;; color: #cb338d;}

* {
margin:0; padding:0;
}

body{
background-image: url('../images/bg1.jpg');
background-repeat: repeat-x;
background-color: #f9f9f9;
}
	
#container {
background-image: url('../images/bg.jpg');
background-repeat: no-repeat;
background-color: #f9f9f9;
width: 710px;
height: 100%;
padding-left: 91px;
padding-right: 199px;
margin: auto;
}

.logo{
float: left;
height: 37px;
width: 255px;
margin-top: 75px;
margin-left: 4px; 
}

.maincontent{
float:left;
width: 780px;
height: 100%;
font-size: 12px;
font-family: arial;
padding-top: 25px;
padding-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
background-image: url('../images/contentbottom.jpg');
background-position: left bottom;
background-repeat: repeat-x;
margin-bottom: 10px;
}

.headers{
font-family: Georgia;
font-size: 24px;
}

.footer{
background-image: url('../images/footer.jpg');
background-repeat: repeat-x;
background-color: #0d0b18;
height: 80px;
width: 100%;
text-align: center;
color: #ffffff;
font-family: arial;
font-size: 12px;
padding-top: 15px;
margin-top: 20px;
float:left;
}

.lefthalf{
width: 370px;
height: 100%;
padding: 10px;
float:left;
}

.righthalf{
width: 370px;
padding: 10px;
height: 100%;
float:left;
}

.footercontainer{
width: 800px;
height: 60px;
margin: auto;
}

.footerleft{
width:226px;
height:60px;
float: left;
padding: 10px;
text-align: left;
}

.footerright{
width:226px;
height:60px;
float: left;
padding: 10px;
text-align: right;
}

.footercenter{
width:286px;
height:60px;
float: left;
padding: 10px;
text-align: center;
}

/* Navigation */

.navigation{
width: 808px;
margin: auto;
height: 44px;
float: left;
margin-top: 21px;
margin-bottom: 23px;
}

/* Navigation Rollovers */ 

a.home{
	position:relative;
	float: left;
	background: url('../images/home.jpg') 0 0 no-repeat;
	width: 171px;
	height: 44px;
	overflow: hidden; 	
}

a:hover.home{
	background-position: 0 -44px;
}

a.funfairs{
	position:relative;
	float: left;
	background: url('../images/funfairs.jpg') 0 0 no-repeat;
	width: 188px;
	height: 44px;
	overflow: hidden; 	
}

a:hover.funfairs{
	background-position: 0 -44px;
}

a.events{
	position:relative;
	float: left;
	background: url('../images/events.jpg') 0 0 no-repeat;
	width: 165px;
	height: 44px;
	overflow: hidden; 	
}

a:hover.events{
	background-position: 0 -44px;
}

a.gallery{
	position:relative;
	float: left;
	background: url('../images/gallery.jpg') 0 0 no-repeat;
	width: 181px;
	height: 44px;
	overflow: hidden; 	
}

a:hover.gallery{
	background-position: 0 -44px;
}

a.contact{
	position:relative;
	float: left;
	background: url('../images/contact.jpg') 0 0 no-repeat;
	width: 95px;
	height: 44px;
	overflow: hidden; 	
}

a:hover.contact{
	background-position: 0 -44px;
}
 
