html { height: 100%;  margin-bottom: 0.1px; }

/*Remove dotted outline from anchors - ff*/
a
{outline:0;}

/*
input
{ outline:0;}*/

img
{border:0; padding:0; margin:0;}

body
{
	font-family:Arial, Tahoma, Verdana;
	width:980px;
	margin:0 auto;
}

.header
{
	margin-top: 10px; 
	margin-bottom: 10px; 
	height:100px; 
	overflow:hidden;
}

.footer
{
	text-align:right; 
	padding:10px 0 20px 0; 
	font-size:12px; 
	color:#339933;
}

.footer a
{
	color:#339933;
	text-decoration:none;
}

.footer a:Hover
{
	text-decoration:underline;
}	

.logo
{
	float:left;
}

.headerBox
{
	float:right;
	width:200px;
}

.childNavColumn
{
	width: 170px; 
	float: left; 
}

.childNavColumnOffer
{
	width:170px;
	margin-bottom:10px;
}

.childMainColumn
{
	width: 800px; 
	float: right;
}

.gchildLeftColumn
{
	width:650px;
	float:left;
}

.gchildRightColumn
{
	width:140px;
	float:right;
}