/*

	Author: Stuart Hendren
	Author URI: http://stuarthendren.net

*/

/************************************************
*	Body style			
* old colour background-color: #d8e6f7;         *
************************************************/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

/************************************************
*	Background image 			                *
************************************************/

body {
	background-color: #1e7265;
	background-image: url(img/backgroundv2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/************************************************
*	Title style				                    *
************************************************/

#title {
	color: #000000;
	font-size: 14px
}
	
a.home, a.home:visited, a.home:hover {
	font-weight: normal;
	color: #000000;
	font-size: 14px
}

/************************************************
*	Main style		                            *
************************************************/

#main {
	/* position:relative;
	z-index:1;
	 background-image: url(img/back.gif); 
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: top; */
	height: 100%;
	font-family: Georgia, Didot, Times, serif;
}

/************************************************
*	Link style				                    *
************************************************/


a, a:visited, a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

/************************************************
*	Text style				                    *
************************************************/


.content { font-size: 12px; }



/************************************************
*	Image					                    *
************************************************/

img {
  border: none;
  }

