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

#sstar
{
	margin-left: 40px;
	margin-top:	 30px;
	height:		   150px;	
	position:	   relative;		 
}

.sstar_text
{
	left:		 250px;
	top: 		 10px;
	width:	 65%;
	position: absolute;
}

@font-face {
    font-family: CloisterBlackLight;
    src: url('../fonts/cloisterblack-webfont.eot');
    src: url('../fonts/cloisterblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cloisterblack-webfont.woff') format('woff'),
         url('../fonts/cloisterblack-webfont.ttf') format('truetype'),
         url('../fonts/cloisterblack-webfont.svg#CloisterBlackLight') format('svg');
    font-weight: normal;
    font-style: normal;
		
}

.firstltr
{
 font-family: CloisterBlackLight, sans-serif;
 font-size: 420%;
 line-height: 1.3em;
 margin-top: -20px;
 margin-bottom: -20px;
 float: left;
}

#before_text
{
	margin-left: 50px;
	margin-top:	 70px;
	width:		   50%;
	position:	   relative;
}

.before_pic
{
	left:		 470px;
	top:		 -35px;
	position: absolute;
}

.before_cap
{
	left:		 600px;
	top:		 190px;
	position:	absolute;
}

#after_text
{
	margin-top:	 70px;
	text-align:	 center;
}	

#after_pic
{
	text-align: center;
}

#after_pic img
{
	border:	solid black;
}

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

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

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

