* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../imagens/Pettern01.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, 'Helvetica Neue', Tahoma, sans-serif;
	font-size: 12px;
}

#outdiv {
	background-image: url(../imagens/hbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrap {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	height: 180px;
	width: 100%;
	top: 0px;
	background-image: url(../imagens/nav.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.logo {
	background-image: url(../imagens/Logo.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 578px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}


#nav {
	position: absolute;
	bottom: 40px;
	text-align: center;
	height: 20px;
	width: 100%;
	left: 0px;
}
#nav ul {
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #d8a82d;
}

#main {
	text-align: left;
	color: #FFFFFF;
}
#main a {
	color: #cfb429;
	text-decoration: none;
}
#main a:hover{
	text-decoration: underline;	
}
#left{
	float:left; 
	width: 26%; 
	background-image: url(../imagens/Pettern02.jpg);
	background-repeat: repeat; 	
	padding: 10px;
	border: 1px solid #515151;
}
#left ul li{
	list-style-type: square;
	color: #DAAE27;
	margin-left: 20px;
}
#left p{
	color: #CFB429;
	text-align: center;
	font-size: 17px;
	padding-bottom: 10px;
}

#right{
	float:right; 
	width: 67%; 
	background-image: url(../imagens/Pettern02.jpg);
	background-repeat: repeat; 	
	padding: 10px;
	border: 1px solid #515151;
}
#right p{
	padding: 5px 0;
}

#outfooter {
	background-image: url(../imagens/footer1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#footer {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagens/footer2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 40px;
	color: #FFFFFF;
}
#footer a {
	color: #DAAE27;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1,h2,h3 {
	color: #cfb429;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cfb429;
	text-transform: uppercase;
}
h1 {
	font-size: 19px;
	text-transform: none;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}

.img{
	margin: 6px auto;
	text-align:center;
}
.img img{
	border: solid 2px #ccc;
}
.img p{
	margin-top: 0px;
}
.lista2colunas li{
	margin-left: 15px;
}
.lista2colunas li{
	float: left;
	width: 45%;
}