html,body {
	height:100%;
}

body {
	/*background-color: #e9e9e9;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #333;
}

#container {
	/*width:986px;*/
	background-color:#FFF;
	/*overflow:hidden;*/
	padding:4px;
}

#top{
	width:966px;
}

#content{
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	min-width:998px;
}

*html #content { 
	width:998px;
	overflow:visible;
}

*+html #content { 
	width:998px;
	overflow:visible;
}

#footer {
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-color: #efefef;
	width: 974px;
	height: 22px;
	clear:both;
}

.footerContent {
	margin-top:4px;
	margin-left:8px;
	margin-right:8px;
	font-size:11px;
	float:left;
}


