@charset "UTF-8";
/* CSS Document */


#wrap{
	width:770px;
	margin:0 auto 0 auto;
	}

#header {
	width:770px;
	height:108px; 
	position:relative;
	overflow:hidden;
	
	}
#header span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:770px; height:108px;
      margin:0; padding:0;
      background:url("../images/header.jpg") top left no-repeat;
      }





#footer{
	clear:both;
	width:770px;
	height:108px;
	background-image:url(../images/footer.jpg);
	}

#navWrap{
	background-color:#EEEEEE;
	float:left;
	height:600px;
	width:220px;
	}

#nav{
	float:left;
	margin-top:55px;
	width:220px; 
	height:359px;
	background-color:#EEEEEE;
	}

#navFade{
	clear:left;
	background-image:url(../images/navFade.jpg);
	width:220px;
	height:200px;
	}

#content{
	padding:10px;
	}

#contentWrap{
	float:right;
	width:540px;
	}

#breadcrumbs{
	text-align:right;
	}

