body {
	text-align:center;
	padding:1em;
	margin:0;
	background:#fd9d40 url('img/back_main.png') repeat-x;
}

div {
	padding: 0;
	margin: 0;
}

#container {
	width: 850px;
	margin: 0 auto;
	text-align:left;
	background-color:#FEF9E8;
}

#header {
	height: 136px;
}

#header img {
	width: 850px;
	height: 136px;
}

#content {
	min-height:400px;
}

#content-inner {
	padding: 10px 25px;
}

#left {
	float: left;
	width: 175px;
}

#left-inner {
	padding: 10px;
}

#footer {
	clear: both;
	background-color:#FDA64B;
	text-align:center;
	background-image:url('img/back_footer.png');
}

#footer img {
	width: 850px;
	height: 20px;
}

#footer-inner {
	padding: 5px;
}
@media all {
	div.csc-textpic-above div.csc-textpic-text { clear: none; }
	div.csc-textpic-right div.csc-textpic-text { clear: none; }	
	div.csc-textpic-left div.csc-textpic-text { clear: none; }
	
	div.csc-textpic-above div.csc-textpic-imagewrap {overflow:hidden; }
}

@media print {
	div.csc-textpic-above div.csc-textpic-imagewrap { overflow:visible; display: table; }
}
