/************* body styles **************/
body { /* base font */
	font-size: 0.8em;
	background-color: #1a1a1a;
	color: #333333;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	background-image: url(images/backgrounds/lines.png);
	background-repeat: repeat;
	}
	
h1,h2,h3,h4,h5,h6 {
	line-height: normal;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	margin: 0px;
	color: #051E28;
	}
	
h1 {
	font-size: 1em;
}

h2 {
	font-size: 0.6em;
	margin: 0px;
	padding: 0px;
}	
	
abbr {
	cursor: help;
	}			

/************* link styles **************/	
a:link, a:visited {
	color: #FF6633;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	}

a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
	}
	
.ul-link a:link, .ul-link a:visited {	
    text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	color: #006699;
}

.ul-link a:hover, .ul-link a:active {	
    border-bottom-style: solid;
	color: #FF0000;
}


/************* #wrapper styles **************/
#wrapper {
	width: 760px;
	background-color: #000000;
	position: relative;
	left: 50%;
	margin-left: -380px;
	border: 0px solid #333333;
	}

/************* #header styles **************/	
#header {
	height: 95px;
	width: 760px;
	float: left;
	text-align: right;
	background-color: #000000;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	background-image: url(images/banners/Lewes%20Bonfire%20Celebrations.jpg);
	}
#main-image {
	height: 0px;
	width: 760px;
	float: left;
}



/************* #maincontent styles **************/
#mainContent {
	float: right;
	display: inline;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
#mainContent img a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#mainContent img a:hover {
	text-decoration: none;
}


	
#mainContent p {
	line-height: 1.5;
	padding-right: 20px;
	padding-left: 20px;
	}
	
#mainContent h1 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 2em;
	text-align: center;
	}

#mainContent h2 {
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	font-size: 1.6em;
	}

#mainContent h3 {
	font-size: 1.0em;
	font-weight: bold;
	}
	
#mainContent ul li {
	line-height: 1.5;
}

#mainContent ol li {
	line-height: 1.2;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 0.9em;
}

#mainContent p a:link, #mainContent p a:visited {	
    text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	color: #000000;
}

#mainContent p a:hover, #mainContent p a:active {	
    border-bottom-style: solid;
	color: #000000;
}

#mainContent ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 35px;
}

#mainContent ul a:link, #mainContent ul a:visited {	
    text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	color: #051E28;
}

#mainContent ul a:hover, #mainContent ul a:active {	
    border-bottom-style: solid;
	color: #000000;
}

/************* #sidebar styles **************/
#sideBar {
	float: left;
	display: inline;
	width: 153px;
	padding-right: 0px;
	padding-left: 15px;
	margin-top: 5px;
	clear: left;
	}
	
#sideBar ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	padding: 0px;
	}
	
#sideBar ul a {
	display: block;
	text-decoration: none;
	line-height: normal;
	height: auto;
	width: 131px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 0.9em;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	}

#sideBar ul a:hover {
	
	background-color: #1a1a1a;
	background-image: none;
	color: #FF6600;
	}
	
#sideBar h3 {
	font-weight: bold;
	padding-right: 10px;
	line-height: 2;
	margin: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #F4FCFF;
	background-color: #00CC00;
	text-decoration: underline;
	}		

/************* #footer styles **************/	
#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 730px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	}

#footer p {
	
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 0.9em;
	text-align: center;
	color: #FFFFFF;
	}

#footer a:link, #footer a:visited {
    text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

#footer a:hover, #footer a:active {
    border-bottom-style: solid;
	color: #FFFFFF;
}
.img1 {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.alignright {
	margin-right: 0px;
	text-align: right;
}

.alignright a:link, .alignright a:visited {	
    text-decoration: none;
	color: #FF0000;
}

.alignright a:hover, .alignright a:active {	
    border-bottom-style: solid;
	color: #00cc00;
}
#swap {
	float: left;
	width: 225px;
	padding-left: 20px;
}

.countdown {
	color: #FF0000;
}
