﻿@import "reset.css";


body
{
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #333;
	background: #D5E4BA url(img/bodybg.png) repeat-x left top;
	margin-bottom:25px;
	text-align:center;
}

#bodywrapper
{
	background: url(img/abaslaterais.png) no-repeat center 30px;
}

#wrapper
{
	width:706px;
	margin: 50px auto;
	background: url(img/wrapperbg.gif);
	padding-bottom: 17px;
	text-align:left;
}


#header
{
	float:left;
	width:706px;
	height:127px;
	margin-top:24px;
	background: url(img/menubg.png) repeat-x left 5px;
}


#logo a:link, #logo a:visited
{
	margin:0 auto;
	display:block;
	text-indent: -9000px;
	width: 207px;
	height: 109px;
	background: url(img/logo.png) no-repeat left top;
}

#contentwrapper
{
	clear:both;
}

#content
{
	width:670px;
	background: #fff;
	margin-left:16px;
	padding-top:16px;
}

#content h1, #content p
{
	margin: 0 16px 1em 16px;
}

#content h1
{
	margin-top:16px;
	letter-spacing: -1px;
	font-size:32px;
	color: #7a993c;
	line-height:120%;
}


#content p
{
	font-size:14px;
	line-height:150%;
}

#content p a:link, #content p a:visited
{
	font-weight:bold;
	color:#333;
	text-decoration: none;
}
#content p a:hover
{
	color: #7a993c;
}

#content table
{
	margin:32px 16px;
}

#content th
{
	width:260px;
	vertical-align:top;
	border-top: 2px solid #7a993c;
	padding-bottom: 25px;
}

#content table td
{
border-top: 1px solid #7a993c;	
width: 390px;
text-align: right;
padding-bottom: 25px;
}
#content th p
{
	font-size:13px !important;
	margin: 0 1em 0 0;
	line-height: 16px;
}
#content th h2
{
	color:#7a993c;
	font-size:20px;
	letter-spacing:-1px;
	margin: 10px 16px 5px 0;
}

#content td img
{
	margin: 10px 0 10px 10px;
}

#footer
{
	clear:both;
	width: 670px;
	margin: 0 16px;
	background-color:#fff;
	height:43px;
	line-height: 43px;
	font-size: 11px;
}

#footer p
{
	margin: 0 15px;
}


