body
{
    background: url(/blog/wp-content/themes/BlackandDecker-Blog/images/tile.gif) repeat;
}

#wrapper
{
    text-align: left;
    width: 920px;
    position: relative;
    left: 50%;
    margin-left: -460px;
    margin-top: 20px;
}


/*Header*/

#header
{
     float: left;
     width: 465px;
}

#topbar
{
     width: 920px;
     height: 26px;
     background: url(/blog/wp-content/themes/BlackandDecker-Blog/images/top-bg.gif) repeat;
}

#midbar
{
     width: 920px;
     background: url(/blog/wp-content/themes/BlackandDecker-Blog/images/center-bg.gif) repeat;
}

#branding
{
     float: left;
     width: 920px;
     height: 125px;
     
}

#logoarea
{
     float: left;
     width: 450px;
}

#logoarea img
{
    float: left;
    margin: 0 0 0 21px;
}

/*Content*/

#contentWrapper
{
     width: 920px;
     background: url(/blog/wp-content/themes/BlackandDecker-Blog/images/content-bg.gif) repeat;
     float: left;
     margin: -30px 0 0 0;
}
#content
{
    float: left;
    margin: 10px 20px 30px 30px;
    width: 630px;
	font-family: Tahoma;
}
#content p
{
 font-size: 12px;
}
/*Main Nav Holder*/

#mainNavigation
{

    position: absolute;
    top: 110px;
    left: 0;
    width: 920px;
    margin: 0 0 0 21px;
}

/*Footer*/

#bottombar
{
     width: 920px;
     height: 30px;
     margin-top: -10px;
     background: url(/blog/wp-content/themes/BlackandDecker-Blog/images/bottom-bg.gif) repeat;
}

#footer
{
    float: left;
    padding: 0;
    text-align: center;
}

#footerMainNav
{
  font-family: Arial, Tahoma;
  font-size: .75em; 
  color: #f47920;
  width: 881px;
  background: url(/blog/wp-content/themes/BlackandDecker-Blog/images/footer-bg-top.gif) repeat-x;
  display: inline;
  float: left;
  height: 35px;
  margin-left: 20px;
  padding-top: 20px;
}

#footerMainNav ul    
    {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#footerMainNav ul li 
    {
	margin-left: 0;
	margin-bottom: 0;
    margin-top: 20px;
	padding: 0 7px;
	list-style: none;
	display: inline;
	}

#footerMainNav ul li a

    {
    text-decoration: none;
    color: #000;
	}
	
#footerMainNav ul li a:hover

    {
    text-decoration: none;
    color: #f47920;
	}













