html {
	min-height: 100%;
	height: auto;
	font-size: 11px;
}

body{
	margin: 0px;
	padding: 0px;
	background: url("../images/bg.gif") repeat-x #F3D174;
	font-family: "Verdana";
	font-size: 11px;
	color:black;
}

input, textarea, select, button{
	margin:0px;
	padding:1px;
	color:black;
	font-family:"Verdana";
	font-size:11px;
}

form {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

img {
	border:none;
}

h1{
	font-size: 20px;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}

h2 {
	font-size: 18px;
	margin: 1.2em 0em 0em 0em;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	text-align:justify;
}

#container{
	width:848px;
	margin:0px auto;
}

#header{
	height:89px;
	padding:23px 3px 0px 3px;
}

#header .banner{
	float:left;
	width:468px;
	height:60px;
}

#header .lang{
	float:right;
	padding:10px 0px 0px 0px;
	color:#D75F1D;
	font-size:12px;
}

#header .lang img,p{
	float:left;
}

#header .lang img{
	margin:14px 20px 0px 0px;
}

#header .lang a{
	color:#D75F1D;
}

#header .lang .big{
	font-size:15px;
}

#header .lang .bigger{
	font-size:18px;
}


#menu{
	padding:0px;
	margin:0px;
	list-style:none;
	font-family: "Arial";
	font-size:17px;
	font-weight:bold;
}

#menu li{ 
	float:left;
	height:43px;
}

#menu li .left{
	float:left; 
	height:33px;
	width:19px;
	padding:10px 0px 0px 0px;
}

#menu li .text{
	float:left;
	height:33px;
	padding:10px 0px 0px 0px;	
}

#menu li .right{
	float:left; 
	width:19px;
	height:33px;	
	padding:10px 0px 0px 0px;
}

#menu .selected .left{
	background: url("../images/menu_selected_left.gif") repeat-x;
}

#menu .selected .text{
	background: url("../images/menu_selected.gif") repeat-x;
}

#menu .selected .text a{
	color:#A00019;
}

#menu .selected .right{
	background: url("../images/menu_selected_right.gif") repeat-x;
}

#menu a{
	color:#EAA856;
	text-decoration:none;
}

#content{
	margin:60px 0px 0px 0px;
}

#content .contents{
	float:left;
	width:436px;
	margin:0px 13px 0px 0px;
	padding:30px 20px;
	background:white;
}

#content .contents img{
	padding:0px 10px 0px 0px;
}

#content .contents ul, #content .contents li{
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	clear:both;
}

#content a{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

#content .related{
	float:left;
	width:185px;
	margin:0px 13px 0px 0px;
	padding:20px;
	background:#EFB67B;
}

#content .banners{
	float:left;
	width:121px;
}

#content .banners img{
	margin:0px 0px 20px 0px;
}

#home{
	padding:50px 0px 30px 20px;
	text-align:center;
}

#home img{
	float:left;
	margin:0px 10px 0px 0px;
}

#home .vati{
	margin:80px 10px 0px 0px;
}

#home .book{
	margin-top:70px;
}

#footer{
	margin-top:20px;
}

#footer .logos{
	padding:0px 0px 0px 0px;
	background:white;	
	height:90px;
}

#footer .logos a{
	float:left;
	margin:0px 30px 0px 0px;
}

#footer .logos .vati{
	margin:0px 80px 0px 0px;
}

#footer .links{
	height:16px;
	padding:7px 0px 7px 15px;
	background:#C65C40;	
}

#footer .links .left{
	float:left;
}

#footer .links .right{
	float:right;
}

#footer .links a{
	margin:0px 20px 0px 0px;
	color:white;
}