@charset "utf-8";
/* CSS Document */


/*General CSS layout idea from CSS Zen Garden Book - Page 91*/






#wrapper {
	width: 970px;  /*was 785*/
	margin: 0 auto;
	text-align: left;
	position: relative;

	background-image:url(../assets/images/backgrounds/header-background.jpg); background-repeat:no-repeat;  /*was : repeat-y;*/
	

	

}



#header {width: 840px; clear: both; text-align: left; margin-left: 70px;/*border-bottom: 1px dotted #A5AEC5;*//* background-image:url(../assets/images/backgrounds/header-background.jpg);*/}
/*NAV Menu - positioned to the right
#navMenu {position:relative; left:150px; clear: both; text-align: left; border-bottom: 1px dotted #A5AEC5;}
*/


#navMenu {width: 840px; clear: both; text-align: left; margin-left: 65px; /*border-bottom: 1px dotted #A5AEC5; border-top: 1px dotted #A5AEC5;*/}

/*http://www.positioniseverything.net/explorer/doubled-margin.html*/

#contentArea {width: 970px; float: left; display: inline; /*display: inline-block; *//*added 3-16-10 trying to fix IE double margin*/  /*margin-left: 25px;*//*border-bottom: 1px dotted #A5AEC5;*/ /*margin-left: 10px;*/ background-image:url(../assets/images/backgrounds/content-area-background.jpg); background-repeat: repeat-y;}		/*commented out float-left -- not compatible with IE ver. 5*/
/*#leftPanel {width: 130px; float: left; border-bottom: 1px dotted #A5AEC5;} */
/*#rightPanel {width: 130px; float: left; border-bottom: 1px dotted #A5AEC5;} */

#footer { width: 960px; /*height:104px;*/ clear: both; text-align: center; margin-left: 10px; /*padding-left:20px;*/  /*border-top: 1px dotted #A5AEC5;*/ background-image:url(../assets/images/backgrounds/footer-background.jpg); background-repeat: no-repeat}





body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;  

	margin-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	
	
	padding-left: 12px;
/*	padding: 12px;	*/
  	margin: 0;


	background-image: url(../assets/images/backgrounds/background.jpg); background-repeat: repeat-x;
/*  	width: 100%;
	height:100%; */ 

	background-color: #515a5d;
	
	}



