html,body {
	background-color:#aaa;
}

.container-fluid {
	position:relative;
}

.header-content {
	background-image:url(../images/top-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	background-color: black;
	height:28%;
	position:fixed;
	top:0;
	left:0;
	width:100%
}

.leftAddynamo,.widget {
	width:180px;
	top: 270px;
	bottom: 0px;
	position: fixed;
}

.leftAddynamo, .widget {
	height:100%;
	position: fixed;
}

.body-content {
	margin:270px 200px;
	background-color: white;
	overflow: auto;
	height: 70%;
	position: fixed;
}

.body-content h2 {
	font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.leftAddynamo {
	left:0;
	height:250px;
	padding:0px;
	margin-left: 10px;
	margin-right: 10px;
	border:1px solid #000;
	background-color:#036268;
}

.leftAddynamo h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#ffffff;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	white-space:normal;
	border:0;
	margin:112px 0px 0px 0px;
	padding:0;
}

.widget{
	right:0;
	width: 180px;
	display: inline-block;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
