* {
    margin: 0;
    padding: 0;
    border: 0;
	outline: 0;
    }

body {
    background: url("images/fundos/fundo_principal.jpg") #fff;
    font-family: Verdana, Tahoma, sans-serif;
    }

#content {
	position: absolute;
	top: 0;
	left: 50%;
	width: 650px;
	height: 400px;
	margin: 50px 0px 0px -325px;
	}

#container {
	position: relative;
	width: 650px;
	height: 400px;
	background: url("images/fundos/fundo_content.jpg") #fff;
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #900;
	}

h1 {
	display: none;
	}

#container #flash {
	position: relative;
	width: 393px;
	height: 55px;
	margin: 30px 0px 0px 35px;
	}

#container h2 {
	position: relative;
	top: -85px;
	left: 16px;
	width: 205px;
	height: 134px;
	background: url("images/fundos/fundo_h2.jpg") #900;
	font-size: 8pt;
	text-align: center;
	color: #f1f1f1;
	letter-spacing: -1px;
	float: right;
	margin: 0px 13px 0px 0px;
	}

html>body #container h2 {
	position: relative;
	top: -85px;
	left: 3px;
	width: 205px;
	height: 134px;
	background: url("images/fundos/fundo_h2.jpg") #900;
	font-size: 8pt;
	text-align: center;
	color: #f1f1f1;
	letter-spacing: -1px;
	float: right;
	margin: 0px 13px 0px 0px;
	}

#container h2 span {
	display: none;
	}

#container ul#menu {
	position: absolute;
	width: 205px;
	height: 266px;
	background: url("images/fundos/fundo_menu.jpg") #333;
	float: right;
	margin: 49px 13px 0px 435px;
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9pt;
	text-transform: uppercase;
	color: #ccc;
	text-align: center;
	font-weight: bold;
	}

#container ul#menu li.primeira {
	margin-top: 8px;
	}

#container ul#menu li a {
	display: block;
	width: 185px;
	/*
	border-bottom: 1px solid #000;
	border-top: 1px solid #444;
	*/
	text-decoration: none;
	color: #ccc;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	}

html>body #container ul#menu li a {
	display: block;
	width: 185px;
	/*
	border-bottom: 1px solid #000;
	border-top: 1px solid #444;
	*/
	text-decoration: none;
	color: #b9b8b8;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	}

#container ul#menu li a:hover {
	text-decoration: none;
	color: #fff;
	/*
	background: #900;
	*/
	}

p.rodape {
	font-size: 8pt;
	text-align: right;
	color: #999;
	width: 470px;
	float: right;
	margin-top: 10px;
	}

address {
	color: #990100;
	font-weight: bold;
	display: block;
	float: left;
	width: 200px;
	text-align: left;
	font-size: 10px;
	font-style: normal;
	margin: -25px 0px 0px 0px;
	text-transform: lowercase;
	}

address a {
	color: #999;
	text-decoration: none;
	}

address a:hover {
	color: #333;
	text-decoration: underline;
	}

table#ig {
	font-size: 10pt;
	margin: 20px;
	background: #ccc;
	}