/*************************************************************************/
/*************************** global styles *******************************/

html, body{
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#2A2A2A;
}
#playMe{
	width:100%;
	height:100%;
	margin:0 auto;
}

/*************************************************************************/
/***************************** no flash **********************************/

#outer{
	width:100%;
	padding:25px 0;
	background:url(../assets/home.jpg)  no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#inner{
	width:500px;
	margin:0 auto;
	padding:25px 25px 10px 25px;
	background:#FFFFFF;
}
.story{
	margin-bottom:40px;
}
.title{
	margin-bottom:11px;
	padding-bottom:4px;
	_padding-bottom:0; /* IE6 */
	border-bottom:1px solid #E0E0E0;
}
#title{
	width:200px;
	float:left;
}
.copy{
	width:500px;
	padding-bottom:20px;
}
h1{
	margin:0 0 6px 0;
	font-size:22px;
	line-height:24px;
	font-weight:normal;
}
h2{
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#ADA69E;
}
h3{
	font-size:16px;
	font-weight:normal;
	line-height:21px;
}
p{
	padding:0;
	margin-top:0;
	margin-bottom:15px;
}
/* default */
a:link, a:visited, a:active {color:#7E9013; text-decoration:underline;}
a:hover{color:#414141; text-decoration:underline;}
