/*================================================================
LAYOUT stylesheet for the website.

Define layout and backgrounds for:
  - Body
  - Wrapper
  - Header
  - Sidebar
  - Content
  - Footer
  ( Navigation is defined in nav.css )
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/


/* BODY 
----------------------------------------------------------------*/
body {
  background: #666 url(../images/bg_fade.jpg) repeat-x;
}


/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
  background: #fff;
  clear: both; 
  width: 670px;
  height: 480px;
  margin: 80px auto;
}

#wrapper img {
  border: none;
}