@charset "utf-8";
#main {
	background-image: url(http://nile-hits.com/images/nilebg.gif);
	background-repeat: repeat-y;
	width: 900px;
	border-style:solid;
        border-width:2px;
        border-color: #000000;
}
#main #header {
	background-image: url(http://nile-hits.com/images/header2.gif);
	background-repeat: no-repeat;
	height: 220px;
	width: 900px;
}
#main #footer {
	background-image: url(http://nile-hits.com/images/footer.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 900px;
}
#main #sidebar {
	width: 228px;
	text-align: left;
}
#content {
	width: 590px;
	padding-right: 15px;
	padding-left: 12px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	margin: 0px;
	padding: 0px;
}
#sidebar ul a {
	font-size: 9px;
	line-height: 15px;
	color: #663300;
	text-decoration: none;
	font-family: papyrus;
	font-weight: bold;
	width: 163px;
	padding-left: 65px;
	display: block;
	background-image: url(http://nile-hits.com/images/menu_button.gif);
	background-repeat: no-repeat;
	background-position: 50px;
	margin-top: 5px;
}
#sidebar ul a:hover {
	color: #FFFFFF;
}
#sidebar ul a.current {
	cursor: default;
}
.headlinetext {
	font-family: papyrus;
	font-size: 13px;
	font-weight: bold;
	color: #FF0033;
}
.maintext {
	font-family: papyrus;
	font-size: 12px;
	color: #663300;
}
