/************************************************************************************
-------------------------------------------------------------------------------------
	
	"dash-holding.css"
	@author Dave Ashman <public@daveashman.com>
	
-------------------------------------------------------------------------------------
************************************************************************************/



/*	-	Global
-----------------------------------------------------------------------------------*/

*{
	margin:  0;
	padding: 0;
}
.clear:after,
body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

html{
	background: #e8e3d7;
}
body{

}
#wrapper{
	background: #f9f6e6 url('/img/bg.jpg') no-repeat top left;
	height: 510px;
	margin: 0 auto;
	padding-top: 90px;
	width: 800px;
}
#wrapper-inner{
	margin: 0 auto;	
	width: 370px;
}
h1{
	background: url('/img/logo.png') no-repeat top left;
	height: 157px;
	margin-bottom: 15px;
	text-indent: -999em;
	width: 370px;
}
p{
	color: #6b0200;
	font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1.2em;
	letter-spacing: -0.05em;
	padding-left: 5px;
}

p.intro{
	font-size: 1.5em;
	line-height: 1.2em;
	letter-spacing: -0.05em;	
}
a{
	background: #000;
	color: #fff;
	font-size: .9em;
	padding: 1px 3px;
	text-decoration: none;
}
a:hover{
	color: #e3d601;
}