/* start - css for centering site */
div.container {
	position: relative; 
	width: 777px; 
	margin: 0 auto; 
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}	
/* end - css for centering site */


/*start css for site structure */
.contentShell {
	width: 777px;
	padding-top: 112px;
	background: url(../images/bg_lines.gif);
}
.contentBorder {
	border: 1px solid #D7D7D7;	
}
/*end css for site structure */
