html {
	background-image:url('../images/bg-html.jpg');
	background-repeat:repeat;
	background-color:#fbfbfb;
	margin:0;
}
body {
	background-image:url('../images/bg-body.png');
	background-repeat:repeat-x;
	background-position:center 40px;
	background-color:transparent;
	margin: 0;
	text-align:center;
}
p, ul, li {
	font-family:helvetica, verdana, arial, sanserif;
	color:#595959;
	line-height:140%
}
h1, h2 {
	color:#303030;
	font-size:175%;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	letter-spacing:.05em;
	margin-bottom:.5em;
}
h1 {
	font-size:245%;
	text-transform:uppercase;
	margin-top:.3em;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#header {
	text-align:center;
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	background-position:center top;
	width:954px;
	height:230px;
	margin:0 auto;
}
#header a.logo img {
	border:0;
	position:top center;
	width:190px;
	min-height:202px;
}
#doc4 {
	margin:auto;
	width:882px;
}
#doc4 {
	margin-top:10px;
}
.topnav {
	float:left;
	margin-top:100px;
	display:inline-block;
	width:375px;
	text-align:center;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size:180%;
	font-style:italic;
	color:#676767;
}
	.topnav.left {
	}
	.topnav.right {
		float:right;
	}
	.topnav a {
		font-family: 'Oswald', sans-serif;
		font-style:normal;
		font-size:89%;
		color:#595959;
		padding:0 8px;
		letter-spacing:.08em;
	}
p.footer {
	text-align:center;
	clear:both;
}
.thumbnails img, .splash img {
	border:1px solid #fff;
	margin-bottom:21px;
	vertical-align:text-bottom;
	box-shadow: 3px 4px 3px #8b8b8b;
}
	img.hidden {
		display:none;
	}
.yui-g .yui-u  {
	width: 49.55%
}
.yui-g .yui-g .yui-u  {
	width: 49.2%
}
.splash {
	float:left;
	padding-right:32px;
}
.textcontainer {
	float:left;
	width: 49.2%;
	padding: 18px 25px;
	margin-bottom:30px;
	background-color:#303030;
}
	.textcontainer p, .textcontainer li {
		color:#cdcdcd;
	}
	.textcontainer h1, .textcontainer h2 {
		color:#fff;
	}
	.textcontainer a {
		color:#f2aa1b
	}