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,caption{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/*reset de margem e espaçamento para todos os elementos*/

body{
	background-color:#D1E2DE;
	background-image:url(img/sombreado.jpg);
	background-repeat:repeat-x;
}

#header{
	background:url(img/header.jpg);
	width:899px;
	height:126px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
#link_index{
	width:600px;
	height:100px;
	float:left;
	margin:0 0 0 100px;
}
#link_ico1{
	width:16px;
	height:16px;
	float:left;
	margin:105px 0 0 6px;
}
#link_ico2{
	width:16px;
	height:16px;
	float:left;
	margin:105px 0 0 5px;
}
#link_ico3{
	width:16px;
	height:16px;
	float:left;
	margin:105px 0 0 4px;
}
#link_ico4{
	width:16px;
	height:16px;
	float:left;
	margin:105px 0 0 4px;
}
#link_ico5{
	width:55px;
	height:16px;
	float:left;
	margin:105px 0 0 4px;
}

#menu{
	width:100%;
	height:40px;
	background:#AAB2A5;	
	margin-top:19px;
}
#menu_content{
	width:899px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
}

#search{
	width:183px;
	height:25px;
	background:#EBEBEB;
	border:1px solid #CCCCCC;
	border-radius:0.7em;
	margin-top:6px;
	float:left;
	margin-left:3px;
}
#search input{
	float:left;
	border:none;
}
#busca{
	background:#EBEBEB;
	width:136px;
	margin:4px 0 0 6px;
}
.curves{
	background:#333333;
	color:#FFF;
	border-radius:0.7em;
	width:30px;
	height:23px;
	margin-top:1px;
	margin-left:10px;
	cursor:pointer;
}
#menu_content p {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2C2626;
	margin-top:13px;
	margin-left:126px;
	float:left;
}
#menu_content p a{
	color:#2C2626;
	text-decoration:none;
}
#menu_content p a:hover{
	text-decoration:underline;
}
#ico{
	float:left;
	margin-left:249px;
}
#ico img{
	float:left;
	margin-left:18px;
	margin-top:1px;
}

#content{
	width:900px;
	height:395px;
	margin:25px auto 0 auto;
	background:#FFF;	
}
#content p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:4px 0 0 7px;
	float:left;
	width:886px;
}
#content img{
	margin-top:15px;
}
#content h2{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:both;
	margin:10px 0 0 7px;
}
#content label{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}
#content table{
	float:left;
	margin:30px 0 0 10px;
}
.input{
	background:#f9f9f9;
	border:1px solid #ebebeb;
	width:215px;
	padding:2px;
}
#textarea{
	width:300px;
	height:85px;
}