﻿body, html
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	
	padding-top: 0px;
	background-color: #28558e;
	background-position: top;
	background-image: url(/media/interface/backGround.gif);
	background-repeat: repeat-x;
}
#mainBody
{
	width: 810px;
	text-align: left;
	font-size: 11px;
	color: #ffffff;
	font-family: arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif
}
#mainBody .content
{
	width: 631px;
	padding-top: 20px;
}
#mainBody .content a
{
	color: #acbdd3;
	text-decoration: none;
}
#mainBody .content a:hover
{
	color: #A1E000;
	text-decoration: none;
}
#mainBody .content H1
{
	font-family: "century gothic", futura, arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif;	
	font-size:20px;
}
#mainBody .leftColumn
{
	width: 279;
	text-align:right;
	padding-top:20px;
	padding-right:20px;
}
ul.imageList
{
	margin-left:0px;
}
ul.imageList li
{
	display: table-cell;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	float: left;
}

ul.imageList li img
{
	border-right: white 1px solid;
	padding-right: 3px;
	border-top: white 1px solid;
	padding-left: 3px;
	padding-bottom: 3px;
	border-left: white 1px solid;
	padding-top: 3px;
	border-bottom: white 1px solid;
}