body{
	font-family: Georgia, times, serif;
	color: #342f20;
	font-size: .75em;	
	background: #f7f2ef;
	margin: 0px;
	padding: 0px;
}
#head{
 	margin: 0 auto;
  position: relative;
  height: 440px;
 	text-align: left;
	background: #191317 url('/img/night-sky-repeat.jpg') repeat-x bottom left;
/*
	background: #342f20;
*/
}
#head_wrap{
	position: relative;
  height: 440px;
 	text-align: left;
	background: url('/img/night-sky.jpg') no-repeat bottom left;
	padding: 0px 10px 0px 10px;
}
.snail{
	width: 280px;
	position: absolute;
	left: 62%;
	top: 324px;
	padding: 0 0 0 20px;
}
.snail .reach{
	width: 280px;
}
#content{
  position: relative;
	margin: 0px 0 0 8%;
  width: 53%;
 	text-align: left;
 	padding: 20px 10px 10px 10px;
}
#foot {
	background-color: #191317;
	border-top: 1px solid #1E1B11;
  position: absolute;
  width: 100%;
  height: 400px;
 	text-align: center;
 	padding: 5px 0 0 0;
 	color: #d0c9af;
	font-size: 1.5em;

}
.listless{
	margin: 10px 0 0 0;
	padding: 0px;
	list-style-type: none;
}
.listless li {
	margin-bottom: 10px;
}
hr{
	margin: 2px 0 20px 0;
	border: 1px solid #fff;
}
h1 {
	font-size: 3em;
	font-family: Georgia, times, serif;
	margin: 0;
	color: #fff;
	padding-top: 130px;
	font-weight: normal;
	font-style: italic;
	margin-left: 8%;
}
h1 a{
	text-decoration: none;
	color: #fff;
	padding: 2px 0 2px 0;
}
h1 a:hover{
	color: #fff;
}
h2 {
	font-size: 3em;
	margin: 0;
	display: block;
	font-weight: normal;
}
h3{
	font-size: 1.8em;
	font-weight: normal;
}
p + h3{
	margin: 40px 0 0 0;
	padding: 0;
}
p + h2{
	margin-top: 40px;
}
h4{
	margin: 20px 0 0 0;
	font-weight: bold
}
h4 + p{
	margin: 0;
}
p{
	font-size: 1.25em;
	z-index: 10;
}
.fine{
	font-size: .75em;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}
p img{
	float: left;
	padding: 4px;
	border: 1px solid #c2c2c2;
	margin: 0 10px 10px 0px;
}
p + p { text-indent:2em; margin-top: 1.5em; }
form p + p  { text-indent: 0; } /* Don't want this in forms. */
   
.alt { 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}
blockquote{
	font-size: 1.6em;
	line-height: 1.4em;
	color: #555;
	font-style: italic;
}
.quote, .quoteright{
	font-family: Georgia, times, serif;
	color: #d2d2d2;
	line-height: 3em;
	font-size: 11em;
}
.quote{
	float: left;
	margin-top: -57px;
}
.quoteright{
	float: right;
	margin: -317px 0 0 -80px;
}
.LTwrapper{
	width: 200px;
	margin-left: 30px;
}
.LTheader, .LTprovided, object{
	display: none;
}

.LTitem{
	display: block;
	clear: both;
	margin: 0 0 10px 0;
}
.LTitem img{
	float: left;
	margin: 0 10px 20px 0;
	height: 50px;
}

/*Forms*/
#email{
	margin: 30px 0 40px 180px;
}
label{
	float: left;
	width: 70px;
}
input{
	border: 1px solid #c2c2c2;
	padding: 4px;
}
input.text{
	width: 200px;
}

.button{
	margin: 10px 0 0 250px;
}