/* CSS Document */

body{
   background: url(/images/it/banda.gif) repeat-x;
   margin-top: 15px;
}

#menu{
   background: url(/images/it/menu_bg.jpg);
   width: 890px;
   height: 42px;
   font-family: Verdana, Arial, MS Sans Serif, Geneva, sans-serif;
   font-size: 14px;
   color: #660000;
}

#menu a {
	text-decoration: none;
	color: #660000;
	/*border-top: 1px solid #F2D496;*/
	border-right: 1px solid #F2D496;
	border-left: 1px solid #CC9521;
	/*border-bottom: 1px solid #CC9521;*/	
	padding: 0px 35px 0px 35px;
}

#menu a:hover {
  color: #660000;
	text-decoration: none;
	background-color: #F4EBD0; 
}

#menu .content_menu{
  padding: 12px;
  padding-left: 36px;
}

.bl{
  	border-left: 1px solid #CC9521;
}

#content{
  background-color: #ffffff;
  overflow: hidden;
  width: 888px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
}



#content .left{
  float: left;
  width: 243px;
  padding-left: 5px;
}

#content .right{
  float: right;
  width: 613px;
  padding-right: 25px;
}


.content_box{
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  padding-left: 4px;
}

.body_box{
  background: url(/images/it/box_bg.jpg) no-repeat;    
  width: 220px;
  font-family: Verdana, Arial, MS Sans Serif, Geneva, sans-serif;
  color: #660000;
  font-size: 12px;
  /*text-align: center;*/

}


#footer{
   background: url(/images/it/footer_bg.jpg);
   width: 890px;
   height: 24px;
}

#footer_txt{
   font-family: Verdana, Arial, MS Sans Serif, Geneva, sans-serif;
   color: #660000;
   font-size: 12px;
   text-align: center;
   padding-top: 4px;
}

fieldset{
    border: none;
	color: #653F2C;
}
