@charset "UTF-8";
/* CSS Document */

/* Birtch Farms*/

/* Global CSS Properties */

/* CLEAR BROWSER DEFAULT PADDING AND MARGIN */

* {
	margin:0px;
	padding:0px;
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg.gif);
	background-position: center top;
	background-color: #BA272E;
	background-repeat: repeat-y;
	font-size: 12px;
	color: #4EAB65;
	line-height: 17px;
	}
	
a:link,
a:active,
a:visited {
	color: #BB0021;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	color: #95001A;
	}
ul {
	margin-left: 15px;
	margin-bottom: 12px;
}
h4 { margin-bottom:8px }

a img { border:none }


