body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #C4CC96;
	text-align: center;
}
#header {
	text-align: left;
	width: 853px;
	margin: auto;
	background-image: url(images/grassBladesSky.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 178px;
	padding: 0px;
}
#content {
	text-align: left;
	width: 811px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #BACA9D;
	margin-top: 2px;
	border-top: 0px solid #A5AF7A;
	border-right: 1px solid #A5AF7A;
	border-bottom: 1px solid #A5AF7A;
	border-left: 1px solid #A5AF7A;
	padding: 10px 20px 20px;
	background-image: url(images/bladeReflect.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	line-height: 24px;
	min-height:600px;
}
#content strong {
	color: #996600;
}
.photoLeft {
	padding-right: 15px;
	float: left;
	padding-top: 5px;
}
#footer {
	text-align: left;
	width: 811px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #406C10;
	border-top: 1px solid #88AC47;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #88AC47;
	padding: 10px 20px 7px;
	color: #003300;
	margin: 10px auto auto;
}

h2 {
	font-size: 18px;
	color: #666600;
	font-weight: bold;
}
#header li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
	list-style-image: none;
	list-style-type: none;
	width: 125px;
	display: inline;
	margin: 1px;
	padding: 3px 10px;
	border-top: 0px solid #DBDDC3;
	border-right: 1px solid #DBDDC3;
	border-bottom: 0px solid #DBDDC3;
	border-left: 0px solid #DBDDC3;
}
#logo {
	float: left;
	width: 325px;
	height: 110px;
	padding-top: 20px;
	padding-left: 20px;
}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #8C7300;
}
#header a:link {
	color: #006600;
	text-decoration: none;
}
#header a {
	text-decoration: none;
}
#header ul {
	float: right;
	margin-top: 27px;
}
#header a:visited {
	color: #006600;
}
#header a:hover {
	color: #8C7300;
}
#footer a {
	color: #003300;
}
#footer a:visited {
	color: #003300;
}
#footer a:hover {
	color: #003300;
}

td {
	vertical-align:top;
	}

h1 {
	color: #003300;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
}
#content .callout th {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #996600;
	font-weight: bold;
	line-height: 27px;
}

table.callout {
	background:url(images/calloutBg.jpg);
	position:relative;
	padding:5px;
	width:260px;
	border:1px solid #fff;
	}

table.callout td {
	background:url(images/calloutBg.jpg);
	}
	
	
	/*border for all the pictures on the site*/
.genericPicture
{ 
    border-style:solid;
    border-width:7px;
    border-color:White;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=gray,offX=-5,offY=5, positive=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=gray,offX=-5,offY=5, positive=true)";
    -moz-box-shadow:-5px 5px 5px gray;
    -webkit-box-shadow:-5px 5px 5px gray;
    box-shadow:-5px 5px 5px gray;
}

#aboutPicture
{
    margin-top:55px; 
}
 
#tipsPicture
{
    float:right;
    margin-right:280px;
}



#squaresFaqPic
{
    float:right;
    margin:40px;
}

#closeupFaq
{
    float:left;
    margin-right:10px;
}
