html {
	min-height:100%;	
}
body {
  background: #fff url('../images/bg-bottom.png') repeat-x 0 bottom;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #808080;
  line-height: 1.5;
  margin: 0;
}

a {
  font-weight: normal;
  color: #3C9CE5;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

a img {
  border: 0;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #3C9CE5;
  font-weight: normal;
}

h1 {
  font-size: 30px;
  margin-left: 70px;
  margin-top: 65px;
}

h2 {
  font-size: 18px;
}

#logo {
  float: right;
  display: inline;
  margin-top: 65px;
  margin-right: 70px;
}

#container {
  background: url('../images/bg-top.png') no-repeat center top;
  width: 970px;
  padding: 0 10px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 25px;
}

#main {
  font-size: 0.9em;
  width: 430px;
  margin-left: 70px;
  float: left;
  display: inline;
  margin-right: 20px;
}

#share {
  font-size: 0.75em;
  float: left;
  display: inline;
  margin-right: 0;
  width: 310px;
  margin-left: 70px;
}

#share a.button {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 154px;
  height: 29px;
  background: transparent url('../images/btn-share.png') no-repeat 0px 0px;
}

#col1, #col2 {
  font-size: 0.7em;
  float: left;
  display: inline;
  width: 350px;
  overflow: hidden;
}

#col1 h2, #col2 h2 {
  font-weight: bold;
}

#col1 {
  margin-left: 70px;
}

#col2 {
  margin-left: 70px;
}

.back {
  clear: both;
  margin-left: 70px;
  padding-top: 30px;
}
#legal {
	clear:both;
	color:#999;
	font-size:10px;	
	padding:30px 70px 0;
}

#docs {
	clear:both;
	padding-top:8px;
}

#docs ul {
	color:#999;
	list-style:none none;
	padding-left:0;	
}

#docs li {
	background:url(../images/docs_li.gif) no-repeat;
	padding:0 0 4px 24px;
}

#docs li.pdf {
	background-image:url(../images/docs_li_pdf.gif);	
}
#docs li.url {
	background-image:url(../images/docs_li_url.gif);	
}
#docs li.word {
	background-image:url(../images/docs_li_word.gif);	
}
