﻿body
{
	font-family: Calibri, Arial;
	font-size: 12px;
}

p
{
	font-size: 12px;
}

h1
{
	font-size: 20px;
}

.menu
{
	padding: 0px;
}

.menu td
{
	padding: 0px;
}

.navigation
{
	background-image: url('./Images/navigation_background.png');
	background-repeat: repeat-x;
	line-height: 20px;
	padding: 0px;
	text-align: left;
	width: 1000px;
	font-size: 14px;
	font-weight: bold;
}

.navigation_item
{
	border-left: solid 1px #FFF;
	border-right: solid 1px #CCC;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #445B5A;
}

.navigation_item_hover
{
	background-color: #CCC;
}

.container
{
	text-align: center;
}

.header
{
	width: 997px;
	border: 1px solid #CCC;
	height: 100px;
	background-image: url('./Images/header_bg.png');
	text-align: left;
	vertical-align: top;
}

.header div
{
	background-image: url('./Images/logo_small.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	font-size: 18px;
}

.content
{
	text-align: left;
	width: 997px;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-top: solid 1px #AAA;
}

.footer
{
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	font-size: 10px;
	width: 997px;
	text-align: right;
}