/* ----------------------------------------------
AMINATTA FORNA
http://www.aminattaforna.com
HOME PAGE STYLESHEET

AUTHOR: Michael Borum, etherweave
http://www.etherweave.com

VERSION: July 2007
------------------------------------------------*/

#container {
	background: url(../images/home_bg.jpg) center bottom no-repeat;
	width: 100%;
	height: 410px;
	margin: 0;
	padding: 0;
	}

#nav {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 60px;
	overflow: visible;
	}

#nav ul, #nav ul li {
	float: left;
	}

#nav ul li {
	margin: 0;
	padding: 0 15px 0 0;
	}

#nav a:link {
	color: #fff;
	text-decoration: none;
	}

#nav a:visited {
	color: #333;
	text-decoration: none;
	}

#nav a:hover {
	color: #f30;
	text-decoration: none;
	}

#nav a:active {
	color: #f30;
	text-decoration: none;
	}
	
#footer {
	border-top: 1px solid #333;
	font-size: 9px;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
	}