﻿body
{
}
#wrapper
{
    background-color: #90928F;
    width: 95%;
    min-width: 1100px;
    margin: 0 auto 0 auto;
    padding: 20px;
}
#borderWrapper
{
    background: url('Images/Background.png') repeat left top;
}
#borderLeft
{
    background: url('Images/Border.png') no-repeat left top;
}
#borderRight
{
    background: url('Images/Border.png') no-repeat right top;
    margin-left: 100px;
}
#main
{
    margin-right: 100px;
    padding: 20px;
    font-size: large;
}
#header
{
    background: url('Images/HeaderPic.jpg') no-repeat right top;
    height: 200px;
	width: 100%;
}
#logo
{
    height: 200px;
}
#content
{
    text-align: justify;   
}
#content img 
{
    margin: 10px;
}
#navigation ul 
{
    height: 30px;
    margin: 20px auto 20px auto;
    padding: 0;
    list-style: none;
	font-size: larger;
}
#navigation li 
{
    display: inline;
}
#navigation li a 
{
    text-decoration: none;
    width: 16.5%;
    background: #90928F;
    color: White;
    float: left;
    text-align: center;
}
#navigation li a:hover
{
    background:#D5D8E0;
    color:#000
}
#content
{
	font-family: Times New Roman;
	color: #90928F;
}




