/* Copyright Carlton Engineering */

/***********************************************/
/* tce_cssCentral.css                          */
/* This CSS page will define the overarching   */
/* layout, form, and font. As well, the import */
/* section will import the other required CSS  */
/* files.                         			       */
/***********************************************/

@import "/css/cssSiteArch.css"; 
@import "/css/cssSiteTxt.css";
@import "/css/cssScrollArch.css";

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;	
	margin: 0;
	padding: 0;
	background: #7A6E67;
}

/* page layout scheme initiation */

#cont {
	width: 720px;
	text-align: center;
	margin: 0 auto !important;
}