﻿html, body
{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

body
{
	background-color: #616f85;
}
br
{
	line-height: 4px;
}
p
{
	margin: 2px 0px;
	padding: 0px;	
}
ul
{
	padding: 0px 20px;
	margin: 0px;	
}
#main
{
	margin: 120px auto 20px auto;
	width: 893px;
	height: 614px;	
	position: relative;
}

#menu1
{
	position: relative;
	left: 20px;
	top: 75px;	
	font-size: 13pt;
}
#menu2
{
	position: relative;
	left: 20px;
	top: 85px;	
	font-size: 10pt;
}
#menu1, #menu2
{
	color: #9e9e9e;
}
#menu-language
{
	color: white;
	position: relative;
	top: -25px;
	left: 687px;
	width: 200px;
	text-align: right;
}
#menu1 a
{
	color: black;
	text-decoration: none;	
}
#menu2 a
{
	color: #9e9e9e;
	text-decoration: none;
}
#menu-language a
{
	color: white;
	text-decoration: none;
}
#menu1 a.selected, #menu2 a.selected, #menu-language a.selected
{
	color: #be9d60;	
}

#content
{
	position: relative;
	top: 90px;	
	width: 620px;
	left: 20px;
}
#content a
{
	color: navy;
}
#content li
{
	list-style-type: none;
	list-style-image: url('images/bullet.png');
}
#content h2
{
	font-size: 13pt;
	font-weight: normal;
	margin: 10px 0px;
	color: #be9d60;
}
