/* CSS Document 
*
* CSS Layout
*
* Author: Jesse Burcsik
* Date: 04/01/20010
*
*
*/


.container{
	width:100%;
	text-align:center;
	
	/* Testing */
	}

.page-section{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* Header

---------------------------------------------------------- */

#header{
	margin-top: 0; margin-bottom:0; padding: 0;
	background: url(../images/kec-head-nav-whole-bg.png) no-repeat bottom left;
	height:		171px;
}

/* Body
-----------------------------------------------------------*/

#content{
	margin-top: 0; margin-bottom:0; padding: 0 20px;
	width:		920px;
	/* testing*/
	}

#home #content{
	margin-top: 0; margin-bottom:0; padding: 0;
	width:		960px;
	/* testing*/
	}


/* Footer
---------------------------------------------------------- */

#footer{
	margin-top: 0; margin-bottom:20px; padding: 0;
	/* testing */

}

/* Footer
---------------------------------------------------------- */

#copy-write{
	margin-top: 0; margin-bottom:40px; padding: 0;
	/* testing */

}

#copy-write p{
	font-size:xx-small;
}

/* Navigation

---------------------------------------------------------- */

/* Page Navigation

---------------------------------------------------------- */
