﻿@charset "utf-8";
#video-box {
	padding: 5px;
	width: 425px;
	margin-top: 10px;
}

.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* CSS Document */

body  {
	background: #FFFFFF;
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #19767B;
}
a:hover {
	text-decoration: underline;
	color: #800000;
}

#container  {
	width: 1000px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */;
	background: #FFFFFF;
	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. */
}


#container2  {
	width: 1250px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */;
	background: #FFFFFF;
	margin: 0 auto;
/*USED FOR OTHER BOOKS the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */
}


#banner  {
	height: 125px;
}
#banner img {
		margin-top: 2px;
}

h1    {
	margin: 0;
/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0;
/* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Verdana, Arial, sans-serif;
	font-size: x-large;
	line-height: 110%;
	color: #000080;
	text-align: center;
}
h2 {
	margin: 0;
/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0 0px 0;
/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, sans-serif;
	font-size: large;
	line-height: 110%;
	color: #000080;
	text-align: center;
}
h3 {
	margin: 0;
/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0;
/* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	line-height: 110%;
	color: #000080;
	text-align: center;
}
h4 {
	margin: 0px;
	padding: 10px 10px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 110%;
	text-decoration: none;
	color: #000080;
	text-align: left;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 100%;
	color: #41513C;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0%;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0;
	padding-bottom: 0px;
}

p {
	border: medium #515851;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000000;
}

.headings-tight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 10px;
	font-weight: bold;
	color: #41513C;
	margin-bottom: -10px;
}
li {
	line-height: 24px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}



.nav {
	background-image: url(../navbarimages/silverbar.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	height: 27px;
	padding-left: 15px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.nav  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav  li {
	display: inline;
}
.nav  ul  li  a {
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 90%;
	color: #263025;
	font-weight: normal;
	border: thin none #000000;
	font-family: Verdana, Arial, sans-serif;
}
.nav   ul   li   a:hover {
	color: #F8FFFF;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

#footer  {
	padding: 0;
	background-repeat: repeat-x;
	height: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background-color: #9BA698;
	color: #000;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#free-photos {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.table-ads {
	margin-right: auto;
	margin-left: auto;
}
blockquote {
	margin-top: -20px;
}
.ads-centered {
	text-align: center;
	width: 533px;
	padding-right: 10px;
	padding-left: 5px;
}
.left15 {
	margin-left: 15px;
}
#footerright {
	background-repeat: repeat-x;
	height: 36px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	float: right;
	text-align: right;
	width: 500px;
}
#footerleft {
	background-repeat: repeat-x;
	height: 36px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	float: left;
	text-align: left;
	width: 400px;
}

.copyright {
	font-family: Verdana, Arial, sans-serif;
}

.pcentretext {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	text-decoration: none;
}

.imgright {
	 /* float to right, must precede the element it should be next to */
	 float:right;
	 margin-left:8px;
	 margin-right: 5px;
	 }

.pLRindent {
	margin-left: 30px;
	margin-right: 50px;
}

