﻿body
{
	margin: 0px;
	background-color: #736357;
}

a
{
	color: White;
	margin-left: 15px;
}

.layout
{
	background-image: url("Images/contentBackground.gif");
	position: relative;
	top: 50px;
	width: 728px;
	height: 513px;
	margin-left: auto;
	margin-right: auto;
}

.navigation
{
	position: absolute;
	top: 32px;
	left: 40px;
	width: 650px;
	color: White;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

.content
{
	position: absolute;
	top: 65px;
	left: 40px;
	width: 410px;
	height: 404px;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	overflow: auto;
	display: none;
}