.left { float: left }
.right { float: right }
.clear { clear: both }
#Footer {
color: #ccc;
font-family:Arial, Helvetica, sans-serif;

	font-size: 11px;
		margin-top: 30px;
 width:720px;
}

#navcontainer { 
	margin-left: 80px; 



}

#navcontainer a {
	color: #ccc;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #ffd400;
}

/*Fat Erik's Pipelist*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "|  "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }