﻿body {
    margin:0;
    padding:0;
}
.firsthead
{
    height:20px;
    background-color:black;
}
.secondhead {
    height: 150px;
    background-color: #979C04;
}
.thirdhead {
    height: 50px;
    background-color: black;
}
.hormenu
{
   color:white;
}
.hormenu ul{
    
}
.hormenu ul li{
    float:left;
    list-style:none;
    padding-left:15px;
}
.webtitle {
    font-size: 100px;
    font-family: 'Robot Slab';
    color: white;
}
.SNetwork
{
    float:right;   
    vertical-align:central;
    
}
.bottomdiv {
    height: 30px;
    background-color: black;
    text-align:center;
    color:white;
    padding:5px;
}
.addressdiv {
    height:200px;
    background-color:#C0C0C0;
}
.map{
    float:left;
}
.address {
    float: left;
    text-align: justify;
    font-weight:bold;
    padding:15px;
}
