﻿@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	background:url(../bg/bg-box.gif);
	
	padding:0;
	margin:0;
	height:100%;
	text-align:center;
	}
	
#main {
	display:table; /* transforma height 100% firefox*/

	width:600px;
	height:100%;
	padding:40px;
	min-height:100%; /* transforma height 100% IE*/
	height:auto;
	margin:0 auto; /* alinhamento central para opera, firefox */
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	font-size:13px;
	color:#663333;
	font-variant:7px;
}

#conteudo {
	width:650px;
	text-align:justify;
	margin:0 auto;
}

h1, h2, h3, h4, h5, h6 {
margin-top:5px;
margin-bottom:4px;
}

p {
	margin-bottom:20px;
}

h1 {
	text-align:left;
	font-size: 40px;
	font-weight: bold;
}
h2 {
	text-align:left;
	font-size: 21px;
	font-weight: bold;
	margin-bottom:8px;
}
h3 {
	text-align:left;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	text-align:left;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	color:#CC6666;
	margin: 0px;
	font-weight: bold;
	text-align:left;
}
h6 {
	font-size: 10px;
	color:#999999;
}
a:link {
	color:#663333;
	text-decoration: none;
}
a:hover {
	color:#CC6666;
	text-decoration: none;
	display:inline;
}
a:visited {
	color:#663333;
	text-decoration:none;
}

