html, body {
	font: 0.9em "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #333;
	margin: auto;
	padding: 0;
	background:#791E3C url(images/lay/repeatBg.png) repeat-x;
}
a {
	color: #024B73;
	text-decoration: none;
}

a:hover {
	color: #39c;
	text-decoration: none;
}
img {
	border: 0;
}
fieldset {
	margin: 0;
	border: none;
	padding: 0;
}
/* Eof Generic index */

h1 {
	font: normal 18px 'Trebuchet MS';
	padding: 3px 0;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px 0;
	color: #333;
}
h2 {
	font: 16px 'Trebuchet MS';
	padding: 3px 0;
	color: #333;
	margin: 0;
}
hr {
	border: none;
	height: 1px;
	background: #ddd;
	color: #ddd;
	width: 100%;
}
a.create {
	background: url(images/plus.gif) no-repeat;
	padding-left: 25px;
	font: bold 20px "Trebuchet MS" ;
	margin-top: -22px;
	color: #00f;
}
form {padding: 0; margin: 0;}


input, select, textarea {
	font: 14px "Trebuchet MS" , Tahoma, Helvetica, sans-serif;
	color: #555;
	border: 1px solid #999;
	background: #f5f5f5;
}
input.xbox, .xboxes input{
	border: none;
	background: transparent;
}
input.radio{
	border: none;
	background: transparent;
	position: relative;
	top: 2px;
	left: 0;
	margin-right: 2px;
}
input.buton {
	font: bold 14px "Trebuchet MS" , Tahoma, Helvetica, sans-serif;
  color: #fff;
	background: #f60;
	padding: 0 10px;
	border: none;
	cursor:pointer;
}	
a.buton {
	font: bold 14px 'Trebuchet MS';
	color: #fff;
	border: none;
	padding: 1px 1px 3px 1px;
	width: 80px;
	display:block;
	text-align: center;
	height: 22px;
	background: url(images/searchButton.png) no-repeat top left;
}
a:hover.buton {
	color: #c99;
}
.clear {
  clear: both;
	font-size: 0px;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.block {
	padding: 3px 0;
	display: block;
}
/* LAYOUT */

#mainFrame {
	width: 990px;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
	overflow:hidden;
	zoom: 1;
	background: url(images/lay/topBg.png) no-repeat 0 0;
}	
#innerFrame {
	margin: 90px 20px 0 20px;
	position: relative;
	padding: 0 20px 40px 20px; 
	top: 0;
	left: 0;
	overflow:hidden;
	zoom: 1;
	background: #fff;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 300px;
	padding-top: 50px;
	height: 0px !important;
	height /**/:50px;
	text-indent: -9999px !important;
	text-indent /**/:0;	
	background: url(images/lay/logo.png) no-repeat;
}

#navi {
	width: 180px;
	float: left;
	font-size: 14px;
}
div.cite{
	font: 14px 'Georgia', 'Times New Roman', Times, serif;
	color: #999;
	font-style:italic;
	padding: 10px;
	line-height: 18px;
}
ul.items {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	right: 100px;
	
}
ul.items li {
	margin: 0;
	list-style:none;
	display: inline;
	padding: 0 10px;
	
}
div.smalls {
	font-size: 12px;
	color: #999;
}

a.main {
	font: 14px bold 'Tahoma', 'Times New Roman', Times, serif;
	color: #FFDDEE;
	letter-spacing: 1px;
}
a.main:hover {
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 1px dotted #9F0050;
}
a.sub {
	padding-bottom: 3px;
}
#content {
	float: right;
	width: 710px; 
}
#content p{
	padding: 0 0 10px 0;
	margin: 0;
	text-align: justify;
}
#content ul{
	padding: 5px auto 10px auto;
	margin: 0;
}
#content div.photos img {
	margin-bottom: 10px;
	display: block;
}
#content .photos {
	margin-right: 15px;
	float:left;
}		
div.single {
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ddd;
	line-height: 22px;
	overflow: hidden;
	zoom: 1;
}

div.single img {
  float:left;
	margin-right:10px;
}

div.single h1 {
  font-size: 20px;
  color: #333;
	line-height: 24px;
	padding: 5px 0;
	margin: 0;
}
.tabela {
	width: auto;
	border-collapse:collapse;
}
.tabela td {
	padding: 5px;
}
.tabela ul {
	padding:0;
	margin: 0;
}
.upCell td {
	vertical-align: top;
	padding-top: 4px;
}

.toRight {
	text-align: right;
}
.tabela .toRight {
	width: 140px;
	color: #555;
	white-space: nowrap;
}
.box {
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	padding: 2px;
	border: 1px solid #ddd;
}
#footer {
	background: url(images/lay/bottomBg.png) no-repeat 0 0;
	margin:0 auto 20px auto;
	text-align: center;
	width: 990px;
	height: 50px;
	color: 999;
	font-size: 0.85em;
}
div.indented {
	padding-left: 15px;
	margin-right: 10px;
}
img.flower { 
	position: absolute;
	top: 20px;
	left: 867px;
	z-index: 5;
}
img.screen { 
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
	