html {
	height:101%
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	background-color: #000;
	background-image: url(bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
form{
	display: inline;
}
h1, p{
	padding: 0px;
	margin: 0px;
}
h1{
	color: #ba0006;
	font-size: 16px;
}
p{
	font-size: 11px;
}
a{
	color: #b90006;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #690c0a;
}
#container, #header, #menu, #contain, #foot{
	margin: 0px auto;
	clear: both;
	background-color: #FFFFFF;
}
#container{
	width: 760px;
}
#menu{
	margin-top: 14px;
	margin-bottom: 14px;
}
#menu td{
	padding-left: 31px;
}
#foot{
	font-size: 9px;
	height: 33px;
}
#foot td{
	border-bottom: solid 8px #000;
	border-top: solid 8px #000;
}
.txt{
	padding: 20px 0px 14px 0px;
}
.txt img{
 	float: left;
	margin-right: 5px;
}
#news hr{
	border: solid 1px #ba0006;
	display: block;
	width: 100%;
}
.maiusc{
	text-transform:uppercase;
}
