.ms {
  width: 980px;
  padding-top: 40px;
  margin-right: 0;
  margin-left: 0;
  margin: auto auto;
}
.tagline {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 460px;
  margin: 0 0 0 0 ;
  padding: 0 0 0 0 ;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.7em;
}
.bigbox {
  display: inline;
  position:fixed;
  clear:both;
  float: left;
  margin: 0 10px;
  width: 460px;
  margin: 0 0 0 0 ;
  padding: 0 0 0 0 ;
}
.box {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 220px;
  margin-left: 0;
  margin-right: 0;
  margin: 10px;
  width: 205px;
  height: 200px;
}
.logo {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 460px;
  margin-left: 0;
  margin-right: 0;
  margin: 10px;
  width: 430px;
  height: 200px;
}
.face img {
  width: 100%;
  height: 100%;
}
.nav {
  border: #787878 2px solid;
}
.nav ul {
  padding: 20px;
  padding-left: 45px;
  line-height: 1.3em;
}
.nav a {
  color: #787878;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.active{
  color:black;
}
.content {
  margin-left: 0;
  display: inline;
  float: right;
  margin: 0 10px;
  width: 460px;
  min-height: 480px;
  padding-top: 10px;
}
.content h1 {
  font-size: larger;
  padding-bottom: 1em;
  padding-top: 1em;
  color:black;
  color: #383838;
  font-size:x-large;
}
.content h1:first-of-type {
  padding-top: 0em;
}
.permalink{
  color:black;
  color: #383838;
  font-size:x-large;
  text-decoration:none;
}
.content h2, .content h3 {
  padding-top: 1em;
  padding-bottom: .7em;
  color: #787878;
}
.content p {
  padding-bottom: .7em;
  padding-top: .7em;
  line-height: 1.2em;
}
.clear {
  clear: both;
}
hr{
 padding: 0;
 border: none;
 border-top: medium double #ddd;
 text-align: center;
 margin-bottom:2em;
 margin-top:2em;
 }
hr:last-of-type {
 border-top: none;
}
blockquote{
 padding:1em;
 background: #eee;
 margin-top: 1em;
 margin-bottom: 1em;
}
.content ul>li{
 list-style-type: circle;
}
.content ul, .content ol{
 margin-top: 1em;
 margin-bottom: 1em;
 margin-left: 2em;
}
.content ol>li{
 list-style-type: decimal;
}
.date{
 margin-top:1em;
 color:#AAA;
 float:right;
 clear:both;
 font-style:italic;
}
em{
 font-style:italic;
}
strong{
 color:black;
 font-weight:bold;
}
code{
 font-family: "Courier New", monospace!important;
}
pre{
 font-family: "Courier New", monospace!important;
 margin-left: 2em;
 padding-bottom:1.3em;
}
