/* 
    AUTHOR: Jeff Crump
            jeff@jeffcrump.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Helvetica, sans-serif; }
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; }
a img { border: none; }
/* END RESET */


/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */


body {
	background-color: #ffffff;
}


p {
	font-size: 14px;
}


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

a:hover {
	text-decoration: underline;
}




h1 { 
	font-size: 48px; 
	font-weight: normal;
	letter-spacing : -0.2px;
	text-indent: -99999px;
}

h2 { 
	color: #cbcaca;
	font-size: 36px; 
	padding: 10px;
	margin: 0px 0px 0px 10px; 
	font-weight: normal;
	letter-spacing : -1px;
	line-height: 18px;
}






#container {
	width: 900px;
	margin: 0 auto;
}


#header { 
	background: url(art/sussman-logo.png) no-repeat;  
	width: 430px; 
	height: 127px;
	margin-top: 80px;
	margin-bottom: 35px;
}


#contact {
	margin-top: 25px;
	margin-bottom: 135px;
	padding-top:40px;
	border-top: 1px solid #ededed;
	width: 635px;
}


#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#legal { 
	width: 900px;
	margin: 0 auto;
}

#legal p { 
	font-size: 12px;
	color: #bcbcbd;
	margin-bottom: 50px;
	line-height: 18px;
}

#bottombar { 
	background-color: #B4B6B9;
	height: 30px;
	width: 100%;
}

