@charset "utf-8";
/* CSS Document */

.header{ 
	position:absolute; left:0px;
	width:100%;
	height:49px;
		background: #1a0904;
		background-image:url(../Header/header.jpg);
		background-repeat: no-repeat;
		background-position:right;
	border-bottom:1px #414842 solid;}

.headerButton{
	position:absolute; top:22px;
	height:22px;
	width:61px;
	overflow:hidden;}
	
			.headerButton:hover{
				cursor:pointer; }

.headerShadow{
	position:absolute; top:50px;  left:0px;
	background:url(../Body/backTileShadow.gif) repeat-x;
	width:100%;
	height:31px;}
	
.lang{
	position:absolute;
	font-size:12px;
	text-align:center;
	color:#66857e;
	width:20px;
	height:17px;
	background-color:#231108;
	top:22px;
	padding-top:2px;
	overflow:hidden;
	border-bottom:1px solid #343630;}
	
.langLink{
	text-decoration:none;
	color:#66857e;}
	
.footer{
	position:absolute; bottom:8px; right:5px;
	width:100%;
	color:#343630;
	font-size:10px;}
	
.footerShadow{
	position:absolute; bottom:0px;  left:0px;
	background:url(../Body/backTileShadow.gif) repeat-x;
	width:99.9%;
	height:31px;
	border-top:1px solid #414842;}

