@charset "UTF-8";
body  {
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 20px;
} 
#navigation  {
	text-align: right;
	color: #999999;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 20px;
}
#navigation p {
	margin: 0px;
}
#navigation a {
	color: #999999;
}
#header  {
	padding-left: 20px;
	padding-top: 10px;
} 
#banner  {
	padding-left: 20px;
	border-right-width: 1px;
	padding-bottom: 20px;
	padding-top: 5px;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 6px;
	color: #333333;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #666666;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.index #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-right: 10px;
	padding-left: 20px;
	margin: 0px;
}
.index #sidebar1 table {
	margin-bottom: 10px;
}
.index #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-right: 20px;
	padding-left: 10px;
	margin: 0px;
}
.index #mainContent {
	margin-right: 340px;
	margin-left: 330px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
} 
.books #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFCC99;
	margin-left: 10px;
	margin-right: 20px;
	padding-right: 20px;
	height: 495px;
}
.books  #mainContent  {
	overflow: scroll;
	height: 500px;
	margin-left: 20px;
	border: 1px solid #999999;
}
.books #mainContent table {
	margin-bottom: 20px;
	width: 610px;
}
.gallery #mainContent {
	padding-right: 20px;
	padding-left: 20px;
	height: 600px;
}
.about #mainContent {
	margin-top: 0;
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.about #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 10px;
	background-color: #FFFFCC;
}
.store #container {
	background-color: #80aaaa;
	border: 5px solid #990000;
}
.store #container a {
	color: #333333;
}
.store  #mainContent {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-left: 20px;
	overflow: scroll;
	height: 600px;
	border: 2px solid #990000;
}
.store #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	margin-right: 20px;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 20px;
	margin-left: 20px;
}
.store #sidebar1 p {
	color: #333333;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p    {
	font-size: 9px;
	text-align: center;
	line-height: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	color: #666666;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#column1 {
	width: 200px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	float: left;
	height: 600px;
	padding-right: 10px;
}

