body { 
    margin: 0px;
    padding: 0px;
    background-color: #220000;
    text-align:center;
}

.MainContainer {
  text-align:center;
  margin-left: auto;
  margin-right:auto;
}

.MainTable {
    width: 950px;
    height: 500px;
    overflow: hidden;
    background: url("/_Files/b4486142-6942-424d-b965-9abf47f00b49/background.jpg");
    color: #FFFFFF;
    font-family: Century Gothic, sans-serif; 
    font-size: 14px; 
    text-align:left;
    margin-left: auto;
    margin-right:auto;
}

.ContentTable {
    color: #FFFFFF;
    width: 940px;
    overflow: hidden;
}
.ContentColumn {
    width: 440px;
    font-size: 14px;
}
.PictureColumn {
    width: 125px;
}

.BioColumn {
  font-size: 12px;
  line-height: 15px;
}

a { 
    color:#FFFFFF;
    font-weight: bold; 
    text-decoration: none;
}
a:hover { 
    text-decoration: underline; 
}
