html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;	/* tables still need 'cellspacing="0"' */
	border-spacing: 0;
}
img {
	display: block;
	border: 0;
}
/*	End of reset styles	*/
html, body, #page {
	height: 100%;
}
html {
	font-size: 16px;
	line-height: 1.125em;
	background: #c6c6b6;

}
body {
	display: table;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;	/* => 12px */
	line-height: 1.5em;
	color: #33332f;
	background: #c6c6b6;
}
strong, em {
	color: #66665e;
}
a:link, a:visited, a:focus, a:hover, a:active {
	color: #66665e;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #780e10;
}
.clearfix:after, #wrap:after, #content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page {
	display: table-cell;
	vertical-align: middle;
	width: 580px;
}
#wrap {
	margin: 80px 0;
}
#content {
	border: 1px solid #e1e1d0;
	background: #ccccbc;
	padding: 36px;
	float: left;
}
h1 {
	height: 74px;
	padding-left: 110px;
	background: url(../img/brand.gif) 0 0 no-repeat;
	margin-bottom: 36px;
}
h1 a {
	display: block;
	height: 45px;
	width: 175px;
	border: 0 !important;
	background: url(../img/title.gif) top left no-repeat;
}
h1 a span {
	position: absolute;
	left: -9999px;
}
h2 {
	margin: 24px 0;
	color: #455f5f;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	white-space: nowrap;
}
ul {
	margin: 24px 0;
}
li {
	display: inline;
	margin-right: 6px;
}
ul span {
	background: url(../img/bullet.gif) 0 center no-repeat;
	padding-right: 15px;
}
p {
	margin: 24px 0 0;
	white-space: nowrap;
	letter-spacing: 1px;
	font-weight: bold;
	color: #66665e;
}
