body {
  margin: 0;
  padding: 0;
  background: #7FFFD4;
}
 
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #FFD700;
  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: #0000FF;
  
}
 
.nav a:hover {
	background-color: #EE82EE   

}
 
.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;
}
