body {
  background: url(fond.gif);
  background-repeat: repeat-x;
	background-color: #FFBC19;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	margin: 0;
	text-align: center;
	}


#global {
		position: absolute;
		left: 50%;
		margin-left: -420px;
		width: 840px;              
	  text-align: left;
}
#sidebar{
	float: left;
	width: 190px;
}
#sidebar div{
	margin: 0;
	padding: 0;
}

#sidebar p{
	margin: 0;
	padding: 0;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#logo {
	position: relative;
	width: 190px;
	height: 185px;
	background: url(img/logo-1.jpg);
	}

#logo2 {
	position: relative;
	width: 190px;
	height: 45px;
	background: url(img/logo-2.gif);
	}
	
#main{
	float: left;
	margin: 0px;
	padding: 0;
	width: 650px;
	position: relative;
}

#navig {
	background: url(img/navig-1.gif) no-repeat;
	width: 190px;
	text-align: right;
}

#navig2 {
	position: relative;
	width: 190px;
	height: 79px;
	background: url(img/navig-3.gif);
	}

#navig li{
	padding-right: 12px;
	list-style : url(img/pucenav-off.gif);
}

#navig li:hover{
	list-style : url(img/pucenav-on.gif);
}

#navig a{
	color: #FFF;
	font-size: 13px;
	text-decoration: none ;
}

#navig a:hover{
	color: #FFEA05;
	font-size: 13px;
	text-decoration: none ;
}
