/*SKBW.com CSS rev 1.0*/

/*Colors
	border: 231F20
	
*/

/* Primary page containers */
body			{
					background-color: #FFFFFF;
				}

#divContainer	{
					width:  950px;
					height: 806px;
					position: absolute;
					top: 0px;
					left: 0px;
					/*border: 1px solid #231F20;*/
					z-index:3;
				}

#divHeader		{
					width:  948px;
					height: 195px;
					margin-left: 0px;
					background-image: url(/skbw/images/header.png);
					background-position: center;
					background-repeat: no-repeat;
					/*border: 1px solid #231F20;*/
					z-index:4;
					
				}
				
#divAddress		{
					width:  945px;
					height: 30px;
					margin-left: 0px;
					border: 3px solid #231F20;
					background-image: url(/skbw/images/address.png);
					background-position: center;
					background-repeat: no-repeat;
					z-index:4;
				}
				
#divMenu		{
					width:  945px;
					height: 42px;
					margin-left: 0px;
					/*border: 3px solid #231F20;*/
					z-index:4;
					border-left: 3px solid #231F20;
					border-right: 3px solid #231F20;
					border-bottom: 3px solid #231F20;
				}
				
#divCenter		{
					width: 945px;
					height: 447px;
					margin-left: -3px;
					margin-top: -2px;
					background-image: url(/skbw/images/books_cropped.gif);
					background-position: left;
					z-index:4;
					border-left: 3px solid #231F20;
					border-right: 3px solid #231F20;
				}	

#divFooter		{
					width:  945px;
					height: 76px;
					margin-left: -3px;
					/*margin-top: 447px;*/
					border: 3px solid #231F20;
					z-index:4;
					
				}
				
#divHumor		{
					width:  145px;
					height: 38px;
					border: 1px solid #234F20;
					z-index:4;
				}

#imgFooterLinks {
          width: 750px;
          height: 59px;
          border-style: none;
          margin-bottom: 10px;
          z-index:4;
        }
        
#imgMenu  {
          width: 945px;
          height: 42px;
          border-style: none;
          position: static;
          display:inline;
          z-index:4;
        }   
        
#imgHumor {
          width: 194px;
          height: 49px;
          border-style: none;
          margin-top: 350px;
          margin-right: 0px;
          margin-left: 754px;
          z-index:4;
          
        }
        
#imgLegal {
          width: 225px;
          height: 51px;
          border-style: none;
          margin-top: -69px;
          margin-left: 0px;
          margin-right: 754px;
          z-index:4;
          display: inline;
        }        
        
#imgAOP {
        width: 1px;
        height: 432px;
        position: absolute;
        top: 279px;
        left: 216px;
        /*left: 28%;*/
        /*margin-top: -5px;
        margin-left: 212px;*/
        border-style: none;
        visibility: hidden;
        display: inline;
        z-index:4;
      }

#imgATT {
        width: 168px;
        height: 294px;
        position: absolute;
        top: 279px;
        left: 415px;
        /*margin-top: -5px;
        margin-right: 360px;*/
        border-style: none;
        visibility: hidden;
        display: inline;
        float: right;
        z-index:5;
      }                             
						
#hSelect {
		position: absolute;
		width: 85px;
		height: 42px;
		top: 231px;
		left:3px;
	}
				
				
