﻿body
{
    background-image: url("images/bg.png");
    background-repeat: repeat-x; 
    font-family: Calibri, "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
}

div#container
{
    margin: 30px auto;
    width: 806px;
}

div#top
{
    width: inherit;
}

div#main
{
    background-color: #84d3f4; /* Light Blue */
    border: solid 3px white;
    /* height: 440px; */
}

div#bar
{
    background-image: url("images/button-bg.png");
    background-repeat: repeat-x;
    height: 46px;
    border-bottom: solid 3px white;
}

div#bar a
{
	float: left;
	width: 128px;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	border-left: solid 1px gray;
    border-right: solid 1px gray;
}

div#bar a:hover
{
	background-image: url("images/button-bg2.png");
    background-repeat: repeat-x;
    border-left: solid 1px black;
    border-right: solid 1px black;
}

div#content
{
    /* height: 340px; */
}

div#content h1, p
{
    margin: 15px;
}

div#content h1
{
    font-size: 20pt;
    font-family: "Brush Script Std", Cursive;
}

div#nav
{
    height: 33px;
    color: white;
    background-color: #112a8d; /* Blue */
    border-top: solid 3px white;
}

div#nav p
{
    margin-top: 7px;
    text-align: center;
}

div#nav a
{
    color: white;
    text-decoration: none;
}

div#nav a:hover
{
    text-decoration: underline;    
}

div#bottom
{
    margin-top: 8px;
}

div#bottom span
{
    color: white;
    font-size: 8pt;
    font-weight: bold;
}

div#bottom a
{
    color: white;
}
