/****************************************/
/* Title: Liz Emery			 			*/
/* Created by: Will Bentley				*/
/* Website: www.will-bentley.co.uk		*/
/* Date: 28/02/09						*/
/****************************************/

/* Website Colours
Light grey:			#d0d0dd;
Green:				#609a00;
Normal Text:		#343434;
Top, Right, Bottom, LEft
 End website colours */
 /***** START Normalise CSS Rules *****/

body,A,img,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td
{ 
	padding: 	0px 0px 0px 0px;
	margin:		0px 0px 0px 0px;
}
img,fieldset
{
	border:none;
}
/***** END Normalise CSS Rules *****/
body 
 {
	background: #909090;
	background-image:url('images/bg.jpg');
	background-repeat: repeat;
	 font-size:1.0em;
	 font-family: "Garamond";
 }
 
.Header {
	margin: 0px 30px 0px 30px; 
 } 
.Header img {
	height: 100px;	
	margin: 0px 30px 0px 0px; 
 }
.content {
	width: 1100px;
	margin:30px auto 0px auto;
	padding: 4px auto 0px auto;
/*	background: #ffffff;*/
	background: #dfdfdf;
background-image: url('images/background.gif');
background-repeat: no-repeat;
background-attachment:relative;
background-position: bottom left;


}
.Frontcontent {
	text-align: center;
	margin:4px auto 0px auto;
	padding: 4px auto 0px auto;

}
.FrontSpacer {
	width: 140px; /* important*/
	float:left;
	clear:right;
}
.frontlink {
	width: 120px;	/* Same as frontlink p width	*/
	float: left;	/* Important */
	clear:right;	/* Important */
	padding: 0px 40px 0px 40px
}

.frontlink a {
	display:block;
	height: 370px;
	text-decoration: none;
	color: #343434;		
}
.frontlink a:hover {
	background: #609a00;
	background-color: #609a00;
	color: white;
}
.frontlink span {
	display:block;
	text-align: center;
	font-weight: 600;
	font-style: italic;
	font-size:1.4em;
}
.frontlink img {
	width: 120px;
}
.footer {
	color: #609a00;	
	font-size:0.8em;	
	clear: both; 
}
.Thumbs {
	width: 340px;	
	text-align: left;
	float:left;
}
.Thumbs img {
	width: 90px;
	margin: 0px 0px 3px 3px;
	border: 3px solid #909090;
}

.GallImage {
	width: 0px; /* Must Be same as image width below*/	
	background: #ffffff;	
	text-align: center;
	float: left;
	vertical-align: middle; 
}
.GallImage A {
	width: 0px; /* Must Be same as image width below*/	
	background: #ffffff;	
	text-align: center;
	vertical-align: middle; 
}
.GallImage p {
	width: 0px; /* Must Be same as image width below*/	
	background: #ffffff;	
	text-align: center;
	text-decoration: underline;
	font-style: italic;
}
.GallImage img {
	width: 200px; /* Must Be same as image width below*/	
	background: #ffffff;
	text-align: center;
	margin: 10px 25px 10px 25px;
	float: left;
	vertical-align: middle; 
}
.PicInfo {
	float:left;
	width:260px;
	margin: 0px 6px 0px 10px;	
}
.PicInfo h1 {
	font-size: 1.4em;
	text-decoration: underline;
	font-family: "Bradley Hand ITC";
	font-style: italic;
}
.pageImage {
	float: right;
	clear: right;
	margin: 0px 10px 30px 0px;
}
.pageImage img {
	height: 250px;
	width: 200px;
	border: solid 2px #609a00;	
}
.pageText {
	float: left;
	width: 650px;
	margin: 0px 0px 0px 10px;	
	height: 450px;
	overflow: auto;

}
.navBar {
	float: left;
	clear: left;
	width: 150px;
}
.navBar A {
	background: #909090;
	color: black;
	display: block;
	text-align: left;
	font-weight: 600;
	font-style: italic;
	font-size:1.4em;
	width: 120px;
}
.navBar A:hover {
	background: #609a00;
	color: white;
	display: block;
	text-align: left;
	font-weight: 600;
	font-style: italic;
	font-size:1.4em;
	width: 120px;
}
.Loading {
	width: 35px;	
}
#humanForm img {
	height: 50px;
	width: 50px;
}
#humanForm {
	font-size: 0.8em; 	
}
#humanForm input {
	width: 20px;	
	margin: 12px;
}