html {
	background: #000;;
}

body {
	margin: 0;
	padding:0;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: url(images/header_00b.jpg) center top no-repeat #000;
}

a:link, a:visited {	color: #FFFFFF; text-decoration: underline; }
a:active, a:hover { color: #FFFF00; text-decoration: none; }

p {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #777;
	text-align: justify;
	margin: 0 0 20px 0;	
}

h1 {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 25px;
	color: #b0b0b0;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ac6c07;
	margin: 0 0 10px 0;
}

h3 {
	font-family: Tahoma;
	font-size: 13px;
	color: #a18800;
	font-weight: normal;
	margin: 0 0 3px 0;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
