/* section: base
---------------------------------------------- */
html { /* force vertical scrollbar */
	height: 100%;
	margin-bottom: 1px;
}

body {
    margin: 0;
    padding: 0;
    background: #fff url(logo_back.jpg) center top no-repeat;
	color: #000;
	font: 14px/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.left { float: left; }
.right { float: right; }

	/* section: headers
	---------------------------------------------- */
	h2 {
		color: #333;
	    border-bottom: 1px solid #bbb;
	    font-size: 30px;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	}
	
	h3 {
		color: #333;
	    font: 10px/13px "Lucida Grande";
	    margin-bottom: 44px;
	    text-transform: uppercase;
	}
	/* ------------------------------------------- */

	/* section: paragraphs
	---------------------------------------------- */	
	p {
	    
	}
	/* ------------------------------------------- */

	/* section: links
	---------------------------------------------- */
	a {
	    color: #000;
	    font-weight: bold;
		text-decoration: none;
	}
	
	a:hover {
	    color: #bbb;
	}
	/* ------------------------------------------- */

	/* section: variations
	---------------------------------------------- */
	em {
		font-style: italic;
	}

	strong {
		font-weight: bold;
	}

	.small {
		font-size: 0.8em;
	}
	/* ------------------------------------------- */
/* ------------------------------------------- */

/* section: structure
---------------------------------------------- */
	/* section: wrapper
	---------------------------------------------- */
	#wrapper {
		margin: 0 auto;
		padding: 0 0 80px 0;
		width: 620px;
	}
	/* ------------------------------------------- */
	
	/* section: header
	---------------------------------------------- */	
	#header {
		margin-bottom: 80px;
	}
	
	#header h1 {
	    font-size: 1px;
	}
	
	#header h1 a {
	    display: block;
	    height: 160px;
	    text-indent: -99999px;
	    width: 202px;
	}
	
	#header ul li {
	    float: left;
	    margin-left: 30px;
	    line-height: 38px;
	}
	/* ------------------------------------------- */
	
	/* section: splash
	---------------------------------------------- */
	.splash p {
		margin-bottom: 80px;
	}
	
	.splash p img {
		display: block;
	}
	/* ------------------------------------------- */
	
	/* section: entry
	---------------------------------------------- */
	.entry p {
	    font: 16px/28px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: 300;
	    margin-bottom: 44px;
	    text-align: justify;
	}
	
	.entry p a {
	    font-family: "Helvetica Neue";
	}
	
	.entry p img {
	    border: 1px solid #bbb;
	    display: block;
	    padding: 9px;
	    width: 600px;
	}

	.entry ul {
	    font: 22px/38px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: 300;
		color: #666;
	    margin-bottom: 44px;
	}
	

	#sublines {
		margin: 0;
		padding: 0;
		height: 80px;
	}


	/* ------------------------------------------- */
	
	/* section: footer
	---------------------------------------------- */
	#footer {
	    border-top: 3px double #bbb;
	    padding-top: 20px;
	}
	
	#footer p {
	    font: 10px/13px "Lucida Grande";
	}

	#footer p.right {
    	background: url(logo-small.png) right no-repeat;
		height: 20px;
		width: 200px;
		display: block;
	}

	/* ------------------------------------------- */
/* ------------------------------------------- */