body { color: #333; font: Georgia, "Times New Roman", Times, serif; text-align: center; }

#header-wrapper {
  height: 1px;
  width:800px;
  margin:0 auto 10px;
  }
  
#outer-wrapper {
  width: 800px;
  margin:0 auto;
  padding:10px;
  text-align:center;
  font: normal 16px Georgia, "Times New Roman", Times, serif;
  }

#main-wrapper {
  width: 800px;
  line-height: 27px;
  float: left;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }
  
/* Text Elements
--------------------------------*/
.big {
	font-size: 22px;
	line-height: 30px;
}

.bigger {
	font-size: 25px;
	line-height: 30px;
}

.small {
	font-size: 14px;
	margin-left: 75px;
	margin-right:75px;
	text-align: left;
}

h1 {
	font-family: Georgia, Times;
	font-size:80px;
	font-weight:bold;
	letter-spacing:-3px;
	line-height:44px;
	margin-top:10px;
	margin-bottom:25px;
}

h2 {
	font-family: Georgia, Times;
	font-size: 27px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:25px;
	margin:0;

}

p { margin:0 0 .5em; }

a:link, a:visited { color: #919F20; border-bottom: 1px dotted #919F20; text-decoration: none; }
a:hover { color: #555; text-decoration: none; border-bottom: 1px dotted #444; background-color: #E2ED5B; }

