﻿body
{
    background-color: #002c66;
    font-size:large;
    font-family: arial, "lucida console", sans-serif
}
div#page
{
    background-image: url(/images/ppc.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    padding-top:238px;
    margin-left:auto;
    margin-right:auto;
    width: 913px;
    border:solid 2px #000;
    background-color:#fff;
}
ul#nav
{
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    margin:0;
    padding:0;
    background-color: #90bade;
    color: #333;
    display:block;
    height:1.5em;
}
ul#nav li
{
    display:inline;
}
ul#nav li a
{
    width:120px;
    display:block;
    float:left;
    color:#fff;
    /*border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color:#2175bc;*/
    border-left: 5px solid #ED6493;
	border-right: 5px solid #FF9BA0;
    background-color: #F58198;
    text-align:center;
    text-decoration:none;
    height:100%;
}
ul#nav li.first a
{
    width:123px;
}
ul#nav li a:hover
{
    border-left: 5px solid #f07c93;
	border-right: 5px solid #eea3ba;
    background-color: #e8748b;
	color: #fff;
}
.large
{
    font-size:larger;
}
.small
{
    font-size:smaller;
}
#content
{
    padding:1em;
}
#content img
{
    margin:0.5em;
}