body{
	font-family: arial;
	font-size: 16px;
/*	color: #f6f6f6; */
	margin: 0;
	/* background: url("bg.gif") no-repeat scroll center 180px; */
}

	body.no_bg{
		background: #f1f1f1;
	}

form{
	margin: 0;
	padding: 0;
}

div#header{
	width: 100%;
	height: 50px;	
	background: #F5F5F5;
	border-bottom: solid 5px white;
	padding:0px;
}

div#headermenu{
	width: 100%;
	height: 33px;	
	background: #F5F5F5;
	border-bottom: solid 2px #CCCCCC;
	padding:0px;
}

div#favline{
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

	div#favline p.logo{
		float: left;
		margin-top: 15px;
		/*background: url("../logo_pronline.gif") no-repeat;*/
	}
	
	div#favline form{
		float: right;
		/*margin-top: 20px;*/
		margin-bottom: 15px;
	}
	
	div#favline form.box_search{
		margin-top: 15px;
		margin-bottom: 0px;
		width:400px;
	}

	div#favline p.logo35{
		float: left;
		margin-top: 10px;
	}
        
        div#favline p.menu{
     		font-size: 13px;
         	float: right;
            font-weight: bold;
            width: 711px;
        }
   
  	div#favline p.menu span{
		display: block;
		float: left;
		padding: 10px 0;
		padding-right: 7px;
		border-right: 1px solid #ededed;
		margin-left: 7px;
	}
  	div#favline p.menu span a{
		color: #666;
	}

  	div#favline p.menu span a:hover{
		color: #0086CD;
	}

  	div#favline p.menu span a.last{
		border-right: 0;
	}
	

div#title{
	margin: 10px auto;
	width: 600px;
	height: 50px;
}
	div#title p{
		width: 600px;
		height: 46px;
		background: url("title.jpg") no-repeat scroll center;
	}
	

div.border{	
	margin: 0 auto;
	width: 600px;
	height: 30px;
	background: url("top.gif") no-repeat bottom;
	
}
	div.border.bottom{
		background: url(bottom.gif) no-repeat;
		height: 30px;
	}
	
	
div#container{
/*	background: url("bg_container.gif") #80a02b repeat-x bottom; */
	margin: 0 auto;
	width: 596px;
	min-height: 800px;
	padding-bottom: 25px;
	/* begin of IE hack */
	height: auto !important;
	height: 800px;
	/* end of IE hack */
/*	border: solid 1px #6f8b26; */
}


	div#container p{
		margin: 0 0 10px 0;
	/*	padding: 20px 55px 30px 55px; */
	/*	background: url("line.gif") no-repeat scroll center bottom; */
	}

	div#container p#title.tribuna{
		padding: 20px 55px 30px 55px; 
	}
	
div#footer{
	margin: 12px auto;
	width: 600px;	
	color: #000;
	font-size: 10px;
	text-align: center;
}

.contact p{	
	width: 82.4%;
	background: none !important;
	margin: 0 !important;
	padding: 0px 55px 0px 55px !important;
	margin-bottom: 300px;
}
	
	.contact p label{
		float: left;
		margin-top: 10px;
		padding-top: 0;
	}		
	
	.contact p label br{
		height: 3px;
	}

		.contact p label.right{
			float: right;
			margin-right: 3px;
		}
		
		.contact p label input{
			background: #eeeeee;				
			padding: 5px 10px;
			width: 218px;
			border: none;
			font-size: 36px;
			color: #607823;
			margin-top: 6px;
			letter-spacing: -1px;
			border: 1px solid;
			border-bottom-color: #dddddd;
			border-left-color: #f5f5f5;
			border-right-color: #dddddd;
			border-top-color: #f5f5f5;
		}
			
			.contact p label input.full{
				width: 467px;
			}
			
		.contact p label textarea{
			background: #eeeeee;
			padding: 3px 10px 3px 10px;
			width: 467px;
			height: 150px;
			border: none;
			font-size: 16px;
			font-family: Arial;
			border-bottom-color: #dddddd;
			border-left-color: #f5f5f5;
			border-right-color: #dddddd;
			border-top-color: #f5f5f5;
		}
		
		
	.contact p input.button{
		display: block;
		clear: both;
		margin: 0 auto;
		padding-top: 20px;
	}
	
	
div.error{
	clear: both;
	width: 485px;
	margin: 10px auto;
	border: solid 1px #ededed;	
}

	div.error ul li{
		padding-left: 25px;
		list-style: none;
	}
	
#partnership_area{
	height: 390px;
}

	#partnership_area iframe{
		width: 100%;
		height: 100%;
	}
	

