/*SKBW.com CSS rev 1.0*/

/*Colors
	border: 231F20
	alpha-adjusted background: 646162
	
*/

/* Primary page containers */

body			{
					background-color: #FFFFFF;
				}

p				{
					padding-left: 25px;
					padding-right: 25px;
					text-align: justify;
				}
				
li				{
					padding-left: 0px;
				}				


#divContainer	{
					width:  950px;
					height: 1010px;
					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: 40px;
					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: 951px;
					height: 732px;
					margin-left: 0px;
					z-index:4;
				}	

#divFooter		{
					width:  946px;
					height: 76px;
					margin-left: -1px;
					/*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: 756px;
          z-index:4;
          visibility: hidden;
        }
        
#imgAOP {
        width: 1px;
        height: 432px;
        position: absolute;
        top: 276px;
        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: 276px;
        left: 415px;
        /*margin-top: -5px;
        margin-right: 360px;*/
        border-style: none;
        visibility: hidden;
        display: inline;
        float: right;
        z-index: 5;
      } 
      
#divContent {
		width: 745px;
		height: 730px;
		
		border-top: 3px solid #231F20;
		overflow-y: scroll;
		float: left;
		clear: right;
		font-family: arial;
		
			
	}       
      
#mnuSideNav {
        width: 200px;
        height: 728px;
        border: 3px solid #231F20;
		float: left; 
		clear: right;
		background-color: #444041;
      		}
      
#mnuATT {
        width: 182px;
        height: 352px;
        border-style: none;
       	margin-left: 0px;
       	margin-right: auto;
       	margin-top: 0px; 
     	}
      
#imgPort {
		width: 200px;
		height: 389px;
		overflow: hidden;
		}
		
#nameHdr {
			margin-top: 25px;
		 }
      
.sidebar  {
        width: 208px; 
        height: 785px;
        border-style: none;
      }
      
.sidebarATT {
        width: 168px;
        height: 436px;
        border-style: none;
		}
      
.spanATTtext {
		margin-left: 25px;
		}      
              
						
					
				
				
