.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;
}
.floatRight {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
body {
	background: #464646;
	background-image: url(../images/bkg.jpg);
	margin-top: 0;
	padding-top: 0;
}
body a {
	color: #0000FF;	
}

#container {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #3AB54B;
	background-color: #EBEBEB;
}
#maincontainer {
	background-color: #EBEBEB;
	height: auto;
	width: 750px;
}
#logo {
	background-image: url(../images/logo.jpg);
	height: 214px;
	width: 236px;
	position: absolute;
	top: 0px;

}
#banner {
	background-image: url(../images/banner2.jpg);
	height: 214px;
	width: 750px;
	margin-top: 0px;
	padding-top: 0px;
}
#bannerBottom {
	height: 35px;
	margin-left: 236px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	position: absolute;
	width: 500px;
	visibility: visible;
	margin-top: 140px;
	/* margin-top: 30px; */
}
#navi {
	font-size:0.8em;
	height: 25px;
	margin-left: 234px;
	background-color: #39B54A;
	margin-top: 95px;
	position: absolute;
	z-index: 10;
	width: 515px;
	/* margin-top: 95px; */
}
#navi ul {
	margin:0 0 0 30px;
}

#navi li {
	float:left;
	background-color:#39B54A;
	list-style: none;
	padding:0 6px;
	font-size: 16px;
	font-weight: bolder;
}
#navi a {
	text-decoration:none;
	color:#000000;
}
#navi a:hover {
	color:#FFFFFF;
}

#main {
	width: 520px;
	margin-left: 220px;
	border: 1px solid #39B54A;
	margin-bottom: 10px;
}
#mainContent {
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
}

#quote {
	background-image: url(../images/quote_bkg.png);
	height: 257px;
	width: 208px;
	float: left;
}
#qouteContents {
	width: 190px;
	margin-left: 6px;
	margin-top: 8px;
	padding-left: 6px;
}

#footercontainer {
	background-image: url(../images/footer_grad.jpg);
	height: 40px;
}
#footercontainer ul {

}
#footercontainer a {
	color: #000000;
	text-decoration: none;
}
#footercontainer a:hover {
	color: #FFFFFF;
}
#footerAddess {
	float: left;
	width: 250px;
	font-size: 18px;
}
#footerNumber {
	width: 250px;
	margin-left: 250px;
	font-size: 24px;
	font-weight: bolder;
}
#footerLogo {
	float: right;
	width: 250px;
}
#cornerImg {
	background-image: url(../images/cornerImg.png);
	float: right;
	height: 100px;
	width: 100px;
	margin-top: -25px;
	position: fixed;
	right: 0px;
	bottom: 0px;
}

