body {
  margin: 0;
  padding: 0;
  background: #ccc;
}
 
.nav ul {
   list-style:none;
  padding: 0;
  margin: 0;
  background: #444;
  text-align:center;
}

.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #888;
  height: 40px;
  line-height: 40px;

}
 
.nav a {
  display: block;
  transition: .3s background-color;
  text-decoration:none;
  color:white;
  
}
 
.nav a:hover {
	background-color:#005f5f;

}
 
.nav a.active {

}

@media screen and (min-width:600px) {
.nav li{
	width:120px;
	border-bottom:none;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}	
	
	
}


 
.content {
	width:70%;
	margin:auto;

}

.leftSideBar {
	position:relative;
	float:left;
	width:20%;
	min-width:200px;
}

.rightSideBar {
	position:relative;
	float:left;
	width:70%;
}

#profilePic {

}

#abc{
	width:200px
}
footer {
	clear:both;
	font-size: 12px;
	text-align:center;
 
}
