﻿html
{
	background: #e6d9b6 url("../images/side1.png") repeat-y;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
}

a, a:visited
{
	color: #ac0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active { color: #ffffff; }
img { border: 0; }

form
{
	margin: 0;
	padding: 0;
}

.text-input
{
	background: #fff;
	border: 1px solid #405d8a;
	color: #000;
}

.field
{
	margin-bottom: 1em;
}

.field label
{
	display: inline-block;
	font-weight: bold;
	width: 25%;
}

#Container
{
	background: transparent url("../images/top1.png") repeat-x;
	position: relative;
}

#Header
{
	background: transparent url("../images/corner5.png") no-repeat;
	height: 193px;
}

#Header h1
{
	color: #ac0000;
	font-size: 16pt;
	left: 125px;
	top: 75px;
	margin-top: 0;
	position: absolute;
}

dl.links dt { font-weight: bold; }

dl.links dd
{
	margin: 0 0 1em 1em;
	padding: 0;
}

/* #Navigation
{
	float: left;
	margin-top: 2em;
} */

#Navigation
{
	position: absolute;
	top: 193px;
	left: 0;
	width: 200px;
}

#Navigation .special
{
	/* border: 1px solid #ac0000; */
	text-transform: uppercase;
}

#Navigation .special a
{
	color: #294f88;
}

#Navigation .special a:active, #Navigation .special a:hover
{
	color: #fff;
}

#Navigation ul { list-style-type: none; }
#Navigation ul li { margin-bottom: 1em; }

#Navigation img
{
	display: block;
	margin-left: 2.25em;
}

#Navigation .translator
{
	margin: 1em auto;
	text-align: center;
	width: 131px;
}

#Navigation .translator img
{
	display: inline;
	margin: 0;
}

#Content
{
	margin-left: 18em;
	margin-right: 1em;
	width: 600px;
}

#Contact
{
	color: #2e5186;
	font-weight: bold;
	left: 475px;
	top: 75px;
	position: absolute;
	width: 20em;
}

#Footer
{
	clear: both;
	font-size: 90%;
	margin: 0 0 0 200px;
	padding: 2em 0 0 0;
	text-align: center;
	width:600px;
}