div#header {
	background-image: url(/images/header/back-january2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #000000;
	padding:10px 0px 4px;
}
	p#site_title {
		display: inline-block;
		margin:0 0 10px;
		font-family: Helvetica;
		font-size: 56px;
		font-weight: bold;
		padding-left: 20px;
		/*text-shadow: 0px 0px 6px #555;*/
		text-shadow: 2px 1px 2px #555555, -2px -1px 2px #555555;
	}
		p#site_title a {
			color: #fff;
			text-decoration: none;
		}
			/*img#site_logo {
				border:none;
				margin-left: 20px;
			}*/

