﻿/* 
============================================================
Project : Frank Lumber The Door Store
Author  : Mark W. Robbins, Robbins Systems
Created : 04/07/2008
============================================================
*/

#footer {
	width			:100%;
	background-color: #c1bb98;
	border-top		:6px solid #c1bb98;
	border-bottom	:6px solid #c1bb98;
  }
#footer hr {
	display			:none;
  }
#footer p {
	background		:#557799;
	margin			:0;
	padding			:10px;
	text-align		:center;
	color			:#556666;
  }

.siteCopyright {
	font-size		: 7.5pt;
	font-family		: Arial, helvetica;
	color			: #556666; 
	}
.siteCopyright a {
	text-decoration	: none; 
	font-weight		: normal;
	color			: #556666; 
	margin-left		: 6px; 
	margin-right	: 6px; 
}
.siteCopyright a:hover {
	text-decoration	: none; 
	font-weight		: normal;
	color			: #113355;
	margin-left		: 6px; 
	margin-right	: 6px; 
}


.footerlink {
	font-family		: 8pt verdana;
	font-weight		:normal;
	color			: #556666; 
}
.footerlink a {
	font-family		: 8pt verdana;
	text-decoration	: none; 
	font-weight		: normal;
	color			: #556666; 
	margin-left		: 6px; 
	margin-right	: 6px; 
}
.footerlink a:hover {
	font-family		: 8pt verdana;
	text-decoration	: none; 
	font-weight		: normal;
	color			: #113355;
	margin-left		: 6px; 
	margin-right	: 6px; 
}

.alignRight {
	display			: inline;
	text-align		: right;
	margin-right	: 1em;
	width			: 100%;
}

.alignLeft {
	display			: inline;
	text-align		: left;
	margin-left		: 1em;
}
