/*
extends screen.css
*/

#contentbackground {
	width: 				800px;
	margin: 			0px;
	padding: 			0px;
	background-color: 	transparent;
	overflow: 			hidden;
	border: 			none;
}

#content {
	width: 			800px;
	padding: 		0px;
	margin:			0px;
}

img {
	border: 		none;
	padding: 		0px;
	margin: 		0px;
}

#boxbackground {
	height: 			95px;
	width: 				800px;
}

div.boxLeft {
	float: 				left;
	background-color: 	#ffffff;
	height: 			105px;
	width: 				510px;
	padding-left:		20px;
}

div.boxRight {
	float:				left;
	background-color: #ffffff;
	height: 			105px;
	width: 				269px;
	border-left: 		1px solid #cccccc;
	
}

/* boxRight other width and height for IE6*/
* html div.boxRight{
	height: 78px;
	width: 290px;
}

* html div.boxLeft, * html div.boxRight {
	margin-top: 0px;
}

*+html div.boxLeft, *+html div.boxRight {
	margin-top: 0px;
}

div.csc-textpic div.csc-textpic-single-image img {
	margin-bottom: 0px;
}
