body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: white;
	background-color: #2d0101; /* bem escuro */
}

#head1 {
	height: 80px;
	color: black;
	background-color: #b23939; /* bem claro */
	background-image: url('crn_tl_01.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#head2 {
	height: 30px;
	color: black;
	background-color: #840303; /* medio */
	background-image: url('crn_tl_02.png');
	background-repeat: no-repeat;
	background-position: top left;
} 

#left
{
	position: absolute;
	left: 0;
	width: 170px;
	color: white;
	background-color: #5c0f0f; /* mais escuro */
	background-image: url('blend1.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#content {
	margin-left: 170px;
	padding: 1em;
	color: white;
	background-color: #2d0101; /* bem escuro */
	background-image: url('crn_tl_03.png');
	background-repeat: no-repeat;
	background-position: top left;
}

h1.right { text-align: right; }
.rfig { float: right; }	

#footer {
	clear: both;
	color: gray;
	background-color: #2d0101; /* bem escuro */
}

#footer a {
	text-decoration: none;
	margin-left: 10px;
}



#topmenu {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#topmenu a {
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	color: black;
	background-color: #840303; /* medio */
}

#topmenu a:hover {
	text-decoration: none;
	color: white;
	background-color: #840303; /* medio */
}



#leftmenu { text-align: left; }

#leftmenu li {
	list-style-image: url('square.png');
	line-height: 150%;
}

#leftmenu a:visited {
	text-decoration: none;
	color: white;
	background-color: #5c0f0f; /* mais escuro */
}

#leftmenu a:link {
	text-decoration: none;
	color: white;
	background-color: #5c0f0f; /* mais escuro */
}

#leftmenu a:hover {
	text-decoration: none;
	color: black;
	background-color: #5c0f0f; /* mais escuro */
}



.note {
	border: 1px dashed silver;
	margin: 10px;
	padding: 10px;
}

.note h1 {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	color: yellow;
	background-color: #2d0101; /* bem escuro */
}

.note a:visited {
	text-decoration: underline;
	color: #a7a700;
	background-color: #2d0101; /* bem escuro */
}

.note a:link {
	text-decoration: underline;
	color: yellow;
	background-color: #2d0101; /* bem escuro */
}

.note a:hover {
	text-decoration: underline;
	color: teal;
	background-color: #2d0101; /* bem escuro */
}
