/*=====Global====*/

body {
	font-size: 0.8em;
	font-family: arial;
	color: rgb(54,54,54);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: rgb(171,98,62) url(../images/back.jpg) repeat;
	}
	
a:link {
	color: #7e1809;
	text-decoration: underline;
}
a:visited {
	color: #7e1809;
	text-decoration: underline;
}
a:hover {
	color: #76482e;
	text-decoration: none;
}
a:active {
	color: #7e1809;
	text-decoration: underline;
}
	
#wrapper {
	background: url(../images/wrap-back.jpg) repeat-x;
	margin: 0;
	padding: 1px 0 0 0;
	min-height: 768px;
	}
	
body#main #container {
	height:726px;
	width: 962px;
	background: url(../images/main-cont-back.jpg) no-repeat;
	padding: 1px 0 0 0;
	margin: 0 auto;
	}
	
body#internal #container {
	height:726px;
	width: 962px;
	background: url(../images/cont-back.jpg) no-repeat;
	padding: 1px 0 0 0;
	margin: 0 auto;
	}
	
body#media #container {
	height:1049px;
	width: 962px;
	background: url(../images/media-back.jpg) no-repeat;
	padding: 1px 0 0 0;
	margin: 0 auto;
	}
	
body#media table td{
	vertical-align: top;
	padding: 8px;
	}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	}
	
#header {
	padding: 0;
	margin: 0;
	}

/*====Main Content======*/

h1 {
	font-size: 16pt;
	color: rgb(36,55,88);
	margin: 12px 0 0 0;
	padding: 0;
	}
	
h4 {
	color: rgb(36,55,88);
	margin: 0;
	padding: 0;
	}
	
#content-right {
	width: 490px;
	float: right;
	margin: 0 70px 0 0;
	padding: 1px 0 0 0;
	height:490px;
	}
	
body#internal #content-right {
	width: 550px;
	float: right;
	margin: 0 90px 0 0;
	padding: 1px 0 0 0;
	height:490px;
	}
	
body#media #content-right {
	width: 550px;
	float: right;
	
	margin: 0 90px 0 0;
	padding: 1px 0 0 0;
	height:804px;
	}
	
body#media #content-left, body#internal #content-left {
	float: left;
	width: 210px;
	padding: 0;
	margin: -5px 0 0 70px;
	}

body#main #content-left {
	float: left;
	margin: 0 0 0 80px;
	width: 123px;
	}

#testimonials {
	border-top: 2px solid rgb(36,55,88);
	padding-top:8px;
	height: 80px;
	}
	
#quotes {}

#author {
	margin-top:8px;
	font-weight: bold;
	}
	
#social {
	float: right;
	}
	
body#media #social, body#internal #social {
	margin: -35px 60px 0 0;
	}
	
#main #social {
	margin: 30px 0 0 0;
	}
	
#button {
	width: 300px;
	margin: 20px auto;
	}
	
img {
	border:0;
	}
	
a#book-button {
	float: left;
	display: block;
	width: 130px;
	height: 130px;
	margin-left: 80px;
	font-size: 0px;
	color: transparent;
	}

#book {
	font-size: 110%;
	text-align: center;
	}

#shipping {
	text-align: center;
	}

/* CSS for the scrollers */

	div.horizontal_scroller, div.vertical_scroller{
		position:relative;
		height:24px;
		width:550px;
		display:block;
		overflow:hidden;
		border-top: 3px solid rgb(36,55,88);
		border-bottom: 3px solid rgb(36,55,88);
		padding: 5px 0 3px 0;
		margin-top: 10px;
	}
	div.scrollingtext{
		position:absolute;
		white-space:nowrap;
		font-size:16px;
		font-weight:bold;
		color:#000000;
	}

	span.quote {
		margin: 0 10px;
		}

/*====footer======*/

#footer {
	color: white;
	margin: 1px auto 0 auto;
	padding: 1px 0 0 0;
	width: 800px;
	}
	
#footer a {
	color: white;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer #copyright {
	float: right;
	}

#footer ul, #footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
