﻿body 
{
	margin-top: 5px;
	margin-left: 5px;
	background-color: rgb(128, 0, 0);
	
	font-family: "Verdana", "Sans-Serif";
}

#address 
{
	position: absolute;
	bottom: 5px;
	left: 15px;
	
	font-size: x-small;
	font-weight: bold;

	color: rgb(128, 0, 0);
}

#container {
	width: 964px;
	
	background-color: rgb(128, 0, 0);
}

#fotos {
	position: relative;
	height: 120px;
}

#header
{
	position: relative;
	width: 960px;
	height: 150px;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	
	text-align: left;
}

#left 
{
	float: left;
	width: 220px;
}

#logo 
{
	position: absolute;
	left: 15px;
	top: 25px;
	
	color: rgb(128, 0, 0);
}

#main 
{
	position: relative;
	
	width: 960px;
	top: 10px;
}

#questions 
{
	position: absolute;
	right: 125px;
	top: 10px;
}

#right 
{
	float: right;
	width: 730px;
}

.block 
{
	background-color: rgb( 255, 255, 238);
	
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.clear 
{
	clear: both;
}

.content 
{
	position: relative;
	width: 100%;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	
	background-color: rgb( 255, 255, 238);
	
	text-align: left;
	
	font-size: small;
	color: #000000;
	
}

.inset {
	float: right;
	width: 200px;
	
	background-color: rgb(128, 0, 0);
	
	color: rgb(255, 255, 238);
}

.menublock 
{
	position: relative;
	width: 100%;
	
	margin-bottom: 12px;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	
	background-color: rgb( 255, 255, 238);
	
	text-align: left;
	
	font-size: small;
	color: #000000;
}

.menuitem
{
	text-decoration: none;
	
	margin-top: 2px;
	margin-bottom: 2px;
	
	font-size: x-small;
	font-weight: bold;
	color: rgb(0, 0, 0);
}

.text
{
	font-size: x-small;
	color: rgb( 0, 0, 0);
	
	padding: 25px;
}

.text_logo
{
	font-size: 42pt;
	font-weight: bold;
	letter-spacing: 10px;
}

.text_menu 
{
	font-size: xx-small;
	color: rgb( 0, 0, 0);
}

.text_subtitle {
	font-size: x-small;
	font-weight: bold;
}

.text_title 
{
	font-size: medium;
	font-weight: bold;
}

.bar_bottom
{
	width: 100%;
	height: 20px;	
	background-image: url("../img/bar_bottom.png");
}

.bar_top 
{
	width: 100%;
	height: 20px;
	background-image: url("../img/bar_top.png");
}

a.out 
{
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

hr {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	width: 98%;
}

fieldset {
	border: solid 1px #000000;
	
	margin: 2px;
}

fieldset .table {
	display: table;
}

fieldset .table .row {
	clear: both;
	line-height: 16px;
	vertical-align: middle;
}

fieldset .table .row .cell {
	float: left;
	margin: 2px;
}

.form_key {
	width: 150px;
	text-align: right;
	
	font-weight: bold;
}

.form_value {
	width: 250px;
	text-align: left;
}

.table 
{
	display: inline;
}

.table .row 
{
	clear: both;
}

.table .thead
{
    font-weight: bold;
}

.row .cell 
{
	float: left;
	margin: 1px 1px 1px 1px;
}

.row .key {
	font-weight: bold;
	width: 150px;
}

.row .value {
	width: 250px;
}

