/* 

Title: Slate-ish
URL: http://www.slate-ish.com

*/

body{
	text-align: center;
	font: normal .825em/1.5em "Helvetica Neue", "Arial", sans-serif; 
	background: #000;	
	color: #999;
}

a{
	text-decoration: none;
	color: #999;
}

#container{
	width: 725px;
	margin: 0 auto;
 	text-align: left;
}

#header{
	position: relative;
	width: 725px;
	height: 90px;
	margin: 82px 0 40px;
	background: url(../images/header_bg.gif) bottom left no-repeat;
}

h1{
	width: 555px;
	margin-left: 50px;
	text-indent: -9999px;
}

h1 a{
	display: block;
	width: 260px;
	height: 70px;
	background: url(../images/slate-ish_logo.gif) top left no-repeat;
}

#email{
	position: absolute;
	bottom: 20px;
	left: 600px;
	width: 75px;
	text-align: right;
	text-transform: uppercase;
}

#content{
	clear: both;
	float: left;
	width: 555px;
	margin-bottom: 40px;
}

h2, h3{
	margin: 0 0 16px 100px;
}

h2{
	text-transform: uppercase;
}

h2, h3, .bold{
	font-weight: bold;
}

#content p, ul{
	margin: 0 0 16px 110px;
}

#photos{
	float: left;
	width: 75px;
	margin: 0 0 40px 45px;
}

#photos img{
	margin-bottom: 35px;
}
