@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	background: #301501 url(images/background.jpg) center   top;
}

#wrap
{
	position: relative;
	width: 820px;
	margin: 0 auto;
	padding-top: 8px;
}

#header
{
	width: 339px;
	height: 76px;
	position: relative;
	top: 0px;
	left: 240px;
}

#mainArea
{
	width: 800px;
	height: 380px;
	background: url(images/main_area.png) no-repeat;
	position: relative;
	padding: 12px;
	left: 10px;
}

#menu
{
	width: 100%;
	/*background-color: #1a0c01;*/
	height: 80px;
	text-align: center;
}

.generalText
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F280F;
}
.generalText a:hover, .generalText a, .generalText a:link, .generalText a:visited { text-decoration: underline; color: #000;}
.generalText strong {color: #501e00;}

#footer, #footer a, #footer a:link, #footer a:visited, #footer a:hover 
{
	margin-top: 30px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F390F;
}

.wideImage
{
	border: #999 1px solid;
}

.legenda
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #936d4e;
}

.thumbBase
{
	background-color: #FFF;
	width: 70px;
	height: 66px;
	padding-left: 2px;
	padding-top: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.thumbBase:hover
{
	background-color: #F00;
	width: 70px;
	height: 66px;
	padding-left: 2px;
	padding-top: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	cursor: pointer;
}

.formText {color: #333}

#thumbG
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 310px;
	height: 80px;
	overflow: hidden;
}

#h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #501E00;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #4F280F;
}
