/*
	Otaku Software Website Style Sheet
	File: footer.css
	Version: 1.0
	Date: 20/09/2004
	Authors: Garry Stewart, James Stewart
*/

/* Begin: Footer Tags */

#Footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	width: 100%;
	color: #909090;
	border-style: solid;
	border-color: #dadada;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	margin-top: 2em;
	margin-bottom: 0px;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

.FooterLeft
{
	float : left;
	text-align : left;
	width : 35%;
}

.FooterRight
{
	width : 65%;
	float : right;
	text-align : right;	
}

.FooterSpacer
{
	clear : both;
}

/* End: Footer Tags */

