html, div, img{
    margin: 0px;
    outline: 0px;
    padding: 0px;

}
body{
    font-family: helveticaneue-light, arial, tahoma;
    font-size: 14px;
    width: 100%;
    background-image: url('../images/bk_html.png');

}
h1{
    font-family: helveticaneue-light, arial, tahoma;
    font-weight: bold;
    color: rgb(11, 57, 61);
    font-size: 36px;
    text-shadow: rgb(110, 106, 106) 1px 2px 3px;
}
h1,h2,h3,h4,h5,h6, p{
    padding: 20px;
}


.wrapper{
    position: relative;

}
a:link, a:visited{
    color:#ffffff;
}
.header{
    margin: -10px;
    height: 450px;
    background-image: url('../images/header_bk.png');

}
.logo{
    margin-left: 210px;
    width: 333px;
    height: 391px;
    background-image: url('../images/ladyHacks_logo.png');
    background-repeat: no-repeat;
    /*overflow: hidden;*/
}
.sponsor{
    position: absolute;
    top: 0px;
    right: 105px;
    width: 461px;
    height: 232px;
    background-image: url('../images/sponsor_banner.png');
    background-repeat: no-repeat;
}
nav ul li {
    display: inline-block;
    /*text-decoration: none;*/
    /*padding-right: 50px;*/
    /*padding-left: 30px;*/
    text-indent: 25px;

}
nav li {
    font-family: "Helvetica Neue", arial, tahoma;
    font-size: 20px;
    font-weight: bold;
    color: rgb(247, 239, 239);
    text-shadow: rgb(3, 3, 3) 0px 3px 4px;
}
nav li a {
    text-decoration: none;
    padding-left: 18px;
    padding-right: 18px;

}
nav li a:hover{
    background-color:rgb(11, 57, 61);
    padding-top: 18px;
    padding-bottom: 18px;

}
li a:active, a:visited {
    color: #ffffff;
    text-decoration: none;
}
nav{
    margin-top: -50px;
    width: 80%;
    margin-left:10%;
    background-image: url("../images/navMenu_bk.png");
    background-repeat: repeat;
    overflow: hidden;

}


.contentWrap{
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 100%;
    background: #ffffff;
    border-radius: 0px 0px 7px 7px/0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px/0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px/0px 0px 7px 7px;
    overflow: hidden;
}
.leftContent{

    width: 63.5%;
    float: left;
    padding-left: 20px;


}
.sidebar{
    width: 30%;
    padding: 20px;
    /*margin: 0px;*/
    float: right;
}
.clear{
    clear: both;
    overflow: hidden;
}
.footer{
    width: 80%;
    margin-left:10%;
}
.footer ul li{
    list-style: none;
    text-decoration: none;
}
