body {
    font-family: Verdana, sans-serif;
    color: #505050;
}

audio {
    width: 220px;
}

.header {
    width:100%;
    height:150px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.header .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("./img/it-summit-blog-header-image-771x150.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 150px;
    -moz-background-size:100% 150px;
    -webkit-background-size:100% 150px;
    opacity: 1.0;
    width: 100%;
    height: 100%;
}

.headerTable {
    width:100%;
    height:100%;
}

.headerRow {
    text-align: center;
    font-size:20px;
}

a.menuText:link, a.menuText:visited, a.menuText:active {
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    padding: 4px;
    text-shadow: 2px 2px #505050;
}

a.menuText:hover {
    text-decoration: underline;
}

.logo-line-1 {
    font-family: Segoe, cursive;
    font-size: 34px;
    color: black;
    text-shadow: 2px 2px #b9d9ea;
    text-decoration: none;
    padding: 0;
}

.logo-line-2 {
    font-family: Segoe, cursive;
    font-size: 34px;
    color: black;
    text-shadow: 3px 3px #b9d9ea;
    text-decoration: none;
    padding: 0;
}

ul {
  list-style-position: inside;
}

.contentAreaTable {
    width: 100%;
}

a.contentLink:link, a.contentLink:visited, a.contentLink:active {
    color: #505050;
    text-decoration: none;
}

.divTextWrap {
    text-
}


