#wrap {
	height: 100%;
	width: 100%;
	line-height: 1.5;
	margin: 0px;
	background-image: url(images/bricks.jpg);
	background-repeat: repeat-x;
}
#footer {
	height: 54px;
	width: 800px;
	font-size: 10px;
	padding: 10px 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
#headBar {
	height: 45px;
	background-color: #000000;
	width: 100%;
	margin: 0px;
}
#footBar {
	background-color: #000000;
	margin: 0px;
	height: 45px;
	width: 100%;
	color: #666666;
	font-size: 10px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
}
#footBar a {
	color: #666666;
	text-decoration: none;
}	
#footBar a:hover {
	color: #666666;
	text-decoration: none;
}
#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	
}
.header {
	font-size: 16px;
	text-transform: uppercase;
	color: #D11801;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.text10 {
	font-size: 10px;
}

.f-left {
	float: left;
	margin: 0 10px 0px 0;

}
.f-right {
	float: right;
	margin: 10 10 10px 10px;
	padding: 0px;
}.text11 {
	font-size: 11px;
}
.a white {
	color: #FFFFFF;
	text-decoration: underline;
}
