
html {
	height: 101%;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg-full.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #3c332d;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: sans-serif;
	font-weight: normal;
}

p, ul {
	margin-top: 0;
}

a:link {
	color: #3c332d;
}

a:visited {
	color: #3c332d;
}

/* Header */

#header {
	width: 740px;
	height: 115px;
	margin: 30px auto 0;
	background: url(images/img2.png) no-repeat top left;
}

/* ====================== START NAV ====================== */
#nav {
	width: 670px;
	height: 35px;
	margin: 0 auto 7px;
	background: url(images/Texture0219.jpg) repeat;
	border: solid 1px #3c332d;
}

#nav ul.level-1 {
	float:left; 
	list-style:none;
	margin-left: 15px;
}

#nav li { padding:8px 30px; font-size:12pt; float:left; position:relative }
#nav a { display:block; text-decoration:none; }
#nav a:hover { text-decoration:underline; }

/* Content */

#container {
	width: 720px;
	background: #FFFFFF url(images/wood.jpg) repeat-y;
	margin: 0 auto;
	border-bottom: 1px solid #3c332d;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

#content {
	width: 670px;
	margin: 0 auto;
}

#google {
	width: 670px;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	border: solid 1px #3c332d;
	background: url(images/Texture0219.jpg) repeat;
}


#colOne {
	float: right;
	width: 445px;
	padding: 20px 20px 20px 20px;
	border: solid 1px #3c332d;
	background: url(images/Texture0219.jpg) repeat;
}
	
#colTwo {
	float: left;
	width: 125px;
	padding: 10px 20px 10px 10px;
	background: url(images/Texture0219.jpg) repeat;
	border: solid 1px #3c332d;
}

#colTwo-contact {
	float: left;
	width: 135px;
	padding: 10px 10px 10px 10px;
	background: url(images/Texture0219.jpg) repeat;
	border: solid 1px #3c332d;
}

#colOne-dicas {
	float: right;
	width: 570px;
	padding: 20px 50px 20px 50px;
	border: solid 1px #3c332d;
	background: url(images/Texture0219.jpg) repeat;
}


/* Footer */

#footer {
	width: 670px;
	margin: 10px auto 10px;
	padding: .9em 0;
	background: url(images/Texture0219.jpg) repeat;
	border: solid 1px #3c332d;
	}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
}

#spacer {
	width: 670px;
	height: 10px;
}

#bottom-deco {
	width: 180px;
	height: 206px;
	margin: -150px auto 0;
	z-index:10;
}

#bottom-deco img {
	margin-left: -350px;
}

#dicas {
	list-style:none;
	width: 300px;
	float: right;
	position: relative;
}

.dicas_li {
padding: 0 0 20px;
}

#dicas_nivo {
float: left;
margin: 0 -50px 0 0;
}
