#navigation-language
{
	padding:0;
	background:white;
}

#left 
{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	width: 380px;
}

#right 
{
	float: right; 
	margin: 0px;
	padding: 0px;
	width: 140px;
	margin-right: 15px; 
	text-align: right;
}

#language
{
	margin: 0px;
	padding: 0px;
	float: right;
	font: italic 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 0px;
	padding-left: 45px;
	background-color:white;
}


#language li#currentlanguage a
{
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 2px;
	padding-top:  0px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom:  0px;
	text-align: center;
	cursor: default;
}

#language ul
{
	margin: 0px;
	text-align: center;
	padding-left: 0px;
	float: right;
	width: 100%;
}

* html #language ul
{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#language ul li
{
	display: inline;
}

#language ul li a
{
	float: left;
	color: #444;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-right: 3px;
	text-decoration: none;
	background: white;
}

#language ul li a:hover
{
	background-color: #d2d2d2;
	color: #000;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 2px;
	padding-top:  0px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom:  0px;
}

#navigation
{
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: white;
	padding-top: 0px;
	margin-left: 15px;
	font: italic 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#navigation li#currentmenu a
{
	background-color: #d2d2d2;
	padding-bottom: 0;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	cursor: default;
}

#navigation ul
{
	margin: 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
}

* html #navigation ul
{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#navigation ul li
{
	display: inline;
}

#navigation ul li a
{
	float: left;
	color: #444;
	font-weight: bold;
	padding: 2px 6px 4px 6px;
	text-decoration: none;
	background: white;
}

#navigation ul li a:hover
{
	color: #444;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 0;
	background-color: #d2d2d2;
}

#box
{
	width: 600px;
	margin: 0px auto;
	text-align: center;
	background-color: #fff;
	color: black;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}

#header
{
	text-align: center;
	padding-bottom: 5px;
	background-color: white;
}

#header img
{
	border: none;
	width: 600px;
	height: 120px;
}

body
{
	text-align: center;
	border: none;
	background-color: #d4d4d4;
	color: black;
}

#credits
{
	margin: 0 auto;
	font-size: 12px;
	width: 600px;
	text-align: right;
	margin-top: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#credits a
{
	color: black;
}

#credits a:visited
{
	color: black;
}

#credits a:hover
{
	text-decoration: none;
}
	

#container
{
	width:600px;
	height:370px;
	background: url(images/background.gif) repeat-x;
}

#containertext
{
	width: 515px;
	height: 320px;
	background: url(images/background.gif) repeat-x;
	border: 2px solid white;
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 10px;
}

p.text
{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
    color : #000;
	text-align: justify;
    margin-bottom: 1px;
	margin-left: 40px;
    margin-right: 40px;
 	margin-top: 1px;
	padding-bottom: 15px;
}

p.textcenter
{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
    color : #000;
	text-align: center;
}

p.partitaiva
{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
    color : #000;
	text-align: right;
    margin-right: 5px;
    margin-top: 20px;
}