﻿body
{
    margin:0;
    background: #ffffff;
    font-family: "Segoe UI", "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
    font-size: small;
    line-height: 1.5em;
}

h1
{
    margin-bottom: 0.5em;
	font-size: 150%;
    color: #1d57a9;
}

#title
{
    font-size: 350%;
    text-align: center;
}

h2
{
    margin-bottom: 0.5em;
    font-size: 125%;
    color: #1d57a9;
}

img
{
    border-style:none;
}

/* layout */

#wrapper
{
    margin: 20px auto;
    width: 900px;
    background: #ffffff;
}

#content
{
    float: left;
    width: 890px;
    padding-left: 10px;
    background: #ffffff;
}

#col0
{
    clear: left;
    float: left;
    width: inherit;
    padding: 20px 0;
    display: inline;   
}

#col1
{
    clear: left;
    float: left;
    width: 430px;
    padding: 20px 0;
    display: inline;
}

#col2
{
    float: right;
    width: 430px;
    padding: 20px 5px 0 0;
    display: inline;
}

#images
{
    clear: both;
}

