body, html {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	max-width: 1024px;
	width: 1024px;
	text-align: center;
	padding: 0;
}

#container {
	position: relative;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	width: 95%;
}

#navbar {
	width: 100%;
	margin-top: 50px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	font-size: 18pt;
	font-family: AkzidenzGrotesk, Arial;
}

#navbar ul
{
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline-table;
	height: 50px;
	text-decoration: none;
	font-size: 18pt; 
	font-family: AkzidenzGrotesk, Arial;
}

#navbar ul li { 
	color: black; 
	text-align: left; 
	margin: 0px; 
	position: relative; 
	padding-bottom: 2px; 
	padding-top: 2px; 
	list-style-type: none; 
	display: table-cell;
	text-decoration: none;
	white-space: nowrap;
}

#navbar ul li a
{
	color: white;
	right: auto;
	left: auto;
	height: 50px;
	text-decoration: none;
}

#navbar ul li a:hover
{
	color: #bf0b00;
	height: 50px;
	text-decoration: none;
}

body {
	min-width: 900px;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 0;
	margin: auto;
	font-family: AkzidenzGrotesk, Arial;
	height: 100%;
}
r1 {color: black;}

#content {
	min-width: 900px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	color: #fff;
	background-color: #000;
	height: 100%;
	position: relative;
	width: auto;
}

h1 {
	padding-left: 6%;
	text-align: center;
	position: relative;
	word-break: normal;
	letter-spacing: 55.32pt;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	color: #f5ff00;
	font: 51.322pt Praxis-Regular, Tahoma;
}

#text {
	margin-right: auto;
	margin-left: auto;
	position: relative; 
	width: 500px; 
	text-align: justify;
	font-size: 15pt;
	font-family: AkzidenzGrotesk-Light, Arial;
	font-weight: lighter;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #bf0b00;
	text-decoration: none;
}

.img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative; 
}


#footer {
	color: #000;
	text-decoration: none;
	text-align: right;
	width: 90%;
	position: relative;
	clear: both;
	font: normal small;
	font-family: AkzidenzGrotesk, Arial;
}

