/* DIMENSIONS CSS */
/* Defines the current dimensions and document widths */

.content {
	width: 946px;
	/*position: relative;*/
	/*margin: auto;*/
	/*text-align: left;*/
}
.widthContent {
	width: 946px;
}
.widthColumn {
	width: 360px;
}

.widthContentMin {
	min-width: 946px;
}
.widthContentMax {
	max-width: 1892px;
} /* width*2 */
.widthContentFull {
	width: 100%;
	min-width: 946px;
}

.widthContent-1 {
width: 586px;
} /* Content less 1 column */
.widthContent-2 {
	width: 226px;
} /* Content less 2 columns */
.widthContent-3 {
	width: 0px;
} /* Content less 3 columns */
/* note, allow for borders */

.widthContent50p {
	width: 473px;
} /* Half content width; 50% */
.widthColumn50p {
	width: 180px;
} /* Half column width; 50% */
