@charset "UTF-8";
body  {
	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;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	background-color: #999;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	position: relative;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FDDA00;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	clear: none;
	font-size: small;
	color: #333;
	font-weight: normal;
}
sidebar_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	position: relative;
	width: 510px;
	clear: none;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFF;
	height: inherit;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	color: #FFF;
} 
.twoColFixLtHdr #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;
}
#container #mainContent .twoColFixLtHdr {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	color: #000;
	font-weight: bold;
}
#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FDDA00;
	font-size: medium;
	font-weight: bold;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}
#container #footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333;
	text-align: left;
}
#totally_rocking p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}
#container #footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
.twoColFixLtHdr #container #footer p {
	text-align: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #000;
}
first_paragraph {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
#container #sidebar1 h3 {
	color: #333;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
}
#h1 {
	color: #000;
	font-weight: bold;
}
h1 {
	font-weight: bold;
}
#container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
faith {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	font-style: italic;
	color: #FDDA00;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	font-weight: normal;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000;
}
.boldtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
}
