html,body {
  height: 100%;
  font-family: "trebuchet ms";
  font-size: 11px;
  color: #707070;
}

a{
	color: #707070;
	text-decoration:none;
}

img#background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#page {
  z-index: 8;
  position: relative;
  width: 972px;
  /*border: 1px solid red;*/
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  background-repeat: repeat-y;
  height: 450px;
  margin-top: -205px;
}
br {clear: both;}

p.entry { float: right; font-size: 14px; margin-top: 5px; z-index: 200; }
p.entry a { color: gray; text-decoration: none; }

.intro_flash {
  border: 1px solid #dddddd;
  height: 410px;
  margin:0px;
  padding:0px;
}

h1{
	display:inline;
	font-size:16px;
}

h2{
	font-size:13px;
	margin-bottom:0px;
}

#lh2{
	font-size:13px;
	margin-bottom:0px;
	font-weight:bold;
}

p{
	margin-top:3px;
}

#lh1{
	font-size:16px;
	font-weight:bold;
	color: #707070;
}

#hometext{
	margin-top:90px;
}

#ood{
  clear:both;
	margin-top:15px;
	margin-bottom:5px;
	border-top:1px solid #888888;
	font-size:10px;
}

.red{
  color:red;
}

li{
  float:left;
  margin-right:12px;
  list-style-type:none;
}