/*==========================================================================
  HTML TAGS
  ==========================================================================*/
html {
    background-image:    url(../images/tile_taupe.jpg);
}
/*==========================================================================
  DIV CONTAINERS
  ==========================================================================*/
#jnav {
	background-image:    url(../images/logo_taupebannersmall.png);
}
#main {
     margin-top: 10px;
     height: 595px;
	 background-color: #382E25;
}
#gallery {
    background-color: #382E25;
    margin-top: -15px;	
}
#gallery img {
    height: 525px;
	width: 730px;
}
#CBlock {
    z-index: 2;
	width: 260px;
	height: 485px;
	top: 0px;
    margin-top: 120px;
	margin-left: 730px;
    padding:0;
	overflow:auto;
	background-color: #382E25;
}
#CBlock img {
    height: 60px;
	width: 80px;
}
#CBlock a {
    color: #CCCCCC;
}
#CBlock a:link {
    color: #CCCCCC;
}
#CBlock a:visited {
    color: #CCCCCC;
}