/* 
    Document   : styles
    Created on : 30 Apr 2014, 9:56:31 PM
    Author     : KayGie
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body,html
{
    background-color: black;
    text-align: center;
    font: 14px "verdana";
    color: grey;
}
#centralizer
{
    width: 900px;min-height:400px;margin: auto; 
    
}
#top_divider
{
    width: 900px;height: 50px;margin: auto;
    float: left;
}
#main
{
    width: 900px;min-height: 400px;margin: auto;
    float: left;
    background-color: white;
    box-shadow: -6px -6px 5px  #888;
}
#banner
{
    width: 900px;height: 100px;margin: auto;
    float: left;
    text-align: left;
}
Div#show
{
    width: 450px;height: 260px;margin: auto;
    float: left;
}
#div_Containter
{
    width: 900px;min-height: 260px;margin: auto;
    float: left;
}
#pushDown
{
    width: 450px; height: 60px;margin: auto;
    float: left;
    background-color: #e1dfdf;
}
div#Services
{
    width: 300px;height: 50px;margin: auto;
    float: left;
    color: Green;
}
div#MenuServices
{
    width: 280px;min-height: 50px;margin: auto;
    background-color: white;
    float: left;
    color: grey;;
    display:absolute;
    display: none;   
}
#NameSlogan
{
    width: 450px;height: 200px;margin: auto;
    float: left;
    background-color: #e1dfdf;
}
#menu
{
    width: 900px;min-height: 20px;margin: auto;
    float: left;
    border-bottom: 1px solid #7d170b;
}
.links
{
    width: 100px;height: 20px;margin: auto;
    float: left;
    font: 16px "verdana";
    text-align: center;
}
#pictures
{
    width: 900px;height: 260px;margin: auto;
    float: left;
}
#text
{
    width: 900px;min-height: 200px;margin: auto;
    float: left;
}
.div_left
{
    width: 70px;height: 160px;margin: auto;
    float: left;
}
#div_Content
{
    width: 500px;min-height: 170px;margin: auto;
    float: left;
    color: grey;
    text-align: left;
    font: 14px "Verdana";
}
#div_Content_About
{
    width: 700px;min-height: 150px;margin: auto;
    float: left;
    color: grey;
    text-align: left;
    font: 14px "Verdana";
    padding-left: 40px;
}
#div_Content_About_2
{
    width: 900px;min-height: 150px;margin: auto;
    float: left;
    color: grey;
    text-align: left;
    font: 12px "Verdana";
    padding: 10px;
}
.Rest_welcome
{
    width:485px;min-height: 150px;margin: auto;
    float: left;
    text-align: left;
    font-size: 12px;
    padding: 10px;
}
.div_right
{
    width: 280px;height: 170px;margin: auto;
    float: right;
    padding: 10px;
    text-align: left;
}
.div_right_2
{
    width: 270px;min-height: 150px;margin: auto;
    float: left;
    padding: 10px;
    text-align: left;
}
#footer
{
    width: 900px;min-height: 50px;margin: auto;
    float: left;
    font-size: 12px;
}
a:link
{
    color: gray;
    text-decoration: none;
}
a:visited
{
    color: gray;
    text-decoration: none;
}
a:hover
{
    color: orange;
    font-size: 17px;
}
h5
{
    color: black;
}