*{
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
body{
		background-image: url(bg.gif);
		background-repeat: repeat-x;
		background-color: #fff;
}
#topo{
	background-image: url(topo.gif);
}
#topo,
#topo a{
	display: block;
	width: 600px;
	height: 35px;
}
#titulo{
	width: 709px;
	height: 30px;
	background-image: url(titulo.gif);
	margin: 12px 0 12px 20px
}
#titulo a{
	width: 400px;
	display: block;
	height: 28px;
}
#titulo h1{
	display: none;
}
#menu{
	background-image: url(menubg.gif);
	background-repeat: repeat-x;
	width: 710px;
	height: 30px;
	margin-left: 20px;
}
#menu li{
	margin: 0 0 0 5px;
	background-position: 0 -60px;
	color: #000;
	font-weight: bolder;
	color: #aaa;
}
#menu li,
#menu a{
	display: block;
	float: left;
	list-style: none;
	width: 135px;
	height: 30px;
	background-image: url(menu.gif);
	text-align: center;
	line-height: 28px;
	font-size: 11px;
}
#menu a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover{
	background-position: 0 -30px;
	color: #bfcfff;
}
#info{
	width: 710px;
	height: 300px;
	position: absolute;
	left: 20px;
	top: 119px;
	background-image: url(info.gif);
}
#info h2,
#info p{
	margin: 10px 15px 8px 280px;
	
}
#info h2{
	font-size: 17px;
}
