body {
	background-color: #f5ebd0;
}

@media (min-width: 1000px) {

div.layout {
	background: url(/share/i/generic_assessments_bgroundshadowside.gif) repeat-y center;
}

div.outerBox {
	background: url(/share/i/generic_assessments_bgroundshadowbot.gif) no-repeat 0 bottom;
}

div#Navigation {
	background-color: #f5ebd0;
}

div.breadBox {
	background: url(/share/i/generic_assessments_breadbground.gif) no-repeat;
}

/* @group Layout */

div.layout {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-top: 14px;
}

div.outerBox {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	background-repeat:no-repeat;
	padding-bottom:15px;
	background-position:bottom;
}

div.innerBox {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

/* @end */
}

@media (min-width: 768px) and (max-width: 999px) {

div.layout {
	background: url(/share/i/generic_assessments_bgroundshadowside.gif) repeat-y center;
}

div.outerBox {
	background: url(/share/i/generic_assessments_bgroundshadowbot.gif) no-repeat 0 bottom;
}

div#Navigation {
	background-color: #f5ebd0;
}

div.breadBox {
	background: url(/share/i/generic_assessments_breadbground.gif) no-repeat;
}

/* @group Layout */

div.layout {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-top: 14px;
}

div.outerBox {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	background-repeat:no-repeat;
	padding-bottom:15px;
	background-position:bottom;
}

div.innerBox {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:25px;
}
/* @end */
}

@media (max-width: 767px) {

div.layout {
	background: none;
}

div.outerBox {
	background: none;
}

div#Navigation {
	background-color: #f5ebd0;
}

div.breadBox {
	background: none;
}
/* @group Layout */

div.layout {
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-top: 14px;
}

div.outerBox {
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	background-repeat:no-repeat;
	padding-bottom:15px;
	background-position:bottom;
}

div.innerBox {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:25px;
}
/* @end */
}