body {font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	background-color:#214A7B;
	color:white;
	text-align: center;
	}

table 
{
	vertical-align:top;
	text-align:center;
	}

h1, h2, h3, h5 {color:black;}
h4 {color:White;}
h6 {color:Yellow;}

h1 {
	font-size: 1.6em;
	font-weight: normal;

}
h2 {
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .5em;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
}

h6 {
	font-size: 1.0em;
	font-weight: bold;
}

p  {
    margin: 2em 0;
    line-height:1.4;
}
a {
	text-decoration:underline;
	color:white;
	
}
a:visited 
{
	color: inherit;}
	
a:link {
	text-decoration:underline;
	color:white;
}

#header 
	{ height:200px;
		}

#footer
{
	clear:both;
	color:#fff;
	padding:20px 3% ;
	text-align: center;
}	
	
#content
{
	text-align: center; 
}

#content table 
{
	margin:0 auto o auto;
}

#content td 
{
	background-color:transparent;
	background-repeat: no-repeat;
	background-position:  100% ;
}

.sport_rowing
{
	background-image:url(images/rowing.jpg); 
	text-align: right;
	vertical-align:top;
	padding: 10 10;		
	width:300px;		
	border-style:outset;
	border-bottom-width:thick;
}

.sport_equine {
	background-image:url(images/riding.jpg); 
	text-align: left;
	vertical-align:top;
	padding: 10 0 0 10;
	width:300px;		
	border-style:outset;
	border-bottom-width:thick;
}

	 
.sport_other1
{
	background-image:url(images/cycling.jpg) ;
	text-align:left;
	vertical-align: bottom;
	width:300px;		
	border-style:outset;
	border-bottom-width:thick;
}
.sport_other2
{
	background-image:url(images/tennis.jpg); 
	text-align: right;
	vertical-align:top;
	padding: 10 10;		
	width:300px;		
	border-style:outset;
	border-bottom-width:thick;
}

#contactForm 
{
	}