@charset "utf-8";
body  {
	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-repeat: repeat;
	background-color: #FFF;
	background-image: url(images/palebg.png);
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr #container {
	width: 820px;
	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;
	color: #FFF;
	background-image: url(images/main_r2_c1.png);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/palebg.png);
	background-repeat: repeat;
	height: 139px;
} 
#HeaderInsert {
	color: #FFF;
	background-image: url(images/header_color_train_paper2.png);
	background-repeat: no-repeat;
	height: 139px;
	font-family: "Comic Sans MS", cursive;
	font-size: .9em;
	text-align: right;
	padding-top: 20px;
	padding-right: 50px;
}
#HeaderInsert  a:link {
	color: #3FF;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#HeaderInsert  a:visited {
	color: #3FF;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#HeaderInsert  a:hover {
	color: #FC9;
	text-decoration: underline;
	background-image: url(images/spacer.gif);
}

.Bubble {
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
	background-image: url(images/Page%201.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 58px;
	width: 166px;
	padding-top: 5px;
	font-size: 16px;
}

.thrColFixHdr #header 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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/spacer.gif);
	background-repeat: repeat;
	color: #FFF;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 28px;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	padding-bottom: 20px;
}
#mainContent h2 {
	font-family: "Comic Sans MS", cursive;
	color: #0C6;
	font-size: 1em;
	background-image: url(images/spacer.gif);
	background-repeat: repeat;
	text-align: center;
}
#mainContent  a:link {
	color: #3FF;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#mainContent  a:visited {
	color: #3FF;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#mainContent  a:hover {
	color: #FC9;
	text-decoration: underline;
	background-image: url(images/spacer.gif);
}


.Bubble a:link {
	color: #FFF;
	text-decoration: none;
	background-image: url(images/spacer.gif);

}
.Bubble a:visited {
	color: #FFF;
	text-decoration: none;
	background-image: url(images/spacer.gif);

}
.Bubble a:hover {
	color: #FF9;
	text-decoration: underline;
	background-image: url(images/spacer.gif);
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 1px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/spacer.gif);
	background-repeat: repeat;
	color: #FFF;
	padding-top: 50px;
	padding-right: 55px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#Credits {
	font-family: "Comic Sans MS", cursive;
	color: #000;
	background-image: url(images/scrap.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 108px;
	background-position: center;
	font-size: 10px;
}
#Credits p {
	padding-top: 34px;
	margin-top: 5px;
}
#Credits p a:link {
	color: #036;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#Credits p a:visited {
	color: #036;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}

#Credits p a:hover {
	color: #900;
	text-decoration: underline;
	background-image: url(images/spacer.gif);
}


.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 205px;
	padding-top: 0;
	padding-right: 130px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Comic Sans MS", "Tekton Pro", fantasy;
	font-size: 0.9em;
	background-image: url(images/rightsidetumble100.png);
	background-repeat: repeat-y;
	background-position: right 0px;
} 
#mainContent p {

}
#sidebar2 img {
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 12px;
}

.thrColFixHdr #footer {
	padding: 0;
	background-image: url(images/palebg.png);
	height: 72px;
} 
.thrColFixHdr #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 */
}
.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;
}
#VideoScrap {
	color: #930;
	background-image: url(images/videoscrap.png);
	font-family: "Comic Sans MS", cursive;
	background-repeat: no-repeat;
	text-align: center;
	height: 100px;
	width: 100%;
	font-size: .9em;
	padding-top: 40px;
}
#VideoScrap a:link {
	color: #930;
	text-decoration: none;
	background-image: url(images/spacer.gif);
	font-weight: bold;
	line-height: 90%;
}
#VideoScrap a:visited {
	color: #930;
	text-decoration: none;
	background-image: url(images/spacer.gif);
	font-weight: bold;
	line-height: 90%;
}
#VideoScrap a:hover {
	color: #F00;
	text-decoration: underline;
	background-image: url(images/spacer.gif);
	font-weight: bold;
	line-height: 90%;
}
li {
	list-style-image: url(images/smileybullet.png);
}

