/* ------------------------------------- 
   - CSS style sheet for screen layout -
   -------------------------------------
   - Created by Dan Bielaski           -
   -------------------------------------
   - Website: shooting-star-farm.com   -
   ------------------------------------- */
	 
#intro
{
	margin-left: 100px;
	margin-top:	 20px;
	width:		 70%;
}	

em 
{ 
	font-style: normal; 
	text-decoration: underline;
}

#first, #third
{ 
	padding: 0 50px; 
	max-width: 900px; 
	margin: 0 auto; 
}

#first a, #second a, #third a, #fourth a
{ 
	color: #660000;
	background-color: inherit;
	font-weight: bold;
	font-size: 200%;
	text-decoration: none;
	border-bottom: 1px dotted #007;
}

#first a:hover, #second a:hover, #third a:hover, #fourth a:hover
{ 
	border-bottom: 1px solid #900;
	color: #000099;
}

#first ul, #second ul, #third ul, #fourth ul
{
 list-style-type: none; 
 margin-left: 20px;
 padding-left: 0;
}

#first ul.eddie li, #third ul.chubby li
{
 background: transparent url(../images/photos/rightarrow.gif) no-repeat;
 padding-left: 75px;
 padding-bottom: 10px; 
 margin-left: 370px;
}

#second ul.sol li, #fourth ul.views li
{
 background: transparent url(../images/photos/rightarrow.gif) no-repeat;
 padding-left: 75px;
 padding-bottom: 10px; 
 margin-left: 170px;
 margin-top: 30px;
}

img.divider 
{
	margin-left: 70px;
}

img.floatright 
{
	float: right;
	margin-top: 20px;
	padding-right: 120px;
	padding-bottom: 50px;
}

img.floatleft 
{
	float: left;
	margin: 4px 0 10px 25px;
}
