body {  background:url(../images/body.jpg) top repeat-x #121212; 
	background-attachment:fixed;
	}

.createby {
        color: #999999;
	background: url(../images/icon-user.gif) no-repeat 0 5px;
	padding: 3px 0px 5px 20px;
}

.createdate {
        color: #999999;
	background: url(../images/icon-date.gif) no-repeat 0 5px;
	padding: 3px 0px 5px 20px;
}

.hits {
        color: #999999;
	padding: 3px 0px 5px 20px;
	background: url(../images/action_check.gif) no-repeat 0 5px;
}

.bullet {
	background: url(../images/bullet_star.gif) no-repeat 0 3px;
	padding: 2px 0px 5px 20px;
}

.modifydate {
        color: #999999;
	width: 100%;
	float: left;
}

.mostread ul {
margin: 0;
padding: 0;
}
.mostread li {
padding:0;
margin-left: 5px;
border-bottom: 1px dotted #EFEFEF;
}
.latestnews ul {
margin: 0;
padding: 0;
list-style:none;
}
.latestnews li {
}

#sidebar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
}
#sidebar ul li {
	border-bottom:1px solid #eee;
	margin:0;
	list-style:none;
}

#sidebar a:link {
        color: #333333;
}

#sidebar a:hover {
        color: #od6bab;
}