<style type="text/css">

html,body
{
	height: 100%;
}

table, td {border-collapse:collapse;}
table, td, img {border:10; padding:0;}
br{font-size:16px}
table{border:0px; border-collapse:collapse; }
body, td{
  font-size:16px;
	font-family:Tahoma;
  color:#555555;
  color:#000;
  line-height:18px;
  vertical-align:top;
  align:center;
  padding:0px;
}


#headerContainer
{
	position: absolute;
	top:  0px;
	left: 0px;
	width: 1234px;
	height: 440px;
	border: 0px solid green;
	background: url("images/pic_top2.jpg");
	background-repeat: repeat-x;
}
#headerTopBannerBlack>
{
	top: 0px;
	height: 20px;
	background-color: white;
}
#animation
{
	position: absolute;
	top: 86px;
	left: 320px;

}
#logo
{
	position: absolute;
	top: -0px;
	left: -6px;
	width: 320px;
	height: 394px;
	color: white;
	z-index: 999;
}
#picImage
{
	position: absolute;
	top: 164px;
	left: 0px;
	border: 0px solid cyan;
}
#picBann
{
	position: absolute;
	top: 205px;
	left: 0px;
	border: 0px solid cyan;
}
#headerSignUp
{
	position: absolute;
	top: 270px;
	left: 40px;
	font-family: arial;
	line-height: 28px;
	margin: 0px;
	border: 0px solid grey;
}
#headerSignUpImage
{
	position: absolute;
	top: 270px;
	left: 40px;
	font-family: arial;
	line-height: 28px;
	margin: 0px;
	border: 0px solid grey;
}

#navbar
{
	position: absolute;
	left: -8px;
	top: 398px;
	height: 78px;
	width: 1234px;
	color: white;
	font-style: large;
	font-famiy: Georgia, Constantia, "Times New Roman";
	background: url('images/m5repeatB.jpg');
	background-repeat: repeat-x;
}
#navbar a
{
	background: red;
	color: yellow;
}
#navbar a:hover
{
	color: green;
}
#topMenu 
{
	position: absolute;
	top: -0;
	left: 350px;
	width: 800px;
	color: white;
}
#topMenu li { display: inline;}
#topMenu li a
{
	padding: 0.2em 1em;
	background: #323232;
	width: 200px;
	color: #fff;
	float: left;
}
#topMenu li a:hover
{
	background: #323232;
	color: #ccc;
}
#leftColumn
{
	position: absolute;
	top: 471px;
	left: 0px;
	width: 250px;
	color: black;
	background-color: #e5e5ff;
}
#leftColumnHeader
{
	margin: 7px;
	color: black;
	text-align: center;
	font-family: arial,helvetica;
	font-size: 16px;
}
.leftColumnImage
{
	float: left;
	padding: 5px;
	margin: 5px;
	color: black;
}
.leftColumnText
{
	float: left;
	margin-left: 9px;
	vertial-align: botton;
	font-family: arial,helvetica;
	word-wrap: break-word;
	color: black;
}
#centerColumn
{
	// this is for the floating footer
	min-height: 100%
	margin-bottom: -50px;
	position: relative;

	//position: absolute;
	top: 471px;
	left: 251px;
	width: 884px;
	height: 450px;
	background-color: #fff;
	color: black;
	border: 0px solid green;
}
#centerColumnText
{
	margin: 5px;
	color: black;
	border: 0px solid black;
	font-family: arial,helvetica;
	margin: 18px;
	//border-left: 1px solid black;
	//border-right: 1px solid black;
}

img
{
	float: left;
	margin: 5px;
}
.button-search {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 22px 5px;
    border: 1px solid #498f25;
    border-radius: 8px;
    background: #76e93c;
    background: -webkit-gradient(linear, left top, left bottom, from(#76e93c), to(#498f25));
    background: -moz-linear-gradient(top, #76e93c, #498f25);
    background: linear-gradient(to bottom, #76e93c, #498f25);
    text-shadow: #2e5a17 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button-search:hover,
.button-search:focus {
    border: 1px solid #5bb32e;
    background: #8eff48;
    background: -webkit-gradient(linear, left top, left bottom, from(#8eff48), to(#58ac2c));
    background: -moz-linear-gradient(top, #8eff48, #58ac2c);
    background: linear-gradient(to bottom, #8eff48, #58ac2c);
    color: #ffffff;
    text-decoration: none;
}
.button-search:active {
    background: #498f25;
    background: -webkit-gradient(linear, left top, left bottom, from(#498f25), to(#498f25));
    background: -moz-linear-gradient(top, #498f25, #498f25);
    background: linear-gradient(to bottom, #498f25, #498f25);
}

.button-requestvalue {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 22px 5px;
    border: 1px solid #498f25;
    border-radius: 8px;
    background: #76e93c;
    background: -webkit-gradient(linear, left top, left bottom, from(#76e93c), to(#498f25));
    background: -moz-linear-gradient(top, #76e93c, #498f25);
    background: linear-gradient(to bottom, #76e93c, #498f25);
    text-shadow: #2e5a17 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button-requestvalue:hover,
.button-requestvalue:focus {
    border: 1px solid #5bb32e;
    background: #8eff48;
    background: -webkit-gradient(linear, left top, left bottom, from(#8eff48), to(#58ac2c));
    background: -moz-linear-gradient(top, #8eff48, #58ac2c);
    background: linear-gradient(to bottom, #8eff48, #58ac2c);
    color: #ffffff;
    text-decoration: none;
}
.button-requestvalue:active {
    background: #498f25;
    background: -webkit-gradient(linear, left top, left bottom, from(#498f25), to(#498f25));
    background: -moz-linear-gradient(top, #498f25, #498f25);
    background: linear-gradient(to bottom, #498f25, #498f25);
}
span
{
}
#footer-old
{
	position: relative;
	float: left;
	height: 30px;
	background-color: #ccc;
	border: 100px solid blue;
}
#footer 
{
	//margin-top: -150px; /* negative value of footer height */
	height: 100px;
	width: 1034px;
	clear: both;
	border: 10px solid blue;
} 
</style>
