/*
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 Nov 2014, 10:42:02 AM
    Author     : Jc
*/


body {
    margin: auto auto;
    max-width: 1200px;
    max-height: 900px;
    background-color: #cccccc; 
}
header {
    width: 800px;
    height: 200px;
    margin: auto auto;
    
}
header img {
    width: 800px;
    height: 200px;
}
nav{
    width: 900px;
    margin-left: 149px;
    margin-top: 5px;
    margin-right:  149px;
    border: 1px solid #555;
}
nav li {
    display: inline;
    margin-left: 160px;
}

main {
    width: 1000px;
    height: 400px;
    margin: auto auto;
    
}
main h3 {
    margin: 50px auto;
    text-align: center;
    
}
main strong {
    text-decoration: underline;
    color: #25A8E0
}

