/*
 * This has turned into a bloody mess since I'm just experimenting as fast as I can. 
 * 
 * For the sake of sanity this should probably be broken up into multiple css files.
 * One for layout, typography, 
 */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	margin: 0px 0px 10px 0px;
}

#topNavBar{
	display: none;
}
.bounce, .bounce li, #topNavBar li{
	display:none;
}

#topNavBar li{
display: none;}

#topNavBar a{
display: none;
}

#topNavBar a:hover{
display: none;
}

#topNavBar ul .i3, #topNavBar ul .i5, #topNavBar ul .i4, #topNavBar ul, .bounce li, .bounce .i5, .bounce a, .bounce a:hover, 
#searchBox, #logo, #banner{
	display:none;
}

#navigation *{
	display:none;
}

#content p{
	margin: 1em 0;
}

#footer{
	clear: both;
	background-color: #cccccc;
	font-size: .7em;
	padding: 1em 0px 1em 10px;
}
