/*
 * The main style.css can be found in the theme folder.
 *
 * Use this file to override the default styles (both this and the main style.css are 
 * loaded when a page is viewed).
 */
#header { 
        color: black;
        background: black url(http://dealdrop.co.uk/images/1254926499.jpg); 
	font-family: Helvetica, Arial, Sans-Serif;
        font-weight: bold;
        text-transform: none;
        text-align: center; 
        margin: 0px auto 0px;
        padding: 30px 0px 20px 0px;
	height: 200px;
}

#header h1 a {
	color: white;
	background-color: black;
}

#header h3 {
	color: red;
	background-color: yellow;
	display: inline;
}

#footer {
	background-color: black;
}

#footer a, #footer a:visited, #footer a:hover {
	color: red;
}

#content h1 a, #content h2, #l_sidebar h2, #r_sidebar h2, #content h3 {
  color: red;
  text-transform: none;
}

