﻿body
{
	background-image: url("./background.png");
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	margin: 0;
	color: #EEEEEF;
	font-family: Calibri;
	font-size: 13pt;
	min-width:800px;
}

hr
{
	border: 0;
	border-top: 1px solid #77A;
	margin-top: 20px;
	margin-bottom: 20px;
}

.container
{
	background-image: url("./container.png");
	background-size: cover;
	padding: 10px;
	border: 1px solid #446;
	margin-bottom: 10px;
}

.container a
{
	color: #CCF;
	text-decoration: none;
}

.container a:hover
{
	color: #AAD;
}

#left
{
	background-image: url("./container.png");
	background-size: cover;
	width: 200px;
	height: 100vh;
	margin-top: -50px;
	padding: 20px;
	padding-top: 50px;
	position: fixed;
	text-align: center;
	border-right: 1px solid #77A;
}

#left a:link, #left a:hover, #left a:visited
{
	color: #EEEEEF;
	text-decoration: none;
	display: block;
	background-image: url("./container.png");
	background-size: cover;
	padding: 10px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 14pt;
}

#left a:hover
{
	background-image: none;
	color: #CCF;
}

#left a:link#current, #left a:visited#current
{
	color: #CCF;
}

#right
{
	margin-left: calc(5% + 220px);
	margin-right: 5%;
	margin-top: 50px;
	margin-bottom: 5%;
}