/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

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.custom {
background:transparent url(http://www.nationwideclassifieds.com/blog/wp-content/themes/headway/media/images/background.jpg) repeat-x scroll center top; background-attachment: fixed;
} 

 
/*Changes wrapper background color*/
body.custom div#wrapper {
background:#ffffff none repeat scroll 0 0;
border:medium none;
}
 
 
 


/*changes header background color*/
body.custom div#header {
background:#ffffff url(http://www.nationwideclassifieds.com/blog/wp-content/themes/headway/media/images/background.jpg) none repeat scroll 0 0;
border:medium none;
float:left;
margin:0px 0 0;
width:auto;
}

body.custom div#navigation {
background:transparent none repeat scroll 0 0;
border:medium none;
float:left;
font-size:1.05em;
margin:0px 0 0;
width:auto;
} 
 
body.custom div#navigation ul li {
background:transparent url(http://www.nationwideclassifieds.com/blog/wp-content/themes/headway/custom/images/nav_separator.jpg) no-repeat scroll right center;
padding:0 5px 0 5px;
} 
