/* ------------------------------------- 
   - CSS style sheet for screen layout -
   -------------------------------------
   - Created by Dan Bielaski           -
   -------------------------------------
   - Website: shooting-star-farm.com   -
   ------------------------------------- */

#aboutusbody
{
	margin-left: 30px;
	margin-top:	 30px;
	width:		 90%;
}	

#aboutusbody a
{ 
	color: #000099;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #007;
}

#aboutusbody a:hover
{ 
  border-bottom: 1px solid #900;
	color: #900;
}


#about_us_divider 
{ 
	background: transparent url(../images/about/about_us.gif) no-repeat scroll 0%;
  width: 350px;
  height: 38px;
	margin-left: 240px;
	margin-top:	 40px;
}

#about_our_farm_divider 
{ 
	background: transparent url(../images/about/about_our_farm.gif) no-repeat scroll 0%;
  width: 350px;
  height: 38px;
	margin-left: 240px;
	margin-top:	 40px;
}

#peggy
{
	float: left;
	width: 370px;
	border-right: 1px dashed #666666;
	padding-right: 10px;
}

#dan
{
	float: right;
	width: 360px;
}

.phead 
{
	background: url(../images/about/peggy.gif) top left no-repeat;
	font-weight: bold;
	font-size: 210%;
	color: #660000;
	border: none;
	padding: 2px 0 0 50px;
	margin-left: 20px;
	margin-top: 0;
}

.dhead 
{
	background: url(../images/about/dan.gif) top left no-repeat;
	font-weight: bold;
	font-size: 210%;
	color: #660000;
	border: none;
	padding: 2px 0 0 50px;
	margin-left: 20px;
	margin-top: 0;
}

img.floatpic 
{
	float: left;
	margin: 2px 10px 10px 5px;
}

p.clear
{
  clear:both;
	margin:0;
	padding:0;
}

#farmbody
{
	margin-left: 30px;
	margin-top:	 10px;
	width:		 95%;
}

#farmbody a
{ 
	color: #000099;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #007;
}

#farmbody a:hover
{ 
	border-bottom: 1px solid #900;
	color: #900;
}	