/*----------------------------------------------- */
/* CSS RESET
/*----------------------------------------------- */

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,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	border:0;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	font-family:inherit;
	padding: 0;
	margin: 0;
}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";} 


/*----------------------------------------------- */
/* GENERAL
/*----------------------------------------------- */

body { background: black url(images/wood.jpg) repeat-y center top; font: 11px/16px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; color: #362f2d; }

p { margin: 0 0 1em 0; }

strong { font-weight: bold; color: #890a00; }

em {font-style: italic}

a { font-weight: bold; color: #890a00; }
a:hover { text-decoration: none; }

h3 { font: bold 12px verdana; text-transform: uppercase; color: #6a9398; margin-bottom: 10px; }

/*div { border: 1px solid red }*/
.link {
	font-weight: bold;
	color: #ebdbb1;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #890A00;
}

.clear { clear: both; }

.alignleft {
	text-align:left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 9px;
	color: #666;
}
.alignlefta {
	text-align:left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 19px;
	color: #666;
	font:Arial, Helvetica, sans-serif;
}
.alignleftc {
	text-align:left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 17px;
	color: #09C;
	font:Arial, Helvetica, sans-serif;
}
.alignright { text-align:right; }

.aligncenter { margin: 0 auto;}

.alignjustify {
	text-align: justify;
	clip: rect(auto,20px,auto,20px);
	white-space: normal;
	display: block;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 9px;
	padding-top: 36px;
}


/*----------------------------------------------- */
/* LAYOUT
/*----------------------------------------------- */

#wrapper { width:1024px; margin: 0px auto; /*border: 1px solid blue;*/ }

#titulo {
	width:auto;
	height:auto;
}

#main {
	width: 620px;
	float: left;
	padding-left: 15px;
	height: auto;
}
#topopapel {
	width: 620px;
	float: left;
	background-image:url(images/paper_top.png);
	height: 190px;
}
#papel {
	width: 620px;
	float: left;
	background-image:url(images/paper_middle.png);
	background-repeat: repeat-y;
}
#bottom {
	width: 620px;
	float: left;
	background-image:url(images/paper_bottom_noshadow.png);
	height: 200px;
}

#coluna {float:left; display:inline; height:150px; width: 550px; margin-left: 25px; }
#colunab {float:left; display:inline; width: 565px; margin-left: 25px; }
#colunac {
	float:left;
	display:inline;
	width: 285px;
	height:auto;
	margin-left: 25px;
}
#contato {
	width: 545px;
	height:375px;
	float: left;
	background-image:url(/images/postcard.jpg);
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-left: 20px;
	text-align:left;
}
#contatoform {
	width: 300px;
	height:270px;
	padding-top:25px;
	float: left;
	text-align:left;
}
#contatos {
	width: 100px;
	height:250px;
	padding-top:90px;
	float: right;
	text-align:left;
}


/*----------- SIDEBAR ------------*/

#sidebar2 {
	float: right;
	width: 190px;
}
#sidebar { float: left; display:inline; width: 170px; margin-left: 25px; }

#logo a {top center no-repeat; width: 170px; height: 240px; margin: 41px 0px 15px 0px; outline: none; text-indent: -9999px; display: block; }

#nav li a { height: 46px; width: 170px; display: block; text-indent: -9999px; outline: none; }

li#nav_cards a { background: transparent url(images/nav_cards.png) no-repeat 0 0; }
li#nav_tips a { background: transparent url(images/nav_tips.png) no-repeat 0 0; }
li#nav_about a{ background: transparent url(images/nav_about.png) no-repeat 0 0; }
li#nav_contact a { background: transparent url(images/nav_contact.png) no-repeat 0 0; }

li#nav_cards a:hover { background: transparent url(images/nav_cards.png) no-repeat 0 -46px; }
li#nav_tips a:hover { background: transparent url(images/nav_tips.png) no-repeat 0 -46px; }
li#nav_about a:hover { background: transparent url(images/nav_about.png) no-repeat 0 -46px; }
li#nav_contact a:hover { background: transparent url(images/nav_contact.png) no-repeat 0 -46px; }

/*----------- FOOTER ------------*/

#footer {
	swidth: auto;
	padding: 0px;
	height: 30px;
	background-image: url(images/footer_background.png);
	color: #FFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

	

/*----------------------------------------------- */

