@charset "utf-8";
/* CSS Document */
/*March 2010 Styles Creek Productions*/

html,
body {
  
   padding:0;
   background-image:url(../images/bg.jpg);
   font-family:Arial, Helvetica, sans-serif;
 } 
  
  
h1 {
	font-size: 110%;
	color:#000000;
		
}
.textsidebanner {
	font-size: 120%;
	font-style: italic;
	color: #000000;
}
.hometext {
	text-align: left;
	font-size: 100%;
	color:#000000;
	margin-left: 0px;
	margin-top: 80px;
	
}
.maintext {
	text-align: left;
	font-size: 100%;
	color:#000000;
	margin-left: 0px;
	margin-top: 40px;
	
}
.listtext {
	font-size: 16px;
	list-style-position: outside;
	list-style-image: none;
	font-style: italic;
	list-style-type: none;
	line-height: normal;
	text-align: left;
}
/* used for links in main text */
.links_3 a {
	font-size: 100%;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	
}
.links_3 a:link{
	text-decoration: underline;
	color: #0000FF;
}
.links_3 a:visited {
	text-decoration: underline;
	color: #0000FF;
}
.links_3 a:hover {
	text-decoration: none;
	color: #0000FF;
}
.links_3 a:active {
	text-decoration: underline;
	color: #0000FF;
}

/* used for link to stylescreek */
.links_4 a {
	font-size: 75%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	
}
.links_4 a:link{
	text-decoration: none;
	
}
.links_4 a:visited {
	text-decoration: none;
	color: #000000;
}
.links_4 a:hover {
	text-decoration: underline;
	color: #000000;
}
.links_4 a:active {
	text-decoration: none;
	color: #000000;
}

.links_email a:link{
	text-decoration: underline;
	color:#000000;
}
.links_email a:visited {
	text-decoration: none;
	color: #666666;
}
.links_email a:hover {
	text-decoration: none;
	color: #333333;
}
.links_email a:active {
	text-decoration: none;
	color: #999999;
}

