/* CSS Document */
body{
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#categories, div#jokes, div#joke{
	padding-left: 3px;
}
div#top{
	text-align:center;
}
div#top a img{
	border: none;
	margin: 2px;
}
div#top p{
	margin:0;
	font-weight: bold;
}

a{
	color:#006600;
	color: #0080CF;
}
h1{
	color:#FF9900;
	font-size:14px;
	border-bottom: 1px solid #FF9900;
}

div#categories a{
	/*display:block;
	margin: 3px;
	border: 1px dotted silver;
	width: 45%;
	float: left;
	white-space:nowrap;
	text-decoration: none;
	color:#006600;*/
	
}
div#categories a:hover{
	color: #FF9900;
}
div#footer{
	margin-top: 3px;
	background: url(footer_bg.gif) 0 0 repeat-x #FF9900;
	padding: 5px;
	color:#000000;
	text-align: center;
}
div#jokes{
	margin: 2px 5px;
}
div#footer a{
	color:#000000;
}
div.navigation{
	text-align:center;
	margin: 2px 0px;
	
}