#header{
	background: #fff;
	}
#menu{
	background: #fff;
	margin-bottom: 0px;
	
}
#content{
	min-height: 400px;
	padding: 0px 0px;
	/*margin:0px;*/
	margin-top: 0px;
	margin-bottom: 0px;	
}

#body{

	background: #EDF3A4;
	}


#footer{
	background: #fff;
	padding: 0px;
	margin-top: 0px;
	color: #aaa;
}


#mypanelId{
    background: #EDF3A4;
     }

.row{
	padding: 0px;
}

/* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}
.row-m-t{
	margin-top: -10px;
	margin-bottom: -10px;
	padding: 0px 0px;
	/*background: #000;*/
}