/************************************************************************************
 Global CSS for Bonnieview Farm
 ***********************************************************************************/
 
html, body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: black;
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
}


div#main_content{
	position: relative;
    width: 897px;
    top: 10px;
    font-family: Arial, Georgia, Helvetica,sans-serif;
	font-size: 15px;
	text-align: left;
}

img.floatRight {
	float: right;
	margin: 0px 0px 15px 15px;
}


div#header {
	position: relative;
	z-index: 1;
	top: 14px;
}

div#logo {
	position: relative;
	z-index: 1;
	right: 45px;
}

img {
	border: none;
	vertical-align: text-bottom;	
	margin: 0 0 0 0;
}


H1 { 
	font-style: bold; 
	color: #3e6836;
	font-size: 32px;
	font-family: Arial, Georgia, Helvetica,  sans-serif;
}

H2,.head2 { 
	font-weight: bold;
	color: #db7521;
	font-size: 22px;
	font-family: Georgia, Helvetica, Arial, sans-serif;
}


A, A:visited, A:active {
	font-weight: bold;
	text-decoration: none;
	color: #3e6836;
}




 