@charset "UTF-8";
body  {
	font: 70% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	line-height: 150%;
	background-image: url(images/BackgroundV2.gif);
	background-repeat: repeat-x;
}

h1{
}

h2{
	margin: -5px 0 0 0;
}

h3{
}

a {
	border: 0;
}

a img {
	border: 0;
}

.twoColFixRtHdr #container {
	width: 1024px;
	margin: 15px auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	background: #000;
	padding: 0;
	background-image: url(images/The-Freddy-Home-Banner-v2.jpg);
	background-repeat: no-repeat;
	height: 300px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 290px;
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 330px 20px 0;
	padding: 0 25px;
} 
.twoColFixRtHdr #footer {
	background:#000;
	height: 250px;
	background-image: url(images/Footer-BG.png);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
}
.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;
}

#footerBox1{
	width: 300px;
	display: block;	
	float: left;
	margin: 16px;
	padding: 10px;
}

#footerBox2{
	width: 300px;
	display: block;
	float: right;
	position: relative;
	margin: 16px 0 16px 0;
	padding: 10px;
}

#footerBox3{
	width: 300px;
	display: block;
	float: right;
	position: relative;
	margin: 16px;
	padding: 10px;
}