﻿* 
{
    margin: 0px;
    padding: 0px;
}
    
body 
{
    font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: rgb(48,48,48);
	font-weight: normal;

	background: url(../images/BG.png) center top;
}

.wrapper 
{
	width: 1047px;
    height: 760px;
    margin: 0 auto;
    background-image: url(../images/bg_wrapper.png);
	background-repeat: no-repeat;
}

.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 1002px;
	float: left;
	height: 163px;
	margin: 0 0 0 22px;
}

.language 
{
    width: 160px;
    float: right;
    margin: 147px 20px 0 0;
}

li.languagelink {
	color: rgb(255,255,255);
	text-decoration: none;
	list-style-type: none;
	display: inline;
	border: none;
}	

.navigation 
{
    width: 300px;
    float: left;
    margin: 157px 0 0 7px;
}
    
li.navigationlink, a.navigationlink {
	color: rgb(255,255,255);
	text-decoration: none;
	list-style-type: none;
	display: inline;
	border: none;
}	
.content 
{
    width: 1001px;
    height: 374px;
    float: left;
    margin: 27px 0 0 22px;
}
.leftbar 
{
    width: 200px;
    height: 106px;
    float:left;
}
.banner-fade 
{
    margin: 93px 0 0 0;
    
    }
.rightbar 
{
    width: 800px;
    height: 106px;
    float:left;
}

.footer 
{
    float: left;
    margin: 19px 0 0 22px;
}
.copyright 
{
    float: right;
    margin: 20px 0 0 0 ;
}
li.copyrightlink, a {
	color: rgb(0,0,0);
	text-decoration: none;
	list-style-type: none;
	display: inline;
	border: none;
}