﻿*{ margin: 0;}

/* Required for firefox permanent scroll bar on rhs */
@-moz-document url-prefix() 
{
	BODY{ overflow-y: scroll;}
}

HTML,
BODY
{
	height:100%;
}

#wrap
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -151px;
	
}

/*
#subheader
{
	margin: 0 auto;
	padding:0;
	background:url(/images/header-bg.jpg);
}
*/
#footer, 
.foot-spacer
{
	height: 150px;
	
}

/*
BODY.h #footer
{
	height: 150px;
}

BODY.h .foot-spacer
{
	height: 150px;
}
*/
#main-wrap
{
	width: 1004px;
/*	background:#f3f3f3;*/
	padding:0;
	margin:0 auto;
}

#footer
{
	background:#F3F3F3;
	position: relative;	
	margin: -149px auto 0 auto;
	height: 150px;
	border-top: 1px solid #ccc;
	overflow:hidden;
	padding-top:10px;
}

#subfooter
{
	font: normal 11px Tahoma;
	color:#fff;
	padding: 5px 0 0 0;
	width: 1003px;
	margin: 0 auto;
}

