body {
	background-image: url(images/sun-bg.jpg);
	background-repeat: no-repeat;
	background-color: #c11820;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #containerhome {
	width: 977px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #container {
	width: 977px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container-bg.jpg);
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* 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. */
	margin: 0px;
	height: 183px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	background-image: url(images/menu-below-content.jpg);
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 270px;
	padding: 0px;
} 
.twoColFixLtHdr #mainContent2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 270px;
	padding: 0px;
	background-image: url(images/content-bk.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	padding: 0px;
	margin: 0px;
	height: 127px;
} 
.twoColFixLtHdr #footer2 {
	padding: 0px;
	margin: 0px;
	height: 118px;
} 
.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;
}
.maincontenttext {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #000000;
}
h1{
	font-family: Tahoma, Arial;
	font-size: 20px;
	color: #000000;
}
h2{
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #c11820;
}
h3{
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}

h4 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #c11820;
}

.tableoutline {
	border: 1px solid #FFFFFF;
}
.countdownsmall {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #FFFFFF;
}
hr {
	border: 1px dashed #666666;
}
a {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #c11820;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
#MySpamTrap {display: none;}