html {
	width: 100%;
	background-color: #1b7fe5;
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;
	
}
body {
	width: 100%;
	background-color: #1b7fe5;
	padding: 0px;
	margin: 0px;
}
div#mainholder {
	width: 747px;
	clear:both;
}
div#firstmessage {
	width: 747px;
	clear:both;
	float: left;
	letter-spacing: 0px;
}
div#firstmessage h1{
	width: 747px;
	font-family: arial;
	font-size: 12px;
	float: left;
	color: white;
	text-align: right;
}
div#content {
	width: 747px;
	float: left;
	clear:both;
	background-color: white;
	

}
div#actualcontent {
	width: 747px;
	float: left;
}
div#topsection {
	width: 747px;
	float: left;
	clear:both;
}
div#headingpics {
	width: 737px;
	height: 131px;
	float:left;
	margin-top: 5px;
	margin-left: 5px;
}
/*Slide Show Styles */
#slideshow {
    position:relative;
    height:131px;
	width: 737px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	width: 737px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/* Slideshow END */

/*** Navigation Menu Styles ***/
div#navigation {
	width: 747px;
	height: 33px;
	float: left;
	clear:both;
	margin-top: 5px;
	background-image:url(../graphics/navigation/vangrad.gif);
	background-repeat: repeat-x;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-right:	1px solid #fff;
	padding: 		.75em 1em;
	text-decoration:none;
	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			white;
}
.sf-menu li {
	background-image:url(../graphics/navigation/vangrad.gif);
	background-repeat: repeat-x;
	font-family: verdana, arial;
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.sf-menu li li {
	background-image:url(../graphics/navigation/vangradmen.gif);
	background-repeat: repeat-x;
	font-family: verdana, arial;
	font-size: 13px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.sf-menu li li a{
	text-decoration: none;
	border-right: none;
}
.sf-menu li li li {
	background-image:url(../graphics/navigation/vangradmenmen.gif);
	background-repeat: repeat-x;
	font-family: verdana, arial;
	font-size: 13px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-image:url(../graphics/navigation/vangrad.gif);
	background-repeat: repeat-x;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../graphics/navigation/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../graphics/navigation/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*Navigation Menu Ends*/
div#maincontentsection {
	width: 747px;
	float:left;
	clear:both;
}
/* Two Col Structure */
div#twocolstructure {
	width: 737px;
	float: left;
	margin-left: 15px;
}
div#onecolstructure {
	width: 737px;
	float: left;
	margin-left: 15px;
}
div#twocolstructure_results {
	width: 737px;
	float: left;
	margin-left: 10px;
}
div#leftcol_one {
	width: 450px;
	float: left;
}
div#leftcol_one_col {
	width: 717px;
	float: left;
}
div#leftcol_result {
	width: 727px;
	float: left;
}
.charityitem {
	width: 717px;
	float: left;
	clear:both;
}
.charityleft {
	width: 500px;
	float: left;
}
.charityright {
	width: 200px;
	float: left;
}
.charityimage {
	width: 200px;
	float: left;
	margin-left: 10px;
}
div#rightcol_one {
	width: 250px;
	float: left;
	margin-left: 12px;
	margin-top: 20px;
}
div#rightcol_one h2{
	font-family: verdana, arial;
	font-size: 14px;
	color: #1963af;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	clear:both;
}
div#paragraph {
	width: 100%;
	float: left;
	clear:both;
}
div#paragraph h2{
	font-family: verdana, arial;
	font-size: 18px;
	color: #1963af;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div#paragraph h3{
	font-family: verdana, arial;
	font-size: 14px;
	color: #1963af;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	clear:both;
}

div#paragraph p{
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
	text-align: left;
	margin-top: 5px;
	padding-top: 0px;
	letter-spacing: -0.5px;
	text-align: left;
}
div#paragraph ul{
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
	text-align: left;
}
div#paragraph li{
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
	text-align: left;
}
div#paragraph table{
	width: 717px;
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	color: #494949;
}

div#paragraph td{
	padding: 10px;
}
div#paragraph td a{
	background-image:url(../graphics/navigation/vangrad.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding: 5px;
		
}
div#paragraph td a:hover{
	background-image:url(../graphics/navigation/vangradmenmen.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding: 5px;
		
}
.paragraph {
	width: 100%;
	float: left;
	clear:both;
}
.paragraph h2{
	font-family: verdana, arial;
	font-size: 18px;
	color: #1963af;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.paragraph h3{
	font-family: verdana, arial;
	font-size: 14px;
	color: #1963af;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	clear:both;
}

.paragraph p{
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
	text-align: left;
	margin-top: 5px;
	padding-top: 0px;
	letter-spacing: -0.5px;
	text-align: left;
}
.paragraph ul{
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
	text-align: left;
}
.paragraph li{
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
	text-align: left;
}
div#paragraph_result {
	width: 100%;
	float: left;
	clear:both;
}
div#paragraph_result h2{
	font-family: verdana, arial;
	font-size: 18px;
	color: #1963af;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
div#paragraph_result h3{
	font-family: verdana, arial;
	font-size: 14px;
	color: #1963af;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	clear:both;
}

div#paragraph_result p{
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
	text-align: left;
	margin-top: 5px;
	padding-top: 0px;
	letter-spacing: -0.5px;
	text-align: left;
}
div#addresssection {
	width: 450px;
	float: left;
	clear:both;
}
div#addresssection p{
	font-family: verdana, arial;
	color: #474747;
	text-align: right;
	letter-spacing: -0.5px;
}
div#featuredsponsers {
	width: 450px;
	float: left;
	clear:both;
	margin-top: 15px;
}
div#featuredsponsers h2{
	font-family: verdana, arial;
	font-size: 18px;
	color: #1963af;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
div#mytriathlon {
	width: 204px;
	height: 100px;
	float: left;
	margin-left: 5px;
}
div#mywetsuihire {
	width: 205px;
	height: 102px;
	float: left;
}
div#charityimage {
	width: 240px;
	height: 73px;
	float:left;
	clear:both;
	margin-left: -2px;
	margin-top: 8px;
}
div#district {
	width: 413px;
	height: 105px;
	float: left;
	clear:both;
	margin-left: 8px;
	margin-top: 5px;
}
div#sponsorimages {
	width: 450px;
	float: left;
	clear:both;
	margin-top: 10px;
}
div#hughes {
	width: 213px;
	height: 103px;
	float: left;
}
div#quickbuttons {
	width: 260px;
	float: left;
	margin-left: 10px;
}
div#entertattontriathlonnow {
	width: 234px;
	height: 50px;
	float: left;
	clear:both;
	margin-left: 2px;
}
div#racevideos {
	width: 76px;
	height: 50px;
	float: left;
	clear:both;
	margin-left: 2px;
	margin-top: 2px;
}
div#racephotos {
	width: 76px;
	height: 50px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
}
div#raceresults {
	width: 76px;
	height: 50px;
	float: left;
	margin-left: 3px;
	margin-top: 2px;
}
div#charityvideo {
	width: 235px;
	height: 226px;
	float: left;
	clear:both;
	margin-left: 2px;
	margin-top: 8px;
}
div#testimonials {
	width: 250px;
	float: left;
	clear:both;
	margin-left: 5px;
	
}
div#testiheading h2{
	width: 250px;
	float: left;
	clear:both;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding:0px;
	font-family: verdana, arial;
	font-size: 18px;
	color: #1963af;
	text-align: left;

}
div#testitop {
	width: 250px;
	height: 14px;
	float: left;
	background-image: url(../graphics/home/testimonials/testtop.gif);
	background-repeat: no-repeat;
	background-color: white;
}
div#testibody {
	width: 250px;
	float: left;
	clear:both;
	background-image:url(../graphics/home/testimonials/testbody.gif);
	background-repeat: repeat-y;
	padding-left: 9px;
}
div#testicontent {
	width: 230px;
	float: left;
	clear:both;
}
div#testicontent p {
	font-family: verdana, arial;
	color: #474747;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	
}
.ptestis {
	margin-bottom: 50px;
}
.plast {
	margin-bottom: 35px;
}

div#testibottom {
	width: 250px;
	height: 14px;
	float: left;
	clear:both;
	background-image:url(../graphics/home/testimonials/testbottom.gif);
	background-repeat: no-repeat;
}
div#myfirsttriathlon_button {
	width: 120px;
	height: 30px;
	float: right;
	clear:both;
}
div#myfirsttriathlon_button a{
	width: 160px;
	height: 25px;
	float: right;
	clear:both;
	background-image:url(../graphics/navigation/vangrad.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
}
div#myfirsttriathlon_button a:hover{
	width: 160px;
	height: 25px;
	float: right;
	clear:both;
	background-image:url(../graphics/navigation/vangradmenmen.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
}
.myfirsttriathlon_button {
	width: 120px;
	height: 30px;
	float: right;
	clear:both;
}
.myfirsttriathlon_button a{
	width: 160px;
	height: 25px;
	float: right;
	clear:both;
	background-image:url(../graphics/navigation/vangrad.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
}
.myfirsttriathlon_button a:hover{
	width: 160px;
	height: 25px;
	float: right;
	clear:both;
	background-image:url(../graphics/navigation/vangradmenmen.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
}
div#myfirsttriathlon_button_two {
	width: 120px;
	height: 30px;
	float: right;
	clear:both;
}
div#myfirsttriathlon_button_two a{
	width: 160px;
	height: 25px;
	float: right;
	clear:both;
	background-image:url(../graphics/navigation/vangrad.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
}
div#myfirsttriathlon_button_two a:hover{
	width: 160px;
	height: 25px;
	float: right;
	clear:both;
	background-image:url(../graphics/navigation/vangradmenmen.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
}
div#britishtriathlon_button a{
	width: 160px;
	height: 25px;
	float: right;
	clear:both;
	background-image:url(../graphics/navigation/vangrad.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
}
div#britishtriathlon_button a:hover{
	width: 160px;
	height: 25px;
	float: right;
	clear:both;
	background-image:url(../graphics/navigation/vangradmenmen.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
}
div#directions_button a{
	width: 160px;
	height: 25px;
	float: right;
	clear:both;
	background-image:url(../graphics/navigation/vangrad.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
}
div#directions_button a:hover{
	width: 160px;
	height: 25px;
	float: right;
	clear:both;
	background-image:url(../graphics/navigation/vangradmenmen.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
}
div#racedistances_table {
	width: 450px;
	float: left;
	clear:both;
	margin-bottom: 10px;
}
div#racedistances_table table{
	width: 450px;
	font-family: verdana, arial;
	font-size: 13px;
	font-weight:normal;
	border-collapse: collapse;
	color: #124880; 
}
div#racedistances_table tr {
	border: 1px solid #1860aa;
}
div#racedistances_table td.dark {
	background-color: #a8c5f3;
	border: 1px solid #1860aa;
	padding: 5px;
}
div#racedistances_table td.light {
	background-color: #d7e3f6;
	border: 1px solid #1860aa;
	padding: 5px;
}
.charity_seperator {
	width: 717px;
	height: 20px;
	float: left;
	clear:both;
	background-color: white;
	color: #474747;
	border-bottom: 1px solid #474747;
	margin-bottom: 10px;
}
div#traveltable {
	width: 250px;
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	text-align: left;
	color: #474747;
	letter-spacing: -1px;
}
div#traveltable table{
	width: 200px;
}
div#traveltable td {
	padding: 2px;
}
div#formcontrol_name {
	width: 450px;
	float: left;
	clear:both;
	margin-bottom: 10px;
}
div#formlabel_name {
	width: 110px;
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
	text-align: right;
	padding-top: 2px;
	font-weight: bold;
}
div#formcontrol_text_name {
	width: 240px;
	float: left;
	margin-left: 10px;
}
div#formcontrol_text_name input{
	width: 240px;
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
}
div#formcontrol_email {
	width: 450px;
	float: left;
	clear:both;
	margin-bottom: 10px;
}
div#formlabel_email {
	width: 110px;
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
	text-align: right;
	padding-top: 2px;
	font-weight: bold;
}
div#formcontrol_text_email {
	width: 240px;
	float: left;
	margin-left: 10px;
}
div#formcontrol_text_email input{
	width: 240px;
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
}
div#formcontrol_tel {
	width: 450px;
	float: left;
	clear:both;
	margin-bottom: 10px;
}
div#formlabel_tel {
	width: 110px;
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
	text-align: right;
	padding-top: 2px;
	font-weight: bold;
}
div#formcontrol_text_tel {
	width: 240px;
	float: left;
	margin-left: 10px;
}
div#formcontrol_text_tel input{
	width: 240px;
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
}
div#formcontrol_subject {
	width: 450px;
	float: left;
	clear:both;
	margin-bottom: 10px;
}
div#formlabel_subject {
	width: 110px;
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
	text-align: right;
	padding-top: 2px;
	font-weight: bold;
}
div#formcontrol_text_subject {
	width: 240px;
	float: left;
	margin-left: 10px;
}
div#formcontrol_text_subject select{
	width: 240px;
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
}
div#formcontrol_message {
	width: 450px;
	float: left;
	clear:both;
	margin-bottom: 10px;
}
div#formlabel_message {
	width: 110px;
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
	text-align: right;
	padding-top: 2px;
	font-weight: bold;
}
div#formcontrol_text_message {
	width: 240px;
	float: left;
	margin-left: 10px;
}
div#formcontrol_text_message textarea{
	width: 240px;
	height: 140px;
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	color: #474747;
}
div#contact_form {
	width: 450px;
	float: left;
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#mytriathlon_logo {
	width: 234px;
	height: 116px;
	float: left;
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#mywetsuithire_logo {
	width: 234px;
	height: 116px;
	float: left;
	clear:both;
	
	margin-bottom: 10px;
}
div#rightside_image {
	width: 244px;
	height: 141px;
	float: left;
	clear:both;
	margin-left: 12px;
}
div#rightside_image_two {
	width: 244px;
	height: 141px;
	float: left;
	clear:both;
	margin-left: 12px;
	margin-top: 10px;
}
div#rightside_image_three {
	width: 244px;
	height: 141px;
	float: left;
	clear:both;
	margin-left: 12px;
	margin-top: 10px;
}
div#bikecourse_button a{
	width: 160px;
	height: 25px;
	float: left;
	clear:both;
	background-image:url(../graphics/navigation/vangrad.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
	margin-bottom: 8px;
}
div#bikecourse_button a:hover{
	width: 160px;
	height: 25px;
	float: left;
	clear:both;
	background-image:url(../graphics/navigation/vangradmenmen.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
	margin-bottom: 8px;
}
div#copyrightandlinks {
	width: 747px;
	clear:both;
}
div#copyrightinfo {
	width: 300px;
	float: left;
	font-family: verdana, arial;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color: white;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
div#srmlink {
	width: 300px;
	float: right;
	font-family: verdana, arial;
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	color: white;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
div#srmlink a{
	font-family: verdana, arial;
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
div#srmlink a:hover{
	text-decoration: underline;
}
div#general_button a{
	width: 160px;
	height: 25px;
	float: left;
	clear:both;
	background-image:url(../graphics/navigation/vangrad.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
}
div#general_button a:hover{
	width: 160px;
	height: 25px;
	float: left;
	clear:both;
	background-image:url(../graphics/navigation/vangradmenmen.gif);
	background-repeat: repeat-x; 
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1;
	color: white;
	text-decoration: none;
	padding-top: 8px;
}
/* Event Map */
div#map {
	width: 658px;
	height: 821px;
	float: left;
	clear:both;
	background-image:url(../graphics/series/backdrop.gif);
	background-repeat: no-repeat;
	margin-left: 30px;
}
div#buttonyorkshire {
	width: 163px;
	height: 45px;
	float: right;
	clear:both;
	margin-top: 450px;
	margin-right: 20px;
}
div#buttonyorkshire a{
	width: 163px;
	height: 45px;
	float: right;
	clear:both;
	background-image:url(../graphics/series/yorkshire.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: none;
}
div#buttonyorkshire a:hover{
	width: 163px;
	height: 45px;
	float: right;
	clear:both;
	background-image:url(../graphics/series/yorkshire.png);
	background-repeat: no-repeat;
	background-position: 0px -49px;
	outline: none;
}
div#buttoncheshire {
	width: 163px;
	height: 45px;
	float: right;
	clear:both;
	margin-right: 80px;
	
}
div#buttoncheshire a{
	width: 163px;
	height: 45px;
	float: right;
	clear:both;
	background-image:url(../graphics/series/cheshire.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: none;
}
div#buttoncheshire a:hover{
	width: 163px;
	height: 45px;
	float: right;
	clear:both;
	background-image:url(../graphics/series/cheshire.png);
	background-repeat: no-repeat;
	background-position: 0px -49px;
	outline: none;
}
div#buttonbelvoir {
	width: 163px;
	height: 45px;
	float: right;
	clear:both;
}
div#buttonbelvoir a{
	width: 163px;
	height: 45px;
	float: right;
	clear:both;
	background-image:url(../graphics/series/belvoir.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: none;
}
div#buttonbelvoir a:hover{
	width: 163px;
	height: 45px;
	float: right;
	clear:both;
	background-image:url(../graphics/series/belvoir.png);
	background-repeat: no-repeat;
	background-position: 0px -49px;
	outline: none;
}
div#buttonbirmingham {
	width: 163px;
	height: 45px;
	float: right;
	clear:both;
	margin-right: 40px;
}
div#buttonbirmingham a{
	width: 163px;
	height: 45px;
	float: right;
	clear:both;
	background-image:url(../graphics/series/birmingham.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: none;
}
div#buttonbirmingham a:hover{
	width: 163px;
	height: 45px;
	float: right;
	clear:both;
	background-image:url(../graphics/series/birmingham.png);
	background-repeat: no-repeat;
	background-position: 0px -49px;
	outline: none;
}

