body {
	font-family: 'Open Sans', sans-serif;
}

#header {
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 30px;
}
/* Site title */
#header-left {
  width: 400px;
  float: left;
}
#header-right {
  float: right;
  width: 200px;
}

#sitebanner {
    font-size: 28pt;
    font-weight: bold;
}

#sitebanner a {
    color: #000000;
}

#tagline {
    color: #777777;
    clear: both;
    font-size: 14pt;
    margin: 0 0 16pt 0;
    padding: 0;
    line-height: 1.4em;
}

/* Text flow */
p {
    margin: 0 0 10pt 0;
    line-height: 1.4em;
    padding: 0;
}

img {
    margin: 4pt 0 4pt 0;
    padding: 0;
}

a {
    /*color: #0000ff;*/
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
