/*
---------------------------------------------------------------------------------------- top
*/
body {
	background-image: url(patternBodyCont.jpg);
}
div.top {
	width: 800px;
	height: 131px;
	color: #fff;
}
div.topLeft {
	height: 131px;
}
div.topRight {
	height: 131px;
}
div.content ul {
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
}

@media print {
div.layout {
	position:relative;
	top: 50px;
	left:0px;
	margin: 0 0 0 0;
}
}