﻿*
{
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-family: Garamond;
	font-size: 14px;
}

img
{
	border: 0px none;
}

.main
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.header
{
	width: 900px;
	height: 218px;
	background-image: url('../images/header.png');
	background-position: center top;
	background-repeat: no-repeat;
	cursor: pointer;
}

.content
{
	width: 700px;
	background-image: url('../images/content.png');
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 100px;
	padding-right: 100px;
}

.content table
{
	width: 100%;
}

.texto
{
	width: 480px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 30px;
	padding-right: 25px;
}

.texto .title
{
	width: 480px;
	color: #364C59;
	font-size: 17px;
	font-weight: bold;
}

.texto .text
{
	width: 480px;
	color: #7A7A7A;
	font-size: 15px;
}

.texto .text a
{
	color: #bbd30d;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
}

.texto .text a:hover
{
	text-decoration: underline;
}

.imagem
{
	width: 220px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 25px;
}


.footer
{
	width: 900px;
	height: 100px;
	background-image: url('../images/bottom.png');
	background-position: center top;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 30px;
	color: #7A7A7A;
}