html,body{
	margin:0;
	padding:0;
	background-color:#999;
	}
#publicity {
	float:right;
	width:500px;
	height:100px;
	}
#conteiner {
	background-color:#999;
	width :900px;
	height: 500px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	}
#banner {
	padding:0px;
	width:900px;
	height:130px;
	background-image:url('images/banner.jpg');	
	}
	
#menu {
	padding:10px;
	float:left;
	width:200px;
	min-height:230px;
	}
#content {
	
	padding:10px;
	float:left;
	width:600px;
	min-height:230px;
	}
#box {
	font-family:Verdana;
	font-size:80%;
	}
#navigation{
	width: 200px;
}
#navigation ul{
	list-style: none;
	font-family:Verdana;
	font-size:80%;
}
#navigation ul li{
	height: 30px;
	border-bottom: 1px dotted #ccc;
}
#navigation ul li a{
	text-indent: 20px;
	padding: 5px 0;
	display: block;
	height: 20px;
	text-decoration: none;
	color: #fff;
	background-image: url(bull.png);
	background-repeat: no-repeat;
	background-position: 5px 6px ;
}
#navigation ul li a:hover{
	background-color: #8E8963;
	background-image: url(bull.png);
	background-repeat: no-repeat;
	background-position: 15px 6px ;
	color: white;
}
#footer {
	background-color:#999;
	width: 900px;
	height: 30px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	bottom: 0;
}
#bframe { width: 650px; height: 350px;border:none;}

