/* CSS Document */

.subtitle_text {
	font-weight:bolder;
	color: #000000;
	/*background-color: #ff6633;*/
	margin:0px;
	/*background: url(http://www.tomholdermark.co.uk/images/stripey-block.gif);*/
	background: url(http://www.tomholdermark.co.uk/AFD/images/white-line.gif);
}

.footer_text {
	font-weight:bold;
	color: #333333;
	background-color: #ff6633;
	margin:0px;
	/*background: url(http://www.tomholdermark.co.uk/images/stripey-block.gif);
	background: url(http://www.tomholdermark.co.uk/images/title-bar-background2.gif);*/
	background: url(http://www.tomholdermark.co.uk/images/stripey-bar.gif);
}

body{
	background-color: #468b3f;
	background: url(http://www.tomholdermark.co.uk/AFD/images/grass.jpg);
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:white;
	font-weight:bold;
	margin:0px;
}

a{
color: white;
text-decoration:underline;
}

a:hover{
text-decoration: none;
background-color: #ff0000;
/*background-image: url('images/stripey-block.gif')*/

}

#splash{
position: absolute;
background-color: red;
margin: 50% 0px 0px 50%;
left: -279px;
top: -82px;
} 

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
	
.image {
	border: 3px solid #000000;
}
  