/* DIMENSIONS CSS */
/* Defines the current dimensions and document widths */
.content {
width: 960px;
/*position: relative;*/
/*margin: auto;*/
/*text-align: left;*/
}
.widthContent {
width: 960px;
}
.widthColumn {
width: 360px;
}
.widthContentMin {
min-width: 960px;
}
.widthContentMax {
max-width: 1920px;
} /* width*2 */
.widthContentFull {
width: 100%;
min-width: 960px;
}
.widthContent-1 {
width: 600px;
} /* Content less 1 column */
.widthContent-2 {
width: 240px;
} /* Content less 2 columns */
.widthContent-3 {
width: 0px;
} /* Content less 3 columns */
/* note, allow for borders */
.widthContent50p {
width: 480px;
} /* Half content width; 50% */
.widthColumn50p {
width: 180px;
} /* Half column width; 50% */