body {
	margin: 0;
	padding: 0;
	font-size: 88%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.6em;
}
.calendartextwhite {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}


h1 {
	text-transform: uppercase;
	font-size: 2.2em;
	color: #B22000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B22000;
	padding-bottom: 16px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B22000;
	padding-top: 16px;
	background-image: url(images/heading1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 0px;
	padding-left: 60px;
}

h2 {
	text-transform: uppercase;
	font-size: 2.2em;
	color: #B22000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B22000;
	padding-bottom: 16px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B22000;
	padding-top: 16px;
	background-image: url(images/heading2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 0px;
	padding-left: 60px;
}

.h1gray {
	color: #4A4A4A;
}

h3 {
	text-transform: uppercase;
	font-size: 2.2em;
	color: #B22000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B22000;
	padding-bottom: 16px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B22000;
	padding-top: 16px;
	background-image: url(images/heading3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 0px;
	padding-left: 80px;
}

h4 {
	text-transform: uppercase;
	font-size: 2.2em;
	color: #B22000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B22000;
	padding-bottom: 16px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B22000;
	padding-top: 16px;
	background-image: url(images/heading4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 0px;
	padding-left: 60px;
}

h5 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

h6 {
	font-size: 1.8em;
	text-transform: lowercase;
	color: #4A4A4A;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.red {
	color: #B22000;
}


blockquote {
	font-style: italic;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #B22000;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#indexvideo {
	padding-left: 30px;
}

a:active, a:focus { 
	outline: 0 
} 
a {
	color: #B22000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

/* Header */

#header {
	width: 960px;
	height: 297px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* Page */

#page {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
}

/* Content */

#content {
	float: left;
	width: 600px;
}
#contentwide {
	float: left;
	width: 960px;
}

.frame {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.text {
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
	padding: 0px;
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
}

#sidebar h6 {
	font-family: "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 30px;
	background-image: url(images/sidebarheading.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
}
.number {
	background-color: #B22000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #404040;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


#sidebar a {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	height: 100px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
}
#bottom {
	height: 108px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	clear: both;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.bottombox {
	margin-left: 20px;
	margin-right: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}



#footer p {
	text-align: center;
	font-size: small;
	color: #999999;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	color: #999999;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.inputform {
	padding: 2px;
	width: 400px;
	margin-bottom: 6px;
	font-size: small;
	border: 1px solid #404040;
}
#top {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.cart {
	float: left;
}
tr {
	vertical-align: top;
}

#shoppingcart {
	background-image: url(images/cart.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 60px;
	padding-left: 70px;
	margin-bottom: 10px;
}
.bullet {
	padding-right: 6px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bookthumb {
	float: left;
	padding-right: 10px;
	padding-bottom: 50px;
}
.thumb {
	padding: 2px;
	float: left;
	margin-right: 10px;
	border: 1px solid #404040;
}
#calendar {
	height: 250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.calendartext {
	font-size: x-small;
}
