@charset "utf-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #B72E2F;
	background-image: url(../images/page.gif);
	background-repeat: no-repeat;
	background-color: #B72E2F;
	font-family: "Comic Sans MS";
}
h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}


.twoColFixLt #container {
	text-align: left;
	margin: 0;
}
.twoColFixLt #sidebar1 {
	width: 162px;
	padding: 0px;
	margin: 0px;
}
.twoColFixLt #mainContentScrl {
	top: 23px;
	left: 162px;
	position: absolute;
	height: 375px;
	width: 559px;
	margin: 0;
	padding: 0;
	overflow: scroll;
}
.twoColFixLt #mainContentScrl h4 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #mainContentScrl p {
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #mainContent {
	top: 23px;
	left: 163px;
	position: absolute;
	height: 375px;
	width: 559px;
	margin: 0;
	padding: 0;
}
.twoColFixLt #mainContent h4 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #mainContent p {
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #mainContent #back   {
	left: 0px;
	position: absolute;
	bottom: 0px;
}
.twoColFixLt #mainContent #next {
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.twoColFixLt #mainContent #imgRight {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #B82C30;
}
.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;
}
.titles {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.centre_img {
	padding-top: 10px;
	padding-left: 30px;
}
.centre_img2 {
	padding-left: 150px;
	padding-top: 10px;
}

