
body {
		color: #ccc;
		font: 13px arial;
		text-align: center;
		padding: 0px 0px;
		margin-top: 0px;
		border:0px solid #090;
	background: #000 url("background.png") top center;
	background-repeat: repeat-y;
}
a{color:#ccc;font-weight:bold;}
a:hover{color:#900;cursor:hand; pointer:hand;} 
a:focus{color:#900;}

/* --------------------------------------------------------------------------------------------- */

#main_container {
	background: #000;
	height:100%;
	width: 980px;
	margin: 0px auto;
	text-align:left;
	left:0;
	border:0px solid #00f;
}

#top_nav {
		background: #000;
		height: 60px;
		width:100%;
		text-align:left;
		padding-bottom: 15px;
}
#menu {
	vertical-align: top;
	line-height: 220%;
	padding-top:0px;
}

#advertise_right {
	position:absolute;
	top: 85px;
	background: #000;
	height:650px; height:100%;
	width:200px;
	margin-left:780px;
}


#dir_path {
	font-weight:bold;
	text-align:left;
	margin-left:1px;
}
#dir_path a{
	color:#ccc;
}
#footer__ {
	left:0px;
	text-align:left;
	width:768px;
	height:165px;
}

.cat_title_heading {
		color:#900;
		font-weight:bold;
		font-size: 13px;
		padding-left:6px;
}