/*
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.custom div#footer, body.custom div#footer-container {background: url(http://victorsentme.com/wp-content/uploads/2010/05/antique-paper2.jpg) repeat-y; }

body.custom div#navigation ul.navigation li.page_item a:hover {background: #FFFFFF; color: #881D15; text-decoration: none;}

body.custom blockquote {background-image:none; background: #FFEFD5; border: 2px #881D15 solid; margin: 10px 50px; padding: 10px;}



