body {
  margin: 0;
  padding: 0;
  background: #66FFFF;
}
 
.nav ul {
  list-style:none;
  padding: 0;
  margin: 0;
  background-color: #222;
  text-align:center;
}
.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #888;
  line-height:40px;
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:150px;
		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;
	margin-right: 15px;
}

.rightSideBar {
	position:relative;
	float:left;
	width:75%;
}

#profilePic {

}
#abc {
	width: 200px;
}
footer {
	clear: both;
	font-size: 12px;
	text-align: center
}
