/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-Feb-2014, 00:07:47
    Author     : Macbook
*/

body {
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;

}

header { 
    /*background-color: fuchsia;*/
    margin: 0px auto 0px auto;
    width: 900px; 
    
}

nav {
    /*background-color: blanchedalmond;*/
    color: #FC786D; 
    font-family: 'helvetica neue'; 
    font-size: 14px;
    font-weight: 200; 
    letter-spacing: 12px; 
    margin: 0px auto 0px auto;
    text-align: center;
    width: 900px;

}

footer {
        font-family: 'helvetica neue'; 
        font-size: 12px;
        font-weight: 200; 
        letter-spacing: 15px; 
        margin: 10px 0px 0px 0px;
        text-align: center;
        width: 900px;

}


a:link {
    color: #FC786D;
    text-decoration: none;
}      
a:visited {
    color: #FC786D;
    text-decoration: none;
}       
a:hover {
    color: #FC786D;
    text-decoration: none;
}       
a:active {
    color: #FC786D;
    text-decoration: none;
}      

h1 {   
    color: #FC786D; 
    font-size: 90px;
    font-style: italic;
    font-weight: 900; 
    letter-spacing: 50px; 
    margin: 0px 0px 20px 50px;
    padding: 0px 0px 0px 0px;
    text-shadow:20px 2px #000000;

            
}

#mainContainer {
    /*background-color: aquamarine;*/
    margin: 0px auto 0px auto; 
    width: 960px; 
}

div.homePageVideo {
    /*background-color: darkgoldenrod;*/ 
    margin: 0px auto 0px auto;
    text-align: center; 
    width: 900px; 
}