/* reset styles */

html, BODY, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tBODY, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

em {
  font-style: normal; }


/* basic styles */

body {
  color: #868585;
  font-family: Georgia, Times, serif;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6 {
  color: #d9a94a;
  font-weight: normal; 
}

h1 { 
  font-size: 48px; 
}

h2 {
  font-size: 34px;
  letter-spacing: -0.07em;
  padding-bottom: 14px; 
}

h3 {
  font-size: 18px; 
}

h4 {
  font-size: 14px; 
}

h5 {
  font-size: 12px;
}

p {
  padding: 6px 0px; 
  font-size: 22px;
  line-height: 24px;
  color: #868585;
  letter-spacing: -0.01em;
}

a {
   color: #868585;
  text-decoration: underline;
}

a:hover {
  color: #5e73b8;
  text-decoration: underline; 
}

a img {
  border: none; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #d9a94a;
  text-decoration: underline; 
}

dl dt {
  font-size: 14px;
  line-height: 16px; 
}

dl dd {
  font-size: 12px;
  line-height: 14px; 
}

sup {
  cursor: help; 
}

button {
  cursor: pointer; 
}

/* skeletal structure */


body {
	padding: 35px;
	background-color:#FFF;
}

h1 {
	display:block;
	width: 271px;
	height: 72px;
	margin: 0 0 35px 0;
	background:transparent url(/images/logo_big.gif) left top no-repeat;
	text-indent: -9000px;
}

#content_list li {
	width: 565px;
	margin: 0 0 35px 0;
	background-color: #FFFFFF;
}


p small {
	display:block;
	font-size: 75%;
}

#contact iframe {
	margin: 14px 0 0 0;
}


#contact small {
	font-size: 50%;
}

#content_list li#footer {
	margin:0;
	padding:0;
	background: none;
	border:none;
	font-size: 75%;
}








