
html, body {
	background-color:#0099B9 ;
		background-image: url(/wp-content/uploads/dhbg.jpg)   ;
		background-attachment: fixed;
	background-position:left top;
		background-repeat:no-repeat ;
		color: #353535  ;
}

a {
	color: #000000 ! important;
	text-decoration:none;
}

a:hover {
	color: #000000  ! important;
	text-decoration:underline;
}

.sidebar-wrapper{
	background-color:#0484bf ;
    border-left:#353535 1px solid;
}
