/*
EDITING WP LAYOUT
*/

body {
        background: url(http://i25.tinypic.com/2eect1d.gif);
	}

ul.menu li a:hover { 
	color: black !important;
	background-color: white;
}

.secondary h6 { /* Secondary H6 is sidebar headlines */
	font-size: 1.2em;
        text-align: left;
        font-weight: bold;
        line-height: 20px;
        border-bottom: 1px solid grey;
        border-top: 1px solid grey;
	font-family: Verdana;
        font-color: white !important;
	padding: 0;
	margin: 15px 0;
	display: block;
}


