* {
	margin:0; padding:0; border:0
}
html{
overflow:auto !important;
}
body {
	background:#d1c8b7 !important;
	font: normal 12px/1.5 Arial, Verdana, Sans-serif !important;
	color:#625a48;
	overflow:hidden;
}
* html body {
	overflow:auto !important;
}

*+html body {
	overflow:auto !important;
}

/* hide from ie on mac \*/
html, body, #website {
    height: 100%;
    overflow: hidden;
}
/* end hide */
body {
    background: #9b8e76;
    font: 86% "Helvetica Neue", Arial, sans-serif;
    margin: 0;                
}

h1, h2, h3 {
	font: normal 24px times, Serif;
	margin:16px 0;
}

h1 {
	font-size:36px; margin-bottom:40px;
}
.story h1 {
	line-height:1;
}
.story #content img {
	width:499px;
	margin:10px 0;
}
.story #content div.pushes img {
	height:76px;
	margin:0;
}
.story #content div.pushes a:hover {
	text-decoration:none;
}
h1 span {
	color:#eee7db;
	font-size:24px;
}
h1 span {
	color:#eee7db;
	font-size:24px;
}

/*body#home h1, #logo {
	float:right;
	margin-bottom:40px;
}

body#home h2 {
	display:inline;width:auto;
}*/
.home h1, #logo {
	float:right;
	margin-bottom:40px;
}

.home h2 {
	display:inline;width:auto;
}

h2 sub {
	display:block; width:auto;
	text-align:left;
}

#page {
	/*overflow:hidden;*/
	overflow:auto;
	width:980px; margin:15px auto	
}

#navigation {
	list-style:none;
	float:right;
	width:230px;
	font: normal 16px times, Serif;
}

#content {
	float:left;
	width:500px;margin-top:120px; padding-left:20px;
}
#content ul {
	list-style:none;
}
#content ul li a:hover p, #content ul li a:hover h2 {
	text-decoration:underline;
}

#content p span {
    display:block;
	margin:12px 0;
	font-size:12px !important;
	color:#625a48 !important;
}
#content div.description {
	margin-bottom:3em;
}
#content div.description img {
	margin-bottom:1em;
}

a {
	color:#625a48;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
#website{
	overflow:auto !important;
}