body{
background:transparent url(../img/bg.gif) 0 0 repeat;
font:90% Verdana,sans-serif;
color:#333;
}
*{position:relative;} 
a,a:active{outline:none;outline:0;}                                                  
#wrap{
	margin:16px auto 5px auto;   
	padding:18px;  
	width:800px;
	min-height:300px !important;
	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#header{
	height:50px;
	background:white url(../img/logo.gif) 0 0  no-repeat;
	margin-bottom:20px;
}
#lang_switch{
	position:absolute;
	right:10px;top:0;
	width:200px;height:20px;
	text-align:right;
	color:#888;
}
#lang_switch:hover{
	color:#333;
}
#menu{                
	padding:0;margin:0 0 0 220px;
}
#menu li{
	padding:0 20px;margin:28px 0 0 0;
	float:left;
	list-style:none;
}
#menu a{
	color:#888;
	font-size:120%;
	text-decoration:none;
}
#menu a:hover,#menu a.active{
	color:#333;
}
#content a{
	color:#666;
}
#content li{
	list-style:none;
}
#content a:hover{
	color:#333;
}
h1{
	color:#666;
	font-size:130%;
}
h2{
	color:#F8A04F;
	font-size:120%;
	margin-bottom:3px; 
}
h2 img{
	vertical-align:bottom;
	border:0;
}
h2 a{
	color:#666;          
}
h2 a.smaller{
	text-decoration:none;
}
p{
	text-align:justify;
}
.orange{
	color:#F8A04F;
}
.grey{
	color:#666;
}
.smaller{
	font-size:80%;
} 
p img{vertical-align:bottom;}
#footer{
	margin:0 auto;
	font-size:80%;
	color:#666;
	text-align:center;
	width:800px;
}
