article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }

a:hover, a:active { outline: none; }

a {
	padding-left: 2px;
	text-decoration: none;
	color: #ffffff;
	display: block;
}

a:hover,
a:focus { background-color: #fc7337; }

body {
	background: #000000 url('../images/background.jpg') no-repeat top center;
	font-family: 'DollyRoman', serif;
	font-size: 11px;
	color: #ffffff;
}

#page {
	padding-top: 37px;
	overflow: hidden;
}

header {
	position: relative;
	padding-top: 22px;
}

header h1 {
	width: 501px;
	height: 394px;
	text-indent: -9999px;
	background: url('../images/logo.png') no-repeat top left;
}

#content div:first-child,
#content div ul:first-child {
	padding-top: 25px;
	background: url('../images/thing.png') no-repeat top left;
}

#content p span { color: #fc7337; }

#content ul {
	margin: 0px 0px 0px 110px;
	padding: 0px;
	list-style: none;
}

#content ul li { margin: 12px 0px; }
#content ul li:first-child { margin-top: 0px; }

a.pmi {
	width: 115px;
	margin-left: 9px;
	float: left;
}

a.fb {
	float: right;
	margin-right: 0px;
	width: 95px;
}
span.plus_symbol {
	float: left;
	font-size: 19px;
	line-height: 19px;
	text-align: center;
	vertical-align: baseline;
	width: 285px;
}