body {
	background: #1B1D1E;
	border-top: 5px solid #000;
	color: #9CBFCF;
	font-size: 11px;
	padding: 5px 0 40px;
	background-repeat: repeat-x;
}

.logo_text{
	font-size: 30px;
	padding-left: 15px;
	color: black;
}

.header_links a:link{
	color: black;
}

.header_img{
	padding-right: 5px;
	padding-left: 5px;
}

.header{
	background-color: #96A621;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.navigator{
	border-bottom: 1px solid #000;
	font-size: 16px;
	margin-bottom: 15px;
	background-color: black;
}

.navi_link:link{
	text-decoration: none;
	padding-left: 10px;
	color: #49A7FC;
}

.navi_link:active{
	text-decoration: none;
	padding-left: 10px;
	color: #49A7FC;
}

.navi_link:visited{
	text-decoration: none;
	padding-left: 10px;
	color: #49A7FC;
}



.navi_link:hover{
	text-decoration: underline;
	padding-left: 10px;
	color: #1096E3;
}

a:link{
	text-decoration: none;
	color: #49A7FC;
}

a:visited{
	text-decoration: none;
	color: #49A7FC;
}

a:active{
	text-decoration: none;
	color: #49A7FC;
}

a:hover{
	text-decoration: underline;
	color: #1096E3;
}

.content_half{
	background-color: #363636;
	padding: 15px;
}

ul{
	list-style: none;
}

ul li{
	padding: 5px;
}

ul li:hover{
	padding: 5px;
	background-color: #181818;
}

.date{
	color: #363636;
	display: inline;
}

.date:hover{
	color: #333;
	display: inline;
}


/*GRid 4 is only used as footer, so lets make it the easy way*/
.footer{
	background-color: black;
	margin-top: 15px;
	padding-top: 15px;
	height: 150px;
}

.pad_hax{
	padding-left: 20px;
}

.small_text{

}

.small_text:hover{

}

ul .ul_footer{
	padding: 0px;
	margin: 0px;
}

.ul_footer li:hover{

}

.haive{
	color: black;
}

p{
    font-size: 14px;
}
