a:link, a:visited, a:active { color: #8590A2; text-decoration: none;}
a:hover { color: #6A7382; text-decoration: underline; }

body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  font-family: Georgia, serif;
  font-size: 11px;
  color: #999;
  font-weight: normal;
  background-color: #111;
}

html {
  width: 100%;
  height: 100%;
}

p {
  margin: 0;
}
  
  
ul,li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 15px;
}

ul {
  padding-top:16px;
  margin-left:20px;
  color: #FFF;
  font: normal normal normal 11px/15px Verdana, sans-serif;
}
table {
	width: 100%;
	margin-top: 30px;
}

#outer{
  position:absolute;
  z-index:3;
  width:100%;
  height:100%;
  overflow: auto;
}

#inner{
  width:80%;
  height:100%;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}
.patina {
	padding: 20px 0 20px 0px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}
.gross {
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: normal;
	text-align:left;
}
.gross h3{
	margin-bottom:20px;
}

#content{
  
}

#content-margin {
  
}

#content div.block{
  margin-bottom:30px;
}

#content .block span.date {
  font: normal normal normal 12px/17px Georgia, sans-serif;
}

#content .block h1{
  font: bold normal normal 14px/17px Georgia, sans-serif;
  margin:0px;
  margin-bottom:4px;
}

#content .block a {
  border-bottom:1px dotted #FFF;
}
#content .block a:hover {
  border-bottom: none;
}

#background {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: 0; padding: 0;
}
#background img {
  width: 100%;
}


