/* CSS Document */

*{margin:0;padding:0;}

@page { size 8.5in 11in; margin: 2cm }

#link {
page-break-after: avoid;
clear:both;
}

body {
text-align:center; /* for IE */
font-family: Arial, Helvetica, sans-serif;
color:#000;
background-color:#000000;
}

#wrapper {
width:800px;
margin:0 auto;
text-align:left;
background: #ffffff;
}

/* Header */

#header {
width:800px;
height:120px;
background: url(/images/head_background.gif) repeat-x;
}

#headercontainer {
	margin:0 0 1px 0;
	width:800px;
	height:120px;
}

	#headercontainer h1 {
	float: left;
	width: 376px;
	height:120px;
	margin:0;
	background: transparent url(/images/header_logo.jpg) no-repeat;
	text-indent: -9999px;
	}
	
	#headercontainer h2 {
	float: right;
	width: 350px;
	height:120px;
	margin:0;
	background: transparent url(/images/header_tagline.jpg) no-repeat;
	text-indent: -9999px;
	}
	
/* Content */

#content {
width:800px;
margin:5px 0;
page-break-before: avoid;
clear:both;
}

	#content h2{
	color:#990000;
	line-height:26px;
	font-size:28px;
	margin-bottom:10px;
	}
	
	
	#content h3{
	color:#0666AE;
	line-height:20px;
	font-size:20px;
	margin:10px 0 30px 50px;
	font-style:italic;
	}

	
	#content p {
	margin-bottom:10px;
	color:#000000;
	font-size:16px;
	line-height:16px;
	}

.italics{
font-style: italic;
}

.tannertop{
float:left;
margin:5px 0;
padding:10px 20px;
}

.image {
float:left;
width:300px; 
margin:0 10px 10px 0;
border: 1px solid #e8e8e8;
}


.image p{
font-size:14px !important;
text-align:center !important;
}

.tannertop a{
color:#0666AE;
font-weight:bold;
}

.tannertop a:hover{
color:#990000;
font-weight:bold;
}

.book1{
float:left;
margin:10px 0;
}

.book1 h2{
text-align:center !important;
padding-bottom:20px;
}

.book1 p{
width:450px;
font-size:16px !important;
padding-left:50px;
}

.clear{
clear:both;
}

.homepagedata.left{
width:236px; 
text-align: center;
float:right;
margin-left:10px;
margin-right:20px;
}

.homepagedata.left img {
display: block;
margin: 0 auto;
padding-bottom: 5px;
border:none;
}

#footer {
clear:both;
width:800px;
height:150px;
background: url(/images/footer.gif) repeat-x;
}

#footer p{
font-size:12px;
padding-top:10px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
}

#footer h2 {
	margin:20px auto 0 auto;
	width: 161px;
	height: 18px;
    background: transparent url(/images/quinncom.gif) no-repeat;
	}
	
	#footer h2 a {
	width: 161px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	}
	
	#footer h2 a:hover {
	background: none;
	}
	
.buy a{
width:125px;
height:32px;
float:right;
background: url(/images/button.jpg) no-repeat;
display: block;
text-indent: -9999px;
}
	
.buy a:hover {
background-position:0px -32px;
}

.home a{
padding-top:7px;
color:#0666AE;
width:125px;
height:25px;
float:right;
background: url(/images/homebutton.jpg) no-repeat;
display: block;
text-indent: -180px;
text-decoration:none;
font-weight:bold;
}
	
.home a:hover {
background-position:0px -32px;
}

.testimonial a{
padding-top:7px;
color:#0666AE;
width:180px;
height:25px;
float:right;
background: url(/images/testimonials.jpg) no-repeat;
display: block;
text-indent: -240px;
text-decoration:none;
font-weight:bold;
}
	
.testimonial a:hover {
background-position:0px -32px;
}
.sig {
float:right;
font-weight:bold;
font-style:italic;
color:#333333;
}

#footer a{
font-size:12px;
color:#fc4040;
font-weight:bold;
text-decoration:none;
}

#footer a:hover{
color:#000000;
 background:#ffffff;
 }


	
	

