/*===============================================
Global
=================================================*/

html{height:100%; width:100%;}

body{	
	font-family: Verdana;
	font-size: 62.5%;
	background: #e3e2db url(../img/bg.gif);
	height:100%;
	width:100%;
	}
	
a{ text-decoration:none; color: black;}

a:hover{color: #333333;}

* {margin:0; padding:0;}

img{border:0;}


/*===============================================
Wrapper 
=================================================*/
#wrapper{
	width:800px;	
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;

	}

/*===============================================
Container
=================================================*/

#container{
	margin: 0 auto;
	text-align: center;
	background: #fff6d5;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	}
		


/*===============================================
Header
=================================================*/

#header{
	width:800px;
	height:155px;
	margin: 0 auto;
	padding-bottom:5px;
	background: #F8D50D;
	}
	
#language{font-size:1.0em; position: absolute; right:65px; top:80px;}
#language2{font-size:1.0em; position: absolute; right:56px; top:80px;}


/*===============================================
Menu
=================================================*/
#menu{
	height:40px !important;
	width:100%;
	margin: 0 auto;	
	font-size: 1.0em;
	background: #f8d50d;
	text-align:center;
	}
	
#menu li{
	list-style:none;
	display:inline;
	margin: 0 20px;
	}

	
/*===============================================
Content
=================================================*/

#content{
	height:100%;	
	min-height:100%;
	margin: 0 auto;
	padding: 50px;
	background:#fff6d5;
	}

* html #content { padding-bottom: 60px; }	

#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	

#content h2 { 
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	clear: both;
	}	

	
#content p {
	font-size:1.2em;
	padding: 0 0 2em 0;
	line-height: 1.2em;
	text-align:justify;
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
	
#content li {
	font-size:1.2em;
	padding: 0 0 2em 0;
	line-height: 1.2em;
	text-align:justify;
	}

#left{
	float: left;
	width: 315px;
	text-align: left;
	}

#right{
	float: right;
	width: 350px;	
	text-align: left;

	}	

#center{
	clear:both;
	text-align:center;
	}




/*Content classes*/


/*===============================================
Footer
=================================================*/
#footer{
	background: #f8d50d;
	width: 100% !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	color: #999;	
	font-size: 11px;
	}

#footer li{
	display:inline;
	margin: 0 5px; 
	font-family: sans-serif;
	font-size: 0.9em;
	color: black;
	}

/*===============================================
Extra
=================================================*/


