/*  
Master CSS

(c) www.bradleymason.co.uk/web
	
------------
TEXT
----------*/

body, bodytext, td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif, "trebuchet MS";
	font-size: 70%;
	letter-spacing: 0.01em;
	line-height: 1.3em;
	color: #444444;
}

.white {
	color: #ffffff;
}


h1, .bold {
	font-size: 1.0em;
	line-height: 0.9em;
	letter-spacing: 0em;
	margin: 0px;
	padding: 0px;
	}
	
h2, .title {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 1.1em;
}

h3, .header {
	font-size: 1.5em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #888888;
	}

p {
	margin: 0px;
	padding: 0px;

}

.caption {
	font-size: 0.9em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.topmenutext {
	font-size: 0.9em;
	color: #999999;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;	
	}
	


A.topmenutext:link, A.topmenutext:visited, A.topmenutext:active {
	text-decoration: none;	
	color: #888888;
}

A.topmenutext:hover {
	text-decoration: underlined;
	color: #333333;
}
	
	
.red {
	color: red;
	}
	
.contentpic {
	 margin: 10px 20px 10px 20px;
 }
 
 
 A.gallerylink:link, A.gallerylink:visited, A.gallerylink:active {
	text-decoration: none;	
	color: #999;
}

A.gallerylink:hover {
	text-decoration: none;	
	color: #333;