/** BASIC */

body {
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #336600;
}

h1{
	font-size: 21px;
}

h2{
	font-size: 15px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #336600;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header, .breadcrumbs{
	width: 778px;
	margin: 0px auto;
}

#header{
	height: 50px;
	background: #CDE2A1 url(../imagens/img01.gif) no-repeat left top;
}

#header p a,a:hover{
	text-decoration:none;
}

#header p {
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 23px;
	font-weight: bold;
	color: #336600;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 43px 10px 0px 0px;
	background: url(../imagens/img02.gif) no-repeat right top;
}

/** MENU */

#menu {
	width: 778px;
	height: 30px;
	margin: 0px auto;
	background: url(../imagens/img03.gif) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #336600;
}

#menu a:hover {
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	background: url(../imagens/img04.gif) repeat-y left top;
}

#columnA {
	float: right;
	width: 518px;
	padding: 20px;
	padding-top: 0px;
}

#columnB {
	float: left;
	width: 200px;
	padding: 20px 10px;
	padding-top: 0px;
}


/** FOOTER */

#footer {
	width: 778px;
	margin: 0px auto;
	background: #BED985 url(../imagens/img05.gif) no-repeat left bottom;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	background: url(../imagens/img06.gif) no-repeat right bottom;
	font-size: smaller;
}

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

