body{
    margin:0px;
    padding:0px;
}
#div_nav{
    background-image: url("../images/dhl.png");
    min-height: 55px;
}

#sgs_nav{
    margin-top:10px;
    margin-bottom:10px;
}

#sgs_nav li{
    margin-left:15px;
}

#sgs_nav a{
    height: 35px;
    color:#d1b784;
}

#sgs_nav a:hover{
    color:white;
    background-color: #dfc382;
}

#sgs_nav .active a{
    color:white;
    background-color: #dfc382;
}


#sgs_mobile_nav a{
    height: 35px;
    color:#d1b784;
}

#sgs_mobile_nav a:hover{
    color:white;
    background-color: #dfc382;
}

#logo{
    position: absolute;
    left:100px;
    top: 10px;
}

#sgs_footer{
    min-height: 100px;
    background-color: #111111;
}
#sgs_footer a{
    color:white;
}

#sgs_footer a:hover{
    color:black;
}


#company_content{
    padding-bottom: 50px;
}

#company_content img{
    float: left;
}
#news_list{
    padding-top:30px;
    height: 500px;
}
#news_detail{
    padding-top: 20px;
    padding-bottom: 20px;
}

#team_member_table{
    border:solid 1px grey;
    font-size: 14px;;
}

#team_member_table td {
    padding:10px;
    width: 100px;
    text-align: center;
}
#article_content img{
    padding: 10px;
}























