@charset "UTF-8";
@import url("css/typography.css");
@import url("css/CISS_menu.css");

/* ContentPane */
* {
	margin: 0px;
	padding: 0px;
}

/* ----------------------------- Layout */
#LeftPane, #dnn_LeftPane {
	float: left;
	width: 174px;
}
#dnn_ContentPane {
	float: right;
	width: 760px;
}

/* ----------------------------- Typography */

#dnn_ContentPane p {
     margin-right: 18px; /* keeps words from getting to close to edge of white page. */
}


