@charset "UTF-8";
/* CSS Document */
/*
* Global Type Style
* ---------------------------------------------------- */
body {
	font-style: normal;	
	font-size: 12px; 
	font-family: "Trebuchet MS",Trebuchet,verdana,tahoma,helvetica;
	color: #000000;
	margin: 0 0 10px 0;
    padding: 0;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat: repeat;
	text-align: center;
}

.headerContainer {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-position:top center;
	background-repeat: no-repeat;
	width: 860px;
	height:188px;
	}

.overallContainer {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
	}

.MainContainer {
   width:860px;
   background-image:url(../images/middle-grfx.gif);
   background-position:top center;
   background-repeat: repeat-y;

}


	
.btmShadow {
	width: 860px;
	height:18px;
	margin: 0;
	padding: 0;
	float: center;
	position:relative;
	top: 2px;
	left: 0px;
	border: none;
	z-index:3;
	background-image:url(../images/foot-grfx.gif);
	background-repeat: no-repeat;
	}


.topShadow {
	width: 860px;
	height:18px;
	margin: 0;
	padding: 0;
	float: center;
	position:relative;
	top: 0px;
	left: 0px;
	border: none;
	z-index:3;
	background-image:url(../images/top-grfx.gif);
	background-repeat: no-repeat;
	}


























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
