@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #4F4F4F;
	text-align: center;
	/*background-color: #E9E9E9;*/
}
p { margin: 5px 0; }

.container {
	width: 900px;
	/*height: 100%;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	/*padding-bottom: 25px;*/
}



#head {
	text-align: left;
	/*background-image: url(nome.png);
	background-repeat: no-repeat;
	background-position: right top;	
	*//*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
}

#head a {
	color: #000000;
	text-decoration: none;
} 

#head a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#head ul {
	list-style-type: square;
	margin-left: 0px;
	line-height: 20px;
	margin-bottom: 10px;
}
#head ol { margin-left: 26px; }
#head li {
	margin-bottom: 0px;
	display:inline;
	margin-right: 20px;
}
#head li img { border: 0; }

#head h1 {
	color: #000000;
	font-weight: bolder;
	margin-bottom: 0px;
	font-size: 20px;
	letter-spacing: 5px;
	text-align: right;
}

#head h3 {
	color: #999999;
	font-weight: bold;
	margin-top: 0px;
	font-size: 14px;
	letter-spacing: 5px;
	border-top-style: none;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	text-align: right;
}


#content {
	height: 517px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: 0px;
	/*border: 1px solid #666666; */
}
#content a {
	color: #666666;
	text-decoration: none;
} 
#content a:hover {
	color: #CCCCCC;
}

#content ul {
	list-style-type: square;
	margin-left: 0px;
	line-height: 20px;
	margin-bottom: 10px;
}

#content p{
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	clear: left;
}

#content h2 {
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	clear: left;
}
#content h3 {
	font-weight: normal;
	margin-bottom: 5px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	*/
	letter-spacing: 5px;
}

#content img{
	border: 1px solid #000000;
}

#entries{
	text-align: left;
	float: left;
	width: 25%;
	margin-bottom: 5px;
	/*margin: 0px;	/*border: thin solid #333333;*/
	/*margin-right: 40px; */
}
#entries img{
	margin-right: 0px;
}

#box{
	float: left;
	width: 50%;
	/*border: thin solid #CCCCCC;*/
	margin-bottom: 10px;
}

#arrows{
	float: left;
	width: 100%;
}

#series{
	/* margin-top: 62px; */
	/* margin-top: 25px; */
	clear: both;
	float: left;
	width: 100%;
}

#left {
	float: left;
	width: 20%;
	/*height: 530px;*/
	padding: 0px;
	/*border: thin solid #CCCCCC;*/
}

#right {
	width: 76%;
	/*height: 530px;*/
	float: right;
	padding:0px;	/*border: thin solid #CCCCCC;*/
	text-align: justify;
}

#column{
	float: left;
	width: 30%;
	margin-right: 20px;
}

#imagebox{
	position: relative;
	text-align: center;
	margin-bottom: 0px;
	height: 517px;
	width: 100%;
	clear: both;
	float: left;
	/*border: 1px solid #666666;*/
}


#imagebox img{
	display: block;
	position: relative;
	top: 50%; 
	margin-right:auto;
	margin-left: auto;
}

#title{
	line-height: 20px;
	margin-top: 260px;
	/*background-color: #999999;*/
	text-align: center;
}

#footer {
	text-align: center;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	line-height: 20px;
	clear: both;
	margin-bottom: auto;
}
#footer a { color: #006861; text-decoration: none; }
#footer a:hover {
	text-decoration: underline;
	
}
