/*========================
Styles for 'four trees' website
==========================*/

 {
	border: solid;
}

body {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(./images/blue_grad.gif) repeat-y top left;
}

#container
{
	width: 100%;
	max-width: 100%;
	text-align: center;
	color: #000;
	line-height: 1.4;
	background: inherit;
	margin: 0;
	padding: 0;
}

#index #centre_content {
	width: 600px;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	background: white;
}

a {
	text-decoration: underline; 
	font-weight: bold; 
	color: #3C28A0;
}

a img {
	border: none;
}

a.mailto {
	background: url(./images/email.png) no-repeat 100% 50%;
	padding:0 20px 0 0;
}

h1, h2 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

h1 {
	font-size: 24px;
	color: #DC0A14;
}

h2 {
	font-size: 20px;
	color: #3C28A0;
}

#tree_count {
	float: right;
	padding: 20px 0 0 20px ;
}

.logo {
	text-align: center;
}

.logo img{
	padding: 0px 20px;
}

#sub_head {
	padding: 0;
}



/*

	font-family: Verdana, Tahoma, 'Trebuchet MS', Helvetica, Geneva, Arial, sans-serif;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-family: 'Comic Sans MS', cursive;
	font-family: 'Courier New', Courier, monospace;
	font-family: 'Arial Black', Impact, fantasy;

*/
