*{
    margin:0;
    padding:0;
}
body{
    font-family: helvetica;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
   background:transparent url(../imagens/bgb.jpg) repeat top left;
}

a .cat{
    width:115px;
    height:115px;
}
#content{
    width:900px;
    height:620px;
    margin:-200px auto 0px auto;
    background:transparent url(../imagens/bg2.png) no-repeat bottom left;
}
#content h1{
    font-size: 28px;
   
}
#content h1,h2,h3{
    color:#7F6137;
    text-shadow:1px 1px 2px #fff;
   
}
#green{
    color:green;
    text-shadow:1px 1px 1px #fff;
   
}
#content p{
    margin:20px;
    width:600px;
}
#content .text{
    padding:300px 0px 0px 100px;
}
ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 50%;
    list-style: none;
    z-index:999999;
}
ul#navigation li {
    display:inline;
    float:left;
    width:100px;
    margin-left:1px;
}

ul#navigation li a {
    display: block;
    font-weight:bold;
    text-shadow:1px 1px 1px #fff;
    float:left;
    width: 100px;
    height: 35px;
    color:#603d05;
    background:transparent url(../imagens/item.png) no-repeat bottom right;
    text-decoration:none;
    text-align:center;
    padding-top:80px;
    margin-top: -40px;
    cursor:pointer;

}
ul#navigation li a:hover{
	color:#000000;
	background:transparent url(../imagens/item2.png) no-repeat bottom left;

}




.matrix{ position: fixed;
	bottom:2px;
	left:0px;
	text-decoration:none;
	list-style:none; 
	margin:0px 0px; 
	width:75px; 	
	height:75px; }


#artigos a{
      margin: 0px;
      padding: 0px;
      border:none;
      text-decoration:none;
      color:#603d05;
}


h3#green, ul#navigation li a#green {
       color:#006400;
}


ul#navigation li a#green {
     background:transparent url(../imagens/item2.png) no-repeat bottom left;
}
h3#red, ul#navigation li a#red{
      color:#FF0000;

}


ul#navigation li a#red{
     background:transparent url(../imagens/item2.png) no-repeat bottom left;
}

.reset {
	display: block;
	position: absolute;
	top: 415px;
	left: 580px;
	width: 80px;
	height: 40px;
	border: 0;
	cursor: pointer;
	background: url(../imagens/reset.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 20px 0;
	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    	-ms-border-radius: 10px;
    	-o-border-radius: 10px;
    	border-radius: 10px;
}	
.sendit {
	display: block;
	position: absolute;
	top: 380px;
	left: 580px;
	width: 80px;
	height: 40px;
	border: 0;
	cursor: pointer;
	background: url(../imagens/sendit.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 20px 0;
       -webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    	-ms-border-radius: 10px;
    	-o-border-radius: 10px;
    	border-radius: 10px;
	
}
#form2 {
    			  background:transparent url(../imagens/carta2.png) repeat top right;
   			 width: 570px;
			 -webkit-border-radius: 10px;
    			-moz-border-radius: 10px;
    			-ms-border-radius: 10px;
    			-o-border-radius: 10px;
    			border-radius: 10px;
			-moz-box-shadow: 0 0 10px #603d05 inset;
       			-webkit-box-shadow: 0 0 10px #603d05 inset;
			box-shadow: 0 0 10px #603d05 inset;
    
}
#nome, #email, #mensagem { font: bold 25px;
    			 -webkit-border-radius: 10px;
    			-moz-border-radius: 10px;
    			-ms-border-radius: 10px;
    			-o-border-radius: 10px;
    			border-radius: 10px;
			-moz-box-shadow: 0 0 10px #603d05 inset;
       			-webkit-box-shadow: 0 0 10px #603d05 inset;
			box-shadow: 0 0 10px #603d05 inset;
    
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #7F6137;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #7F6137;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #7F6137;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #7F6137;
}
label{			font-family:calibri;
			text-transform:capitalize;
			font-size: 15px;
			font-weight: bold;
                        background: url(../imagens/item2.png) no-repeat 0 0;
			color:#ffffff;
     			-webkit-border-radius: 10px;
    			-moz-border-radius: 10px;
    			-ms-border-radius: 10px;
    			-o-border-radius: 10px;
    			border-radius: 10px;
			-moz-box-shadow: 0 0 10px #603d05 inset;
       			-webkit-box-shadow: 0 0 10px #603d05 inset;
			box-shadow: 0 0 10px #603d05 inset;
}