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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	background-color: #333333;
	font-family: "Felix Titling";
	font-size: 90%;
}
 #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #D3D3D3;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	background-image: url(../Images/container_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
 #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/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 240px;
	width: 780px;
} 
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 211px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(../Images/container_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	margin-top: 0px;
	font-family: "Felix Titling";
	font-size: 24px;
	color: #000000;
	text-align: center;
	background-color: #D0D0D0;
	font-weight: bold;
}
 #mainContent {
	font-family: "Felix Titling";
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 211px;
	padding-top: 20;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent p1 {
	font-size: 22px;
	font-family: "Script MT Bold";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#maincontent p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h1 {
	font-family: "Felix Titling";
	font-size: 20px;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
 #footer {
	background-image: url(../Images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 120px;
	width: 780px;
	float: left;
	font-family: "Felix Titling";
	font-size: 12px;
	color:#FFFFFF; 
	text-align: left;
	vertical-align: baseline;
	padding-right: 50;
} 
.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 #innercontainer {
	background-image: url(../Images/main_r14_c4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
