

html,body{
	margin: 0;
	padding: 0;
}


body * {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img{
	border: none;
}

div#content{
	margin: 0 30% 0 150px;
}

div#wrapper{
	float: left;
	margin-left: -150px;
	width: 100%;
}



div#supporting_bodies{
	float: left;
	width: 150px;
}

div#supporting_bodies img{
	float: left;
	margin: 10px 25px;
}

div#supporting_bodies h2{
	clear: both;
	text-align: center;
	margin: 0;
}


hr.hide {
	display: block;
	clear: both;
	margin: 0;
	visibility: hidden;
}

div#footer{
	background: #333;
	color: #fff;
}

div#footer{
	clear: both;
	width: 100%;
	border-top: 50px solid #fff;
}

div#header{
	position: relative;
}


div#todays_news{
	float: left;
	margin-left: -30%;
	width: 28%;
}

