/* Basic CSS with resets*/

*{
  margin: 0;
	padding: 0;
  }

html{
  overflow-y: scroll;
	}

body{
	font: 62.5% Helvetica, sans-serif;
	/*background-color:#9F7018;*/
	background-color:#B27C1A;
	}

ul{
  list-style: none inside;
	}

p, a{
  font-size: 14px;
	line-height: 24px;
	margin-bottom: 22px;
	font-weight:600;
  letter-spacing:0px;
  color:#B27C1A;
	}
h1{
  color:#fff;
	}
h3{
  color:#fff;
	letter-spacing:-.5px;
  line-height:19px;
	font-size:14px;
	font-weight:600;
	margin-bottom:1px;
	}
h3 a:link, a:hover, a:visited, a:active{
  color:#fff;
	}
a{
  outline: none;
	text-decoration:none;
	}
a:hover{
  text-decoration:underline;
	}
a img{
  border: none;
	}

.text-center{
  text-align: center;
	}
/* end reset */

/* Toolbox */
.floatleft{
  float: left;
	}
.floatright{
  float: right;
	}
.clear{
  clear: both;
	}

/* Page */

#page-wrap{
  width: 845px;
	margin: 0 auto;
	padding:0;
	}
img#header{
  margin-bottom:30px;
	}
#content-wrapper{
  font-family:"Lucida Sans Unicode","Lucida Grande",Arial;
	font-size:12px;
  background-color:#6C0202;
	min-height:500px;
	text-align:center;
	padding-bottom:40px;
	margin-bottom:40px;
}
.titles{
  text-align:center;
	margin:30px 0px 20px 0px;
	}
div.quote{
  padding:40px 100px 30px 100px;
  font-family:"palatino linotype",georgia,"Times Roman";
	text-align:left;
	}
div.quote p{
	font-weight:400;
	font-size:14px;
	line-height:20px;
	letter-spacing:.5px;
  color:#fff;
}
div.quote .quote-uppercase{
  text-transform: uppercase;
	}
div.quote .quoter{
  font-style:italic;
	color:#B27C1A;
	font-size:12px;
	font-weight:600;
	}
.contact-lindsay{
  position:absolute;
	width:265px;
	height:71px;
	top:40px;
	left:650px;
	background:url(/images/contact-lindsay.jpg) no-repeat;
}
.contact-lindsay-bottom{
  margin:0 auto;
  margin-top:40px;
  text-align:center;
	width:265px;
	height:71px;
	background:url(/images/contact-lindsay.jpg) no-repeat;
}
.contact-lindsay:hover, .contact-lindsay-bottom:hover{
	background:url(/images/contact-lindsay-hover.jpg) no-repeat;
}
.preload-img{
  display:none;
	}
.audio-clip{
  text-align:center;
	}
.credits, .credits a:link, .credits a:visited{
  color:#D39624;
text-align:center;
	font-weight:normal;
	font-size:14px;
	}
.credits a:hover{
  text-decoration:underline;
	}