/* Media queries */
@media only screen and (max-width: 1280px) {
    body{
    width:70%;
    margin:0 auto;
	    }
    #SingCol {
    width: 80%;
    }
    .sidebar{
    width:280px;
    }
	
	
}
 
@media only screen and (max-width: 980px) {
body{
    width:70%;
    margin:0 auto;
    }
    #SingCol {
    width: 80%;
    }
    .sidebar{
    width:280px;
    }
	
	
}
 
@media only screen and (max-width: 750px) {
    body{
    width:70%;
    margin:0 auto;
    }
    #SingCol {
    width: 80%;
	border:none;
    }
    .sidebar{
    width:190px;
    margin: 0 0 20px 10px;
    }
	
	

/* the absolute positioning is vital to the code*/
#menu ul ul {
	position: absolute;
	visibility: hidden;
	top: 31px;
}

#footer {	
	height: 150px;
	width: 75%;
	
}

}
