body{
	background-color: #F2F2F2;
	height:100%;
	margin: 0;	
	padding: 0;
}

.wrapper {
	min-height:100%;
	position:relative;
}

.navbar-header img{
	height:150%;
}

.container_0{
	height:100px;
}

.container_1{
	padding-top: 50px;
	padding-bottom: 50px;
}

.col-sm-12 h2{
	background-color: lightblue;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
}

.tabs{
	font-weight: bold;
}

.con{	
	margin-top: -10px;
	padding: 10px 10px 10px 20px;
}

.content{
	background-color: #ffffff;
}

.indent{
	padding-left: 20px;
}

.site-footer{
	background-color: black;
	bottom: 0;
	height: 50px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.site-footer p{	
	color: #ffffff;
	padding-top: 15px;
}

.container-fluid li{
	font-size: 0.8em;
}