/***SMALL***/
@media only screen and (max-width: 700px) {

#content, .content60 {
width : 100%;
}

.rightcol {
clear : both;
margin-top: 0px;
width : 100%;
min-width: 300px;
padding-left : 0;
}

h1 {
font-size: 7.5vw;
margin-top : 30px;
line-height: 1.4em;
}
.imagelinks {
width: 125px;
height: 125px;
background-color: #000;
}

}

/***SMALL
@media only screen and (max-width: 893px) {

#content {
width : 100%;
}
.rightcol {
width : 100%;
}
}***/