﻿body 
{
	margin: 0;
	padding: 0;
    font-family: Arial,Helvetica,Clean,Sans-Serif;
    background: #ffffff url(../img/bg.gif) repeat scroll 0 0;
}

#container
{
    margin: 0 auto;
    width: 900px;
}

#header
{
	background-color: #ffffff;
    width: 900px;
    height: 87px;
    margin: auto;
    position: relative;
    border-bottom: Solid 4px #000000;
}

#header #logo
{
	background: transparent url(../img/logo.png) no-repeat scroll 0 0;
	position: absolute;
	left: 20px;
	top: 10px;
}

#header #logo a
{
	display: block;
	width: 245px;
	height: 67px;
	text-indent: -9999px;
}

#content
{   
	padding: 20px;
    background-color: #ffffff;
    font-size: small;
}

#content h1
{
	font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	margin-top: 0;
}

#content h2
{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

#content p 
{
	font-size: 16px;
	line-height: 1.4em;
	text-align: justify;
}

#content dt
{
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}

#content dd
{
	font-size: 16px;
	line-height: 1.4em;
	text-align: justify;
	margin: 1em 2em 1em 2em;
}

#content ul li
{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content ul li span.title
{
	font-size: 16px;
	font-weight: bold;
}

#footer
{
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 10px;
    clear: both;
	font-size: 12px;
	color: #ffffff;
	background-color: #770000;
	height: 30px;
	vertical-align: middle;
}

#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li
{
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
}

#footer ul li a
{
	margin: 10px;
	color: #ffffff;
}

.clear {clear: both;}
