html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big,
del, dfn, font, img, kbd, q, s, samp, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

body {
  font-family: Verdana, Tahoma, serifSansSerifMonospace, "MS Sans Serif", Geneva, sans-serif;
  font-size: 11px;
  color: #11593b;
  text-align: left;
  line-height: 15px;
  background: #fefaf0;
}

strong {
  font-weight: bold;
}

a {
  color: #11593b;
  text-decoration: none;
}

#container {
  width: 660px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 150px;
}

#logo {
  width: 160px;
  margin-right: 25px;
  float: left;
  height: auto;
  overflow: hidden;
}

#content {
  width: 475px;
  float: right;
  height: auto;
  overflow: hidden;
  padding-top: 70px;
  margin-bottom: 20px;
}

img.text {
  margin-bottom: 100px;
}

ul.menu {
  border-top: 1px solid #ead9c1;
  text-align: center;
  width: 660px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 30px;
  margin-top: 20px;
}

ul.menu li {
  min-height: 60px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  _height: 60px;
  margin: 0 15px;
}

.clear {
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  clear: both;
}