@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-color: #330012;
	background-repeat: no-repeat;
	background-position: center top;
}
a  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #005600;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	color:#CC0000;
	font-weight:bold;
	text-align: center;
}

.twoColFixLt #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	margin-right: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
}
.twoColFixLt #mainContent {
	font-size: medium;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F9FBFA;
	background-repeat: no-repeat;
	background-position: center top;
	width: 790px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
} 
#topMenu  {
	
}
.background  {
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	height: 456px;
	width: 770px;
	float: left;
	background-image: url(../images/Bearthooths3.jpg);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}
.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;
}

.twoColFixLt #container #mainContent {
	font-size: larger;
}
#footer {
	background-color: #C6E7FF;
	height: 35px;
	width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	
}
#guestbook {
	width: 700px;
	float: left;
	
}
/*.twoColFixLt #container #mainContent .style10 {
	font-size: large;
}*/
.mainContent_medium  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	size:10px;
	font-size: medium;
}

table {
	border-collapse: collapse;
	background-color: #EDFEE0;
}
td {
   empty-cells: show;
}
form {
  padding: 0;
  margin: 0;
}
.twoColFixLt #container #mainContent .mainContent_medium b {
	color: #0000cc;
}
.twoColFixLt #container #mainContent div .PageTitles {
	font-size: 18px;
}
.tickets {
	font-size: 18px;
}
.bigger {
	font-size: 24px;
}
