#wrapper {
	margin: 30px auto;
	width: 862px;
	padding: 17px;
	border-radius: 8px;

	background-image: url(/img/underlay.png);
}

#page {
	width: 700px;
	height: auto;
	background: #f8f8f8;

	line-height: 19px;

	padding: 40px 80px;
	color: #444;

	border-radius: 3px;
	border: 1px solid #ddd;
	border-top: 2px solid #fff;
	border-bottom: none;
	box-shadow: 0 2px 6px #777;
}

/*
 *
 */
#page #header {

	width: 100%;
	text-align: right;

	margin: 40px 0;
}
	
#header #logo-small {

	display: inline-block;
	outline: none;
	
	width: 150px;
	height: 40px;

	background-image: url(/img/logo-small.png);
	background-repeat: no-repeat;
	background-position: right;
}

/*
 *
 */
#page #main {
	width: 500px;
}

#main h1 {
	color: #DE4D3A;
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 40px 0;
}

#main h1 a#pr-rss {
	display: inline-block;
	margin-left: 5px;
	
	color: #aaa;
	font-size: 10px;
	text-decoration: none;
}

#main h1 a#pr-rss:hover {
	color: #E4341C;
/*	text-decoration: underline; */
color: #d6301a;
}

#main h1 a#pr-rss span {
	opacity: 0;
}

#main h1 a#pr-rss:hover span {
	color: #E4341C;
	opacity: 1;
color: #d6301a;
}

/*
 *	press releases and logos
 */
#main #pr a {
	display: block;

	margin: 0 -15px;
	padding: 5px 15px;
	width: 100%;
	color: #444;

	cursor: pointer;
	text-decoration: none;

	border-radius: 4px;
}

#pr a:hover {
	background: #e8e8e8;
	color: #222;
	text-decoration: underline;
	background-image: url(/img/download.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#pr a span {
	display: inline-block;
	width: 100px;
	margin-right: 40px;
	color: #aaa;
}

#pr a:hover span {
	color: #888;
}

/*
 *
 */
#page #footer {
	width: 100%;
	text-align: right;

	font-size: 11px;
	line-height: 15px;
	color: #888;

	margin: 40px 0;
}

#footer a {
	color: #888;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #E4341C;
color: #d6301a;
}

