@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #6d6969;
	text-align: center; 
	color: #000000;
	margin: 0px;
}
.header {
	text-align:left;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	width: 900px;
	height: 358px;
	
	padding-left: 70px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.header h1{
	padding-top: 65px;
	line-height:45px;
	font-size: 48px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans";
	margin: 0px;
	/*color: #78160d;*/
}
.header h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans";
}
.header h2, h3{
	color: #444444;
}
#home {
	background-image:url(backgrounds/header.jpg);
}
#buybook {
	background-image:url(backgrounds/header3.jpg);
}
#contact {
	background-image:url(backgrounds/header2.jpg);
}
#navigation {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	width: 940px;
	height: 55px;
	background-image:url(backgrounds/navigation.jpg);
	padding-left: 30px;
	margin-top: 0px;
}
#navigation ul {
	height: 25px;
	margin-top:0px;
	list-style: inside;
}
#navigation li {
	margin-top: 10px;
	display: inline-table;
	float: left;
	list-style:inside;
	margin-bottom:10px;
	
}
#navigation a {
	width: 100px;
	color: #999999;
	font-size: 20px;
	text-decoration:none;
	margin-right: 25px;
}
#navigation a:hover {
	text-decoration:underline;
	color: #333333;
}
#container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(backgrounds/slice.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 20px;
}
#container p{
	margin-top: 0px;
	padding-top: 15px;
}
#container h1,h2,h3 {
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans";
}
#container h2 {
	margin-top: 0px;
	padding-top: 15px;
}
#contentstable td {
	vertical-align: top;
}	
.oneColFixCtrHdr #footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 950px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(backgrounds/footer.jpg);
	height: 90px;
}
.sidebyside {
	float: left;
	width: 200px;
	border: thin #999999 solid;
	margin-right: 10px;
	padding:5px;
	text-align: center;
	margin-bottom: 10px;
}
.location {
	margin-bottom: 10px;
}
.clear {
	clear:both;
}
#info {
	width: 260px;
	float: left;
	clear: right;
	text-align: center;
	margin-top: 25px;
	margin-right: 10px;
}
#contents {
	float: left;
	width: 550px;
	margin-bottom: 10px;
}
.imageleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.imageright {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
#bottombar{
	width: 942px;
	padding-left: 15px;
	display: inline;
	padding-top: 27px;
	font-size:11px;
	float: left;
	color: #999999;
}
#bottombar a{
	color: #999999;
}
#bottombar a:hover{
	color:#333333;
}
#designed {
	float: left;
	width:365px;
}

#owner {
	float: left;
	text-align: right;
	width: 480px;
}	
ul {
	list-style: none;
	
} 
.terms {
	list-style: circle;
}