/* styling to create a fluid, scaleable site before specific site styling is applied */
body {
font-size: 100%
}

img {
max-width: 100%
}




/*Restricting upper limit of content width */
.container-12 {
max-width: 960px;
margin-left: auto;
margin-right: auto;
}