/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,  fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  padding: 0;  border: 0;  outline: 0;  font-size: 100%;  vertical-align: baselinebaseline;  background: transparent;}  
	
table {  
    border-collapse: collapse;  
    border-spacing: 0;}  
	
	
/*---- header ----*/

#header{
	width:100%;
	height:226px;
	background:url(images/header_bg.jpg) repeat-x;}

	#header_img{
	width:800px;
	height:226px;
	background:url(images/header_img.jpg) repeat-x;
	position:relative;
	margin:0 auto;}
	
/*---- corpo ----*/

#corpo{
	width:100%;
	background:url(images/corpo_bg.jpg);
	position:relative;
	margin:0 auto;}
	
	#topo{
	width:800px;
	height:49px;
	background:url(images/corpo_1.jpg) no-repeat;
	position:relative;
	margin:0 auto;}
	
	#meio{
	width:800px;
	height:900px;
	background:url(images/corpo_2.jpg) repeat-y;
	position:relative;
	margin:0 auto;}
	
	#baixo{
	width:800px;
	height:62px;
	background:url(images/corpo_3.jpg);
	position:relative;
	margin:0 auto;}
	
	/* -- menu -- */
	#menu{
	width:291px;
	height:27px;
	float:right;
	padding: 0 165px;}
		#menu p{font-family:verdana; font-size:12px; color:#000000; padding: 5px 0;}
		#menu a{color:#000066; text-decoration:none;}
		#menu a:hover{color:#990000;}
	
	#conteudo{
	width:700px;
	position:relative;
	margin:0 auto;}

	#formulario{
	width:500px;
	position:relative;
	margin:0 auto;}
	#formulario p{font-family:verdana; font-size:12px; color:#000000;text-align:justify;}
	#formulario h2{padding: 0 0 10px 0; font-family:verdana; font-size:16px; color:#990000; text-align:center;}
	#formulario h4{font-family:verdana; font-size:12px; font-weight:bold; color:#000000;text-align:center;}
	
	#conteudo_texto{
	width:180px;
	height:410px;
	position:relative;
	margin:0 auto;
	float:left;
	padding: 0 0 0 10px;}
		#conteudo p{font-family:verdana; font-size:12px; color:#000000;text-align:left;}
		#conteudo h4{font-family:verdana; font-size:12px; font-weight:bold; color:#000000;text-align:center;}
		#conteudo p span{font-family:verdana; font-size:12px; font-weight:bold; color:#000000;text-align:center;}
		#conteudo h1{padding: 20px 0 3px 0; font-family:verdana; font-size:18px; color:#990000;text-align:center;}
		#conteudo h2{padding: 0 0 10px 0; font-family:verdana; font-size:16px; color:#990000; text-align:center;}
		#conteudo h3{font-family:verdana; font-size:10px; color:#000000;text-align:center;}
		
	#conteudo_video{
	width:500px;
	height:410px;
	position:relative;
	margin:0 auto;
	float:right;}
