/*******
Style Sheet
Designed by Dave Kramer
**********/


/******* Default Body Atributes ***********/
body { 
color: #000000; background-color: #242922;
background-attachment: fixed }

  :link { color: #827F29 }  /* for unvisited links */
  :visited { color: #827F29 } /* for visited links */
  a:active { color: #B24B4B } /* when link is clicked */
  a:hover { color: #B24B4B } /* when mouse is over link */

/**** End Of Default Body Atributes *******/





/****** Text Sizes And Colors **********/


.title-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 82px;
	font-weight: bold;
	line-height: 70px;
	color: #FFFFFF;
}
.title-sub-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: .14em;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 0.1em;
}
.sub-head {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: .1em;
}

