﻿/* CSS layout */
body {
	padding:5px;
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #008000;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: green;
}

a:visited {
	font-weight:bold;
	color: green;
}

a:hover {
	font-weight:bold;
	color:#003300;
}

img {
	float:left;
	border-width:0px;
	padding:5px;
}

img.center{
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#topo {
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
}

#topo_esq {
	width:170px;
	height:100px;
	float:left;
}

#topo_dir {
	width:170px;
	height:100px;
	float:right;
	text-align:right;
}

#barra {
	height:15px;
}

#barra_esq {
	width:170px;
	float:left;
}

#barra_dir {
	width: 190px;
	float: right;
	text-align: right;
}

#menu {
	padding: 5px;
	float: left;
	width: 140px;
	height: 100%;
	line-height: 160%;
	background-image: url('imagens/menu.jpg');
	background-repeat: repeat-y;
}

#titulo {
	position:fixed;
	width:100%;
	padding:5px;
	background-color:#CCFF99;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	font-style:italic;
	font-weight:bold;
	font-variant:small-caps;
}

table {
	width:100%;
}

#conteudo {
	width:100%;
}

#conteudo_center {
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#publicidade {
	width:250px;
	height:250px;
}
