html { height:100%; }

body {
	height: 100%;
	background-color: #f2f2e8;
	margin: 0;
	font-family: "Lucida Grande", Verdana, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

#Container {
  position: relative;
  margin: 0 auto;
  width: 700px;
  
  height: auto !important;
  height: 100%;
  min-height: 100%;
  
  background-color: #f4f4ec;
  border-left: 1px solid #e0e0cb;
  border-right: 1px solid #e0e0cb;
}

#Header {
  background-color: #3e3a33;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3a33', endColorstr='#635d51');
  background: -webkit-gradient(linear, left top, left bottom, from(#3e3a33), to(#635d51));
  background: -moz-linear-gradient(top, #3e3a33, #635d51);	
}

h1 {
	font-family: Tahoma, Arial, sans-serif;
	color: #ffffff;
  margin: 0 auto;
  padding: 30px 10px;
}

h3 {
  margin-top: 20px;	
}

#Main {
	padding:1em 1em 5em;
}

a {
  color: #336699;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#Footer {
  position: absolute;
  bottom: 0;
  margin: 10px 0 0 0;
  padding: 1em 0;
  text-align: center;
  font-size: 0.8em;
  width: 100%;
  color: #555555;
  border-top: 3px double #dcdcc1;
  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcc1', endColorstr='#e6e6d2');
  background: -webkit-gradient(linear, left top, left bottom, from(#dcdcc1), to(#e6e6d2));
  background: -moz-linear-gradient(top, #e6e6d2, #dcdcc1);
}

#BottomMenu {
	padding: 0;
	margin: 0 0 1em;
}

#BottomMenu li {
	padding: 0px 1em;
	margin: 0;
	list-style-type: none;
	display: inline;
}

#BottomMenu li:not(:last-child) {
	border-right: 1px solid #555555;
}

.clearfix {
  clear: both;
}

blockquote {
  margin-left: 1em;
  color: #555555;
}
