/**
 * Main CSS Stylesheet for HOPE 4 Life
 *
 * @copyright Copyright 2010 Michelle Ristuccia mr.mulington.the.3rd@gmail.com
 */

body {
	margin: 0;
	font-family: courier, verdana, arial, helvetica, sans-serif;
	font-size: 9;
	color: #660000;
	background-color: #FFFFFF; 
	margin-top: 0px; 
	margin-left:0px; 
	margin-bottom:0px;  
	background-position: bottom; 
	background-image:url(/); 
	background-repeat:yes;
	}

a img {border: none; }

a:link, ul li a {
	color: #fff;
	text-decoration: none;
	}
 
a:visited {
	color: #fff;
	text-decoration: none;
	}

a:hover, ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}

a:active {
	color: #fff;
	}

h1 {
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing:5px;
	font-family: algerian;
	text-shadow: 3px 3px 5px orange;
	}

h2 {
	font-size: 16px;
	color: #FFFFFF;
	font-style:italic
	}
	
h3 {
	font-size: 20px;
	color: #660000;
	font-family: courier;
	font-weight:bolder;
	}
	
h4 {
	font-size: 16px;
	color: #660000;
	font-weight:bolder;
	font-family: courier;
	}
/**
*
*
*/
#header {
	width: auto;
	height: auto;
	float:top;
	height:110px;
	background:#522408 url() repeat-x;
	padding:7px 5px 3px 5px;
	margin:0px;
	text-align:center;
	}

#header ul {
	padding:0px;
	margin:0px;
	}
	
#header li {
	display:inline;
	padding:0px 5px 0px 5px;
	margin:0px;
	font-weight:bolder;
	}
	}

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

#topnav {
	width:auto;
	float: top;
	height:35px;
	background: #eab577 url() repeat-x;
	padding:7px 5px 3px 5px;
	margin:0px;
	text-align:center;
	font:15px bolder courier;
	text-transform:capitalize;
	}

#topnav ul {
	padding:0px;
	margin:0px;
	}
	
#topnav li {
	display:inline;
	padding:0px 5px 0px 5px;
	margin:0px;
	font-weight:bolder;
	}

#topnav a {	color:#660000; text-decoration:none;	}
#topnav a:hover {	color:#660000; text-decoration:underline;	}

#sidenav {
	width: auto;
	height:100%;
	background: #eab577 url() repeat-x;
	padding:7px 5px 3px 5px;
	margin:0px;
	text-align:center;
	font:15px bolder courier;
	text-transform:capitalize;
	float:left;
	}

#sidenav ul {
	padding:0px;
	margin:0px;
	}
	
#sidenav li {
	display:inline;
	padding:0px 5px 0px 5px;
	margin:0px;
	font-weight:bolder;
	}

#footer {
	width: auto;
	float: bottom;
	height:30px;
	background:#522408 url() repeat-x;
	padding:7px 5px 3px 5px;
	margin:0px;
	text-align:center;
	}

#footer ul {
	padding:0px;
	margin:0px;
	}
	
#footer li {
	display:inline;
	padding:0px 5px 0px 5px;
	margin:0px;
	font-weight:bolder;
	}
	
#footer a {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

