﻿
/*

	FOOTER BOX
	-------------------------------------------------------------------------
	Author: Michael Argentini; magic@ddii.com
	12/20/2007

*/

.Footer
{
    display: block;
	position: relative;
	clear: both;
	left: 12px;
	width: 869px;
	padding: 8px 0px 0px 0px;

	border-top: solid 1px #ababab;
	border-bottom: solid 1px #ababab;

	color: #737373;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}

	.Footer a
	{
		text-decoration: none;
		color: #737373;
	}

	.Footer a:hover
	{
		text-decoration: underline;
		color: #737373;
	}

	.Footer span
	{
		padding: 0px 8px 0px 8px;
	}




/*
	COPYRIGHT BOX
	-------------------------------------------------------------------------
*/

.Copyright
{
    display: block;
    position: relative;
	clear: both;
	top: 10px;
	left: 12px;
	width: 869px;
	padding-bottom: 14px;

	color: #737373;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}

	.Copyright a
	{
		text-decoration: none;
		color: #737373;
	}

	.Copyright a:hover
	{
		text-decoration: underline;
		color: #737373;
	}

	.Copyright span
	{
		padding: 0px 12px 0px 12px;
	}
