body{
	margin: auto;
	margin-bottom: 0px;
	width: 100%;
	font-family: "Garamond";
	background: white url("images/background.jpg") no-repeat;
}.en{	display: none;	color: red;	border: solid 1px #A0BE6E}
#header{
	text-align: right;
	height: 178px;
}
#menu{
	float: left;
	width: 225px;
	text-align: right;
}
.menu_element{
	margin-top: 25px;
	margin-bottom: 15px;
}
.menu_element ul{
	padding-left: 50px;
	list-style: none;
}
#menuIndex, #menuScores, #menuAbout, #menuLinks{ 
	display:block; 
	width:179px; 
	height:44px; 
	margin-bottom: 7px;
	color: white;  
	text-indent: -5000px;
}
#menuIndex{ 
	background:url("images/btnindex.png") no-repeat;
}
#menuScores{ 
	background:url("images/btnpartitions.png") no-repeat;
}
#menuAbout{ 
	background:url("images/btnabout.png") no-repeat;
}
#menuLinks{ 
	background:url("images/btnlinks.png") no-repeat;
}

#corps{
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 260px;
}
#footer{
	padding-left: 260px;
	padding-right: 20px;
	padding-top: 30px;
}
#footer p{
	text-align: center;
}
#alaune{
	border: solid 1px #A0BE6E;
	border-left: solid 6px #A0BE6E;
	height: 200px;
	background: url("images/alaune.jpg") no-repeat right;
}
#alaune p {
	padding-right: 300px;
	padding-left: 20px;
}
a
{
	text-decoration: underline;
	color: #0C51AB;
}
a img
{
	border: 0;
}
h1
{
	margin-top: 15px;
	text-align: center;
	color: #777777;
	font-size: 2.5em;
	font-variant: small-caps;
	font-weight: normal;
}
h2
{
	margin-top: 25px;
	margin-bottom: 25px;
	text-indent: 10px;
	border-bottom: dashed 1px #777777;
	font-weight: bold;
	font-variant: small-caps;
	color: #777777;
	font-size: 1.5em;
}
h2:first-letter
{
	color: #B1D281;
}
h3
{
	margin-top: 15px;
	margin-bottom: 2px;
	font-weight: normal;
	padding-left: 30px;
	color: #204A87;
	font-size: 1.3em;
}
h4
{
	margin-top: 15px;
	margin-bottom: 2px;
	font-weight: normal;
	padding-left: 60px;
	color: #204A87;
	font-size: 1.1em;
}
p, ul
{
	padding: 0px;
	padding-top: 5px;
	margin:0px;
	text-align: justify;
	color: #333333;
	font-weight: normal;
}
ul
{
	padding-left: 80px;
}
