/* -------------------------------------------------------------------------- */
/* -----| GENERAL |---------------------------------------------------------- */
/* -------------------------------------------------------------------------- */


.pageWrap {
    margin: 20px auto;
    width: 740px;
}


/* -------------------------------------------------------------------------- */
/* -----| CONTENT |---------------------------------------------------------- */
/* -------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------- */
/* -----| MISCELLANEOUS |---------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#cboxCurrent {
    display: none !important;
}

/* --- FLOATS --- */

.floatLeft {
	float: left;
	width: auto;
}

.floatRight {
	float: right;
	width: auto;
}

/* --- TEXT ALIGNMENT --- */

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

