body{
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
}

p{
    line-height: 190%;
}

a{
    text-decoration: none;
    color: silver;
}


#menu{
    background-color: black;
    height: 100px;
    
}

#menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    
}

#menu li{
    display: inline-block;
    
}

#menu a{
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 100px;
    color: white;
    
    padding: 0 40px;
    border: none;
    display: block;
}

#menu a:hover{
    background-color: black;
}



#sidebar{
    float: right;
    width: 25%;
    
}




ul.styled{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.styled li{
    border-top: solid 1px Black;
    padding: 14px 0;
}



#banner{
    height: 700px;
}

#banner img{
    width: 100%;
    height: 700px;
}


#page{
    min-height: 400px;
    padding: 20px;
}

#page h2{
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    color: teal;
}



#content{
    float: left;
    width: 70%;
    
}

#gallery img{
	width:250px;
	margin:12px;
	-moz-transition: -moz-transform 0.5s ease-in;
	-webkit-transition: -webkit-transform 0.5s ease-in;
	-o-transition: -o-transform 0.5s ease-in;
}

#gallery img:hover{
	-moz-transform: scale(3);
	-webkit-transform: scale(3);
	-o-transform: scale(3);
 }

ul.styled{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.styled li{
    border-top: solid 1px #e5e5e5;
    padding: 14px 0;
}