﻿body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}
*
{
    padding: 0px;
    margin: 0px;
}
a img
{
    border-style: none;
}
.container
{
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    margin-top: 10px;
    border: 1px solid #999999;
}
.content
{
    margin-top: 138px;
    padding: 15px;
    text-align: left;
}
.header
{
    position: absolute;
    top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}
a
{
    text-decoration: underline;
    color: #3366FF;
}
.base
{
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
h1, h2
{
    text-align: center;
    color: #0066CC;
}
.clear
{
    clear: both;
    width: 100%;
}
.left
{
    float: left;
    width: 430px;
}
.right
{
    width: 430px;
    float: right;
}
.left p
{
    margin-top: 15px;
    margin-bottom: 15px;
}
ul
{
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
