html, body {
	margin: 0px;
	padding: 0;
}
body {
	text-align: center;
	font-size: 12px;
	color: #000000; 
	background-color: #000000;
	font-family: Verdana, Tahoma, "Sans Serif";
}
img {
	border-width: 0px;
}
.btn, .btnActive {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 143px;
	border-bottom: 1px solid #CC6600;
}
.btn {
	background-color: #FFCC66;
	width: 125px;
}
.btnActive {
	width: 144px;
	background-color: #FF9;
	color: #663300;
}
h2 {
	font-size: 14px;
	color: #b8252d;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-weight: bold;
	font-size: 12px;
}
h1 {
	font-size: 30px;
	color: #414141;
	text-align: left;
	margin-right: 50px;
}
hr {
	margin: 40px 0px 40px 0px;
}
#main {
	margin:  auto;
	padding: 0;
	width: 777px;
}
#top {
	width: 750px;
	float: left;
	height: 250px;
}
p {
	text-indent: 10px;
	margin: 20px;
}

#menu {
	border-top: 6px solid #000000;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
	float: left;
	width: 750px;
	height: 20px;
	position: relative; 
	left: 0px;
	background-color: #000000;

}
#tresc {
	float: left;
	width: 700px;
	text-align: justify;
	margin: 10px;
}
#content {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#content {
	float: left;
	width: 750px;
	background-color: #FFFF99;

}
#footer {
	height: 60px;
	float: left;

	width: 750px;
	background-color: #FFCC66;
	font-size: 11px;
	color: #000000;

}
#footer div {
	margin-top: 8px;

}
