/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

body {background:#4e6c49 url(custom/images/background.jpg) top repeat-x; background-attachment: fixed; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; padding:0; margin:0; color:#000000;}

body.custom div#wrapper { background:transparent; }
 

body.custom div#header { background:transparent; border:none; }
body.custom div#header { position: relative } 
 
body.custom div#navigation ul.navigation { margin: 0px 0 0px 200px; } 
body.custom div#navigation, body.custom div#navigation * { background: none; border:none; }   
body.custom div#navigation { background: url(custom/images/navigationalt.png) no-repeat; } 
body.custom div#navigation ul li ul { background: url(custom/images/navbuttonalt.jpg) repeat-y; } 
  
body.custom div#container { background: url( custom/images/17.png ); }
body.custom div#leaf-17 { background: transparent; }

div.headway-leaf { background:none repeat scroll 0 0 transparent; }
body.custom a.more-link { color:#ffffff; background:#0D4566; }

  
body.custom div#footer { background: url( custom/images/footer.png ); }  