@charset "utf-8";
/* CSS Document */

/* PADRÕES INICIAIS */

html, body{
	margin:0;
	background:#000 url(images/fundo.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	color:#222;
}
img{border:none;}
a{color:#222;}
/* durante o clique, antes de largar */ a:active{}
/* cursor sobre */ a:hover{color:#ba3636;}
/* link não visitado */ a:link{}
/* link visitado */ a:visited{}


/* TEXTO CORRIDO */
p{margin:15px 0}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}

hr{}

li{}
ul{}
ul li{}
ol{}
ol li{}


/* FORMULÁRIOS */
form{}
input, textarea{
	border:1px solid #92874F;
	background:#feeec8;
	padding:5px 5px;
	width:640px;
}
.formText{}
.formCheckbox{}
.formRadio{}
.formFile{}
.formButton{
	width:150px;
	cursor:pointer;
}
button{}
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	color:#222;
	height:200px;
}
select{}


/* OUTROS */

#all{
	width:750px;
	background:#e2c278;
	margin:0 auto;
}


#menu {
	height:26px;
	text-align:center;
}
#menu a {
	padding:0 30px;
}


#content {
	padding:30px 50px;
}
#content #coluna1 {
	float:left;
	width:440px;
	margin-right:40px;
}


#rodape {
	clear:both;
	text-align:right;
	padding:10px 15px;
	font-size:10px;
}
#rodape a{
	text-decoration:none;
}





























