body{
    margin:0px;
    background: white;
    padding: 0px;
}
.table_main{
    border-collapse: collapse;
    margin-top: -1px;
    margin-bottom: 0px;
    border: 0px;
}
.header{

    background-color: #172e36;
}
.td_header{
    height: 150px;
    margin: 0; 
    padding: 0;

}
.img-circle {
    border-radius: 50%;
}
.header_div{
    height: 120px;
    width: 60%;
    color: whitesmoke;
    text-shadow:4px 4px 4px #000000;
}
#menu_wrapper{
    width: 100%;

    margin-top:-2px;
}
#menu_wrapper ul{
    margin: auto;
    padding: auto;
}
#menu_wrapper ul li{
    float: left;
    width: 167px;
    font-family: monospace;
    font-size: 17px;
    list-style-type: none;
    padding: 14px 5px;
    background-color: #333333;
    margin-right: 3px;
    color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 0px 0px 50px 50px;
}
#menu_wrapper ul li:hover{
    background-color: appworkspace;
    color: black;
    font-size: 17px;
    transition: all 1s;
    border-radius: 50px 50px 0px 0px;
}

#menu_sider ul{
    margin: 0px;
    padding: 0px;
}
#menu_sider ul li{
    width: 150px;
    font-family: monospace;
    font-size: 22px;
    list-style-type: none;
    padding: 14px 5px;
    background-color:crimson;
    margin-right: 0px;

    text-align: center;
    cursor: pointer;
    border-radius:0px 30px 30px 0px;
}

#menu_sider ul li a{
    text-decoration: none;
    color: white;
}
#menu_sider ul li a:hover{
    color: black;
}
#menu_sider ul li:hover{
    background-color: gainsboro;

    font-size: 22px;
    transition: all 1s;
    border-radius: 0px 50px 50px 0px;
}

.content{
    font-family: monospace;;
    font-size:18px;
}
#content_td{
    /*    padding: -50px 20px 0px 20px;*/
    font-family: monospace;;
    font-size:18px;
    padding: 0px 10px 0px 10px;
    text-shadow: 2px 2px 2px #aaa;
}
.content .img{
     width: 230px; 
     float: right;
     border:5px solid #333333;
     margin-left:20px;
}
.photos_warpper{
    width:100%;

}
.photo_box{
    width: 220px;
    height: 360px;
    float: left;
    background-color:#333333;
    border: 10px solid #ffffff;
    text-align: center;
    padding: 15px 10px 10px 10px;

}
.photo_box p{
    color: #ffffff;
}
.photos_warpper .photo_box img:hover{
    transition: all 2s;
    transform: scale(1.7);
}  
#footer{
    background-color: #333333;
    width: 980px;
    height:50px;
    color: blanchedalmond;
    margin: 0;
    padding: 7px 0px 7px 0px;
    text-align: center;
}
#footer p{
font-family: monospace;
}
