* {
	margin:0;
	padding:0;
}
body {
	background-image:url("/images/headerbg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#727d34;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
#wrapper {
	width:960px;
	margin:auto;
	position:relative;
} 
#header {
	width:960px;
	height:259px;
}
#tshirt {
	position:absolute;
	width:300px;
	height:144px;
	top:57px;
	left:8px;
}
#navigation {
	width:960px;
	height:49px;
}

.myBorder
{
    border-bottom: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-right: darkgray 1px solid;
}


.submenu a {
	width:98px;
	height:32px;
	background:url("/images/overview.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.submenu a:hover {
	background:url("/images/overviewhover.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
        



.home a {
	width:120px;
	height:50px;
	background:url("/images/home.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.home a:hover {
	background:url("/images/homehover.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.event a {
	width:120px;
	height:50px;
	background:url("/images/event.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	color: white;
}
.event a:hover, .event .selected {
	background:url("/images/eventhover.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	color: white;
}

.theroutes a {
	width:120px;
	height:50px;
	background:url("/images/theroutes.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.theroutes a:hover, .theroutes .selected {
	background:url("/images/therouteshover.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}

.shop a {
	width:120px;
	height:50px;
	background:url("/images/shop.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.shop a:hover, .shop .selected {
	background:url("/images/shophover.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}



.register a {
	width:120px;
	height:50px;
	background:url("/images/register.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.register a:hover {
	background:url("/images/registerhover.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.charities a {
	width:120px;
	height:50px;
	background:url("/images/charities.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.charities a:hover {
	background:url("/images/charitieshover.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}


.travel a {
	width:120px;
	height:50px;
	background:url("/images/travel.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.travel a:hover {
	background:url("/images/travelhover.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.sponsors a {
	width:120px;
	height:50px;
	background:url("/images/sponsors.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.sponsors a:hover {
	background:url("/images/sponsorshover.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.contact a {
	width:120px;
	height:50px;
	background:url("/images/contact.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.contact a:hover {
	background:url("/images/contacthover.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}


#contentwrapper {
	width:952px;
	margin-left:4px;
	margin-top:10px;
	position:relative;
}
#leftside {
	float:left;
	width:641px;
}
#leftcontentarea {
	width:631px;
	min-height:473px;
	background:url("/images/contentbg.jpg");
	background-position:top left;
	background-repeat:repeat-y;
	padding-left:5px;
}
#lefttext {
	padding-left:15px;
	padding-top:5px;
	padding-right:15px;
	color:#24110f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
h1,h2,h3,h4 {
	color:#a01f22;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
}
#lefttext b {
	color:#727d34;
}
#lefttext a, #lefttext a:visited {
	color:#ce2129;
	text-decoration:none;
}
#lefttext a:hover {
	text-decoration:underline;
}

#rightside a, #rightside a:visited {
	color:#ce2129;
	text-decoration:none;
}
#rightside a:hover {
	text-decoration:underline;
}

#rightside {
	float:left;
	width:311px;
}
#anniversary {
	width:311px;
	height:94px;
}
#registerbtn {
	width:311px;
	height:47px;
	margin-top:10px;
}
#registrations {
	width:311px;
	height:48px;
	margin-top:10px;
}
#newsletterarea {
	width:311px;
	height:80px;
	margin-top:10px;
	background:url("/images/emailbg.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
#emailsubmit {
	padding-top:30px;
	padding-left:8px;
}
.rightcontentarea {
	width:311px;
	
	background-position:top left;
	background-repeat:repeat-y;
}
.rightheading {
	padding-top:15px;
	color:#576023;
	font-weight:bold;
	font-style:italic;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background:url("/images/sponsorbghead.jpg");
}
.rightcontent {
	width:292px;
 padding-left:8px;	
 padding-right:11px;	
	background:url("/images/sponsorbgmain.jpg");
}
#footer {
	width:100%;
	clear:both;
	height:169px;
	background:url("/images/footer.jpg");
	background-position:center;
	background-repeat:no-repeat;
}

#slider
{ 
    width: 295px;
    height: 295px;
    z-index: 3;
    
 }
 
 .sliderdiv
{
    width: 295px;
    height: 295px;
    margin-top: 0px;
    margin-right: 0px;
    z-index: 3;
}

.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}


