/*******************DIVS**********************************************/

html, body {
margin: 0 auto;
padding: 0;
border: none;
background-image: url(images/bkg.gif);
text-align: center;
}

#id000 {
margin: 0 auto;
margin-top: 20px;
text-align: center;
width: 820px;
background-image: url(images/bkg2.gif);
background-position: center;
background-repeat: repeat-y;
}
#id001 {
margin-left: 0 auto;
margin-right: 0 auto;
text-align: center;
width: 820px;
background-image: url(images/bkg2.gif);
background-position: center;
background-repeat: repeat-y;
}
#id002 {
margin 0 auto;
text-align: center;
width: 820px;
height: 35px;
background-image: url(images/bse.gif);
background-repeat: no-repeat;
background-position: top;
background-position: center;
}
#nav1 {
width: 820px;
height: 35px;
text-align: center;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
line-height: 30px;
text-decoration: none;
outline: none;
}
#nav2 {
width: 820px;
height: 30px;
text-align: center;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
line-height: 20px;
text-decoration: none;
outline: none;
}

/*******************TEXT**********************************************/


ul li {
list-style: none;
display: inline;
padding: 10px;
}

.heading {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
text-align: center;
color: #990000;
}
.strapline {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 11px;
}
.events {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
text-align: left;
}
.body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding-left: 180px;
padding-right: 170px;
line-height: 18px;
text-align: left;
}
.sub {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 11px;
}
.contact {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}



/*******************BUTTONS********************************************/

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

.buttn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #0033CC;
}
a.buttn:link {
	text-decoration: none;
	outline: none;
	color: #0033CC;
}
a.buttn:visited {
	text-decoration: none;
	outline: none;
	color: #0033CC;
}
a.buttn:hover {
	text-decoration: underline;
	color: #000000;
	outline: none;
}
a.buttn:active {
	text-decoration: underline;
	color: #000000;
	outline: none;
}
