/*
* Layout CSS
*
* @author	Duncan Mundell <duncan-AT-swaziboy.com>
* @version	1.0
* @updated	11/05/08
*/

body {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: #EEE;
	}
	

/* Container for logo and main nav */
#header {
	background: #FFF url(../images/interface/logo.png) no-repeat;
	height: 99px;
	}


/* Feature graphic near top of page */
#feature {
	background: #FFF url(../images/interface/feature-graphic.png) no-repeat;
	width: 750px;
	height: 82px;
	clear: both;
	}

#feature p.caption {
	vertical-align: middle;
	margin-left: 20px;
	color: #FFF;
	padding-top: 45px;
	font-size: 0.9em;
	word-spacing: 0.1em;	
	}
	

/* Main content wrapper, and faux column effect */
#content {
	background-color: #e1e1e1;
	font-size: 0.8em;
	}


/* Footer */
#footer {
	background-color: #cc0529;
	color: #FFF;
	font-size: 0.8em;
	height: 2em;
	padding: 10px 10px 0 10px;
	}
	
#footer ul.links {
	float: right;
	}
	
#footer ul.links li {
	display: inline;
	margin-left: 1em;
	}

#footer ul.links a {
	color: #FFF;
	text-decoration: none;
	}
	
#footer ul.links a:hover {
	color: #FDA0B1;
	text-decoration: underline;
	}

#footer p.copyright {
	float: left;
	}


/* Misc other fixes and global styles */
div.clearing {
	line-height: 0;
    clear: both;
    margin : 0;
    padding: 0;
    border: 0;
	}
