﻿
#container
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFF;
	overflow: visible;
	height: auto;
}
#top
{
	border-top: 10px solid #CCC;
    clear: both;
	width: auto;
	background-color: #f4f4f4;
	margin-bottom: 20px;
}
#left
{
    float: left;
	padding-left: 10px;
	padding-top: 10px;
	width: 215px;
}
#main
{
	float: left;
	width: 525px;
	padding: 10px;
	padding-top: 15px;
	height: 100%;

}
#main img
{
	float: left;
}
#footer
{
	border-top: solid 1px #CCC;
	clear: both;
	margin: 0;
	width: 100%;
	position: relative;
	font-size: 80%;
	margin-bottom: 25px;
}
#footer img
{
	float: none;
	vertical-align: middle;
}
body 
{
    font-family: Trebuchet MS;
	font-size: 85%;
	color: #333;
}
p
{
	line-height: 175%;
	text-align: justify;
}
img
{
	border: solid 7px #FFF;
}
#top h1
{
	padding: 10px;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}
#top a
{
	text-decoration: none;
	color: #333;
}
#left h2
{
	font-weight: 400; 
}
#left p
{
	line-height: 100%;
}
#left a
{
	text-decoration: none;
	color: #990000;
}
#main a
{
	color: #990000;
}
ul
{
	margin-left: 20px;
	padding-left: 0;
}
li
{
	list-style-type: square;
}
h5
{
	font-size: 100%;
}
.pub
{
	line-height: 150%;
}