/*
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 : 29 Oct 2014, 7:07:56 PM
    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;
    margin-bottom: 5px;
}
nav li {
    display: inline;
    margin-left: 160px;
}

main {
    width: 900px;
    height: 400px;
    margin: auto auto;
    
}
main article #p1 {
    width: 400px;
    float: left;
    padding: 5px 5px;
    
}
main article #p2 {
    width: 400px;
    float: right;
    padding: 5px 5px;
   
}
main article #ul1 {
    clear: both;
    text-align: center;
}
main article ul {
    list-style: none;
    text-align: center;
}
main article #ftr1 {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
main article img {
    margin: auto auto;
}

