/* Backgrounds
-----------------------------------------------------------------------------*/

body {
	background-image: url('../i/body_small_bg.png');
}


#header {
	height: 242px;
	background-image: url('../i/header_small.jpg');
}

/* Header Elements
-----------------------------------------------------------------------------*/

#site_title {
	left: 360px;
	bottom: 50px;
	padding: 0;
	margin: 0;
	}

#site_title h1 {
	font-size: 32px;
	}

#site_title h1 span#first_line {
	margin-left: 0;
	font-size: 60px;
	}
	
	#site_phone {
	right: 40px;
	bottom: 40px;
	}

