/* CSS Document */

/* Declare body first of all */ 
  body { 
    background:url(images/bground.png) repeat-x; 
	font:normal 62.5% 'Lucida Grande',Verdana,sans-serif; 
	text-align:center; 
    } 
	
  * {
    margin:0;
    padding:0;
    }
	
  p, ul, ol, blockqoute, h1, h2, h3, h4 {
    margin:1em 0;
    }
	
/* Wireframing - place borders around all div elements during development */ 
  div { 
    margin:0; 
    padding:0; 
    outline:0px solid red; 
    } 
	
/* Container */ 
  #container { 
    width:812px; 
    margin:0px auto;
	background:url(images/bground_centre.png);  
    } 
	

	
	
/* The main column and descendants */ 
  #mainCol { 
	position:relative;
	float:right; 
    width:328px; 
    font-size:1.2em; 
    line-height:155%; 
    color:#936013;
	text-align:left; 
    }
    
   #mainCol .inner{
   	padding:0 30px 0 0;
   	}

/* The main column text width */ 
  #mainCol p { 
    wi/dth:290px; 
    } 
	
  #mainCol a:link, #mainCol a:visited {  
    text-decoration:none;
    font-size:100%;
    font-weight:bold; 
    color:#936013;
    }
    

	
  #container a:hover { 
    color:#FFF; 
    } 

/* The left column and descendants */ 
  #sidebar { 
    height:308px; 
    float:right; 
    width:471px; 
    }  	
	
/* The footer and descendants */ 
  #footer { 
    clear:both; 
	height:195px; 
	font-size:1.2em; 
	line-height:150%; 
	color:#FFE86C; 
    background:url(images/bground_footer_home.png) no-repeat; 
    margin-bottom: 0
	} 
  #footer a:link, a:visited {
    text-decoration:none; 
    font-weight:bold; 
    color:#FFE86C; 
    }   
  #footer a:hover { 
    color:#FFF; 
    } 
  #footer h4 { 
    padding:120px 0px 20px 20px;    
    font-size: 12px; 
    } 

	
/* Header references */ 
  h1 { 
    padding:0px;    
    } 
  h3 { 
    margin-top:0px; 
    } 
  h4 { 
    margin-top:0px; 
	} 

/* Main Dead Goods logo */ 
  #masthead img { 
    float:left; 
    margin:0px 0px 0px 0px; 
    } 

/* Turn off borders on image links */ 
  img { 
    border:0; 
    } 
	


/* IE PNG transparency fix */ 	

/*
   img, div { behavior: url(iepngfix.htc) }
   
*/





/* NEW CSS */

.logo{
	margin:0;
	padding:0;
	}
	
	
#sidebar h3{
	margin:0;
	padding:0;
	}
	
.clear{
	clear:both;
	}
	
	
	
	
/* Masthead and descendants */ 
  #masthead { 
    clear:both; 
    hei/ght:71px; 
    background:url(images/home_header.png) no-repeat;
	} 
	
  #masthead ul { 
    padding:30px 0px 0px 20px;
    margin:0;
    display:block;
    } 

  #masthead li { 
    display:inline;
    margin:0px 15px 0px 0; 
    } 
	
  #masthead li a:link, #masthead li a:visited {
    text-decoration:none; 
    font-size:1.3em !important; 
    font-weight:bold; 
    color:#FFE86C; 
    }
	 
  #masthead li a:hover { 
    color:#FFF; 
    } 
