body {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	background-color:#990000;
	margin:0px;
	padding:0px;
}
	
p, li, .bodytxt {	
	font-size: .8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:normal;
}

li {
	list-style-position: outside;
	list-style-type: square;
}

#container {
	position:absolute;
	left: 50%;
	width:600px;
	margin-left:-300px;
}

#myname {
	position:absolute;
	top:0px;
	left:0px;
	width:284px;
	padding:48px 0 0 0; 
	height:0px !important;
	height/**/:48px;
	overflow:hidden;
}


#category {
	position:absolute;
	top:0px;
	left:390px;
	width:190px;
	padding:48px 0 0 0;
	height:0px !important;
	height/**/:48px;
	overflow:hidden;
}

#categoryimage {
	position:absolute;
	top:48px;
	left:0px;
	width:600px; 
	height:60px;
}

#navline {
	position:absolute;
	top:108px;
	background-image:url(images/linenav.gif);
	background-repeat:no-repeat;
	left:0px;
	width:600px; 
	height:30px;
}
#navline-level2 {
	position:absolute;
	top:70px;
	background-image:url(images/linenav.gif);
	background-repeat:no-repeat;
	left:0px;
	width:600px; 
	height:30px;
}
#nav {
	position:absolute;
	top:108px;
	left:100px;
	height:30px;
	width: 480px;
	text-align:right;
}
#nav-level2 {
	position:absolute;
	top:70px;
	left:100px;
	height:30px;
	width: 480px;
	text-align:right;
}

#contentbox {
	background-color:#000033;
	position:absolute;
	top:120px;
	left:20px;
	width:520px;
	padding:20px;
}
#contentbox-humor {
	background-color:#FFFFCC;
	position:absolute;
	top:120px;
	left:20px;
	width:520px;
	padding:20px;
}

.boldyellow {  
font-weight: bold; 
color: #FFCC66;}

.headline {  
	font-size: 1em; 
	font-weight:bold; 
	color: #FF0000;}

.subhead {  
	font-size:.8em;
	color: #FF0000;
	font-weight:bold; 
	}
	
.subhead-white {  
	font-size:.8em;
	color: #FFF;
	}

.list {
	list-style-position: outside;
	list-style-type: square;
	font-size:.7em;
	padding-bottom:5px;
}

.body_humor { 
	color: #000000;}

.subhead_humor { 
	font-size: 12px; 
	font-weight: bold; 
	color: #000066; 
}

.title_humor {  
	font-size: 18px; 
	font-weight: bold; 
	color: #000066;}

.title_cats { 
	font-size: 18px; 
	font-weight: bold; 
	color: #FF0000;}

.bodyblacksm {
	color: #333333;
}

a {
	text-decoration: none;
	color: #FFCC66;
	font-weight: normal;
}
a.dark {
	text-decoration: none;
	color: #CC6633;
}

a:hover {
	color: #0099FF;
}

