﻿body 
{
    margin: 0;
    padding: 0;
    background-color: #fff9c9;
}

#background
{
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	width: 1003px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header
{
    height: 352px;
}

#middle
{
    clear: both;
}

#menu
{
    float: left;
    width: 200px;
    height: 350px;

    

}

#menu ul
{
    list-style-type: none;
    float: left;
    width: 175px;
    height: 225px;
    margin-left: 0;
    margin-right: 15px;
    padding: 0;
}

#menu li
{
	text-align : left;
	padding-top: 15px;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e4bd6b;
	margin-left: 20px;
}

#menu li a
{
    color: #810000;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
}

#menu li a:hover
{
	color: #C2A603;
}

#content
{
	width: 430px;
	float: left;
	text-align: left;
	padding: 0px 300px 0px 70px;
}

#content p
{
    font-size: 10pt;
    font-family: Arial;
}

#footer
{
    clear: both;
}

#copyright
{
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    color: #888a8d;
    font-size: 8pt;
    height: 31px;
    width: 280px;
    font-family: Arial;
}

#copyright a
{
    color: #888a8d;
    text-decoration: none;
}

#logo
{
	float: right;
	width: 87px;
	height: 65px;
	background-repeat: no-repeat;
	margin-top: 4px;
}
#lang {
	text-align: right;
	padding-right: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#lang a {
	color: #810000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

