
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}

body {
	background: #999;	
	font-family: arial, helvetica, verdana, tahoma, geneva, sans-serif;
	font-size: 12px;
}
ol, ul {list-style: none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a, .red {
	color: #c00014;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#page {
	width: 1000px;
	margin: 0 auto;
	background: #fff url(../i/header.jpg) no-repeat;
	text-align: center;
	border-bottom: 24px solid #85898a;
}
#header {
	height: 200px;
	color: #fff;
}
#header h1 {
	font-size: 14px;
	padding-top: 42px;
}
#header h1 span {
	position: relative;
	display: block;
	top: 78px;
	left: 8px;
	letter-spacing: 16px;
}
#content {
	padding: 210px 20px 10px 20px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
#content dl {
	width: 620px;
	margin: auto;
}
dl dd {
	margin-bottom: 13px;
}
dl dt {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
	background: url(../i/bullet.gif) no-repeat 0 5px;
	padding-left: 15px;
}
#decoretto {
	background: url(../i/chair.jpg) no-repeat center 0;
	padding-top: 130px;
	margin-top: 10px;
}
*:first-child+html dl dt {
	display: inline;
}
