body, html {   
   margin:         0px;
   padding:        0px;

 }

body {
	background: #000 url("top.png") repeat-x;
	color:#a0a0a0;
	font-family: "Arial",Helvetica,sans-serif;
	font-size:  0.8em;
	font-weight: normal;	
	line-height:1.6em;	
	
	}
	
a {
	color: #fff;
	text-decoration: none;
	font-family:"Century Gothic";
	}
	
a img {
	border: 1px solid #333333;
	}
	
img {
	float: left;
	border: none;
	margin: 0 15px 5px 0;
	}
	
p {
	text-align: justify;
	}	
	
h1 {
	border-bottom: medium none;
	color:#fff;
	font-family:"Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin-top: 0;
	
	} 
	
#wrap  {
	margin: auto;
	width: 780px;
	}
	
#header {
	background: url("header.png") no-repeat left;
	width: 780px;
	height: 300px;
	float: left;
	margin-bottom: 30px;
	}
	
a#home {
	display:block;
	height: 190px;
	overflow:hidden;	
	width: 535px;
	margin-left: 88px;
	float: left;
	}

#language {
	font-size: 0.8em;
	height: 20px;
	width: 40px;
	float: right;
	font-weight: bold;
	display: none;
	color: #dc121c;
	}
	
#content {
	width: 670px;
	float: left;
	min-height: 500px;
	_height: 500px;
	}
	
#content table.content {
	width: 650px;
	}
	
#left {
	width: 300px;
	margin-right: 20px;
	float: left;
	}
	
#right {
	width: 320px;
	margin-right: 20px;
	float: right;
	}
	
#right table {
	width: 320px;
	}
	
#navigation {
	float: right;
	width: 100px;
	}

#navigation ul {	
	list-style-type: none;
	margin: 0;
	padding: 0;
	}	

#navigation li {
	text-align: center;
	width: 100px;	
	}
	
#navigation li a {
	display:block;
	margin:0;
	padding: 5px 5px 5px 5px;
	text-decoration:none;
	color: #dc121c;
	}
	
#navigation li a:hover {
	background: transparent url("../graphics/arrow.png") no-repeat left;
}

#navigation li.active a {
	background: transparent url("../graphics/arrow.png") no-repeat left;
}

#footer {
	clear: both;
	}


 

	