/* @group Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin: 0;
	padding: 0;
	background-position: left top;
	background-repeat: no-repeat;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
/* @end */
body {
	background: #25160D;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	color: #25160D;
	line-height: 16px;
}
#page {
	width: 954px;
	margin: 0 auto;
}
/* @group Header */
#header {
	height: 100px;
	background: url(../images/layout/header_bg.jpg) left top no-repeat;
	position: relative;
}
#logo {
	position: absolute;
	left: 0;
	top: 26px;
}
/* @end */
/* @group Footer */
#footer {
	clear: both;
	color: #7C736E;
	margin-bottom: 20px;
	padding: 15px 2px;
	border-top: 1px solid #51453E;
}
#footer a {
	color: #7C736E;
	text-decoration: none;
}
#footer span.left {
	display: block;
	width: 50%;
	float: left;
}
#footer span.left a {
	padding-left: 14px;
	background: url(../images/layout/return_to_top_arrow.gif) left center no-repeat;
}
#footer span.right {
	display: block;
	width: 50%;
	float: right;
	text-align: right;
}
/*
@end */