body {
	margin: 0;
	padding: 0;
	background: #191919;
	font-family: georgia, serif;
	font-size: 0.9em;
}

div.contentColumn {
	width: 760px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

div.hr.oversize {
	height: 3px;
	border: 0;
	background: url(hr_oversize_24.png) 50% 50% no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/core/hr_oversize_24.png',sizingMethod='scale');
	padding: 0;
	margin: 20px 0 20px -110px;
	_margin-left: 0;
	_position: relative;
	/* _left: -110px; */
	width: 980px;
	_width: 760px;
	clear: both;
}

div.hr.oversize hr {
	display: none;
}

span.highlight {
	color: #ff6600;
}

ul.shelf {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.shelf li {
	display: inline;
	margin: 0 1px 0 0;
	padding: 0;
}

ul.shelf li.last {
	margin-right: 0;
}

ul.shelf li a img {
	border: none;
}

p.align_center {
	text-align: center;
}

p.align_right {
	text-align: right;
}

p.intro {
	font-weight: bold;
}

p.notification {
	font-style: italic;
	border: solid 1px #c54f18;
	padding: 10px;
	background: #f60;
}

a.button {
	background: #fff url(button_background.png) 0 50% repeat-x;
	border: solid 1px #e5e5e5;
	padding: 3px 5px;
	color: #ff6600;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Gill Sans", Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	-moz-border-radius: 4px;
	line-height: 2em;
}

a:hover.button {
	border-color: #ccc;
}

a.button span {
	padding-left: 12px;
	background: url(button_bullet.png) 0 50% no-repeat;
}

#location {
	background: url(underline.png) 0 100% repeat-x;
	margin: 0;
	padding: 0 5px 5px;
	overflow: hidden;
	_zoom: 1;
	_overflow: visible;
	font-style: italic;
	font-size: 0.9em;
}

#location dt,
#location dd {
	float: left;
	margin: 0;
	padding: 0;
}

#location dt {
	color: #ff6600;
	background: #fff;
	padding-right: 4px;
	position: relative;
	z-index: 2;
}

#location dd {
	padding-left: 10px;
	padding-right: 4px;
	background: url(bullet.png) 0 50% no-repeat;
	position: relative;
	left: -10px;
}

#location a {
	color: #8a8a8a;
	text-decoration: none;
}

#location a:hover {
	text-decoration: underline;
}

#header {
	background: #fd8527 url(header.png) 50% 50% repeat-x;
	height: 100px;
	position: relative;
	overflow: hidden;
	color: #222;
}

#header div.contentColumn {
	background: url(header_bottom.png) 50% 100% no-repeat;
}

#header div.contentColumn div {
	background: url(logo.png) -8px 0 no-repeat;
	height: 82px;
	padding: 18px 0 0 50px;
	margin: 0;
}

#header h1,
#header h3 {
	margin: 0;
	padding: 0;
}

#header h1 {
	color: #fff;
	font-weight: normal;
	font-size: 2.5em;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h1 sup {
	color: #333;
	font-size: 0.6em;
	font-style: italic;
	border-bottom: solid 1px #222;
}

#header h3 {
	text-transform: uppercase;
	font-size: 1.25em;
	font-family: "Gill Sans", Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
}

#header h3 a {
	color: #333;
	text-decoration: none;
}

#header p {
	position: absolute;
	bottom: 21px;
	right: 0;
	margin: 0;
	margin: 0;
	font-style: italic;
	font-size: 0.9em;
	color: #eee;
}

#main {
	background: #fff url(main_top_background.png) 50% 0 no-repeat;
	padding: 20px 0 0;
}

#main .inner {
	background: url(main_bottom_background.png) 50% 100% no-repeat;
	min-height: 275px;
	_height: 275px;
}

#main h2 {
	text-transform: uppercase;
	color: #ff6600;
	font-family: "Gill Sans", Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

#footer {
	padding: 15px 0 15px 0;
	font-size: 0.9em;
	color: #8a8a8a;
}

#footer div.hr.oversize {
	background: #5e5e5e url(hr_oversize_dark.png) 50% 50% no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/core/hr_oversize_dark.png',sizingMethod='scale');
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	_height: 1%;
}

#footer ul li {
	float: left;
	width: 16.6%;
	margin: 0;
	padding: 0;
}

#footer ul li a,
#footer ul li span {
	text-decoration: none;
	color: #ff6600;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul li.penguin {
	text-align: right;
	width: 19%;
}

#footer ul li ul li {
	float: none;
	width: 100%;
	color: #8a8a8a;
	font-size: 0.9em;
	_font-size: 0.8em;
	margin-top: 7px;
}

#footer ul li ul li a {
	color: #8a8a8a;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

#footer p a {
	color: #8a8a8a;
}
