body {
	font:		12px/16px Comic Sans MS;

	text-align:	center;
	margin:		0px;
	padding:	0px;
	color:		#31332b;
	background: #1a1a1a url(images/top.png) repeat-x;
	
}
h1 {
	margin:		0px;
	padding:	0px;
	font:		16px/18px  Comic Sans MS;
	color:		#31332b;
	text-align:	left;
	font-weight: bold;
}
img
{
	border:		0;
}
a,a:visited {
	color:		#31332b;
	text-decoration: underling;
	
}
a:hover {
	text-decoration: underline;
	color: #006a3c;
}
a.menu
{
	float:		left;
	position:	absolute;
	top:		9px;
	left:		0px;
	padding:	0px 11px;
	border:		0px solid black;
	height:		27px;
	color:		#31332b;
	text-decoration: none;
}

a.menu:hover
{
	color:		#31332b;
	text-decoration: underline;	
}

div {
	position:	relative;
	margin:		0px;
	padding:	0px;
	text-align:	left;
	
}

div#top
{
	background: url(images/top-bg.png) repeat-x;
	width:		100%;
	height:		274px;
}

div#middle
{
	background: white url(images/bg-middle.png) repeat-x;
	width:		947px;
	margin:		0px auto;
}

div#footer
{
	width:		947px;
	margin:		0px auto;
	color:		gray;
}

div#bottom
{
	background:	#1a1a1a;
	width:		100%;
	height:		70px;
	clear:		both;
}

div#top_container, div#middle_container
{
	width:		947px;
	margin:		0px auto;
}

div#left
{
	float:		left;
	width:		235px;
	background: url(images/bg-menu.png) repeat-x;
	text-align:	center;
	padding:	10px 0px;
}

div#left a, div#left a:visited
{
	display:	block;

	width:		85%;
	margin:		10px auto;
	background:	#e6e6e6;
	padding:	5px 0px 5px 15px;
	text-align:	left;
	text-decoration:none;
}

div#left a:hover
{
	text-decoration:underline;
}

div#right
{
	background:		white;
	float:			right;
	width:			692px;
	border:			0px solid black;
	padding:		10px;
	margin-top:		2px;
}

div.miniatura 
{
	float:	left;
        border: 1px solid #999999;
        padding: 3px;
        margin: 5px;
        height: 195px;
}

ul{
	margin-left: 25px;
}