@charset "utf-8";
/* CSS Document */

body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#fff;
	background-color:#3b3b3b;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	}
	
html { overflow: -moz-scrollbars-vertical !important; }

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#ccc;
	font-weight: bold;
	}	


a:link {color: #cccccc; text-decoration: none; }
a:active {color: #cccccc; text-decoration: none; }
a:visited {color: #cccccc; text-decoration: none; }
a:hover {color: #ffffff; text-decoration: underline; }

#container{
	margin: 0 auto;
	width:756px;
}

#navlinks {
	margin:-160px 0 0px -20px; padding:0em 0em;
	color: FFF;
}

#navlinks li {
	display:inline;
	margin-right:0.75em; padding-right:0.75em;
	border-right:1px solid #579f3e;
	}
	
#navlinks li.last {
	border-right:0px;
	}

#content {
	height:100px;
	margin-top:150px;
	}
	
#footer {
	clear:both;
	float:right;
	color:#999;
	margin-top: 200px;
	padding:.5em;
	text-align:right;
	}
