@charset "UTF-8";

/*@font-face  {
    font-family: 'HelveNeuExt';
    src: url('HelveNeuExt.eot'); 
    src: local('☺'), 
         url('HelveNeuExt.ttf') format('truetype'); 
}*/

@font-face  {
    font-family: 'Univers-Extended';
    src: url('Univers-Extended.eot'); 
    src: local('☺'), 
         url('Univers-Extended.ttf') format('truetype'); 
}

@font-face  {
    font-family: 'Univers-BoldExt';
    src: url('Univers-BoldExt.eot'); 
    src: local('☺☺'), 
         url('Univers-BoldExt.ttf') format('truetype'); 
}

body  {
	font: 100% "Univers-Extended", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12pt;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}

#container {
	width: 100%;
	height: 100%;
}

#main { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 622px;
	margin: 60px auto auto auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#top { 
	width: 918px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 114px;
	border: 0px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */


}

#left { 
	background-image: url('images/maier-logo.png');
	width: 513px;
	height: 508px;
	border: 0px;
	margin: 0;
	float:left;
	clear:none;
}

#right { 
	background-image: url('images/red-stripe.png');
	width: 405px;
	height: 508px;
	border: 0px;
	margin: 0;
	float:left;
	clear:none;
	text-align: right;
}


#about { 
	border: 0px;
	padding: 0;
	margin: 265px 100px auto auto;
}

p {
	margin: 0 0 24px 0;
	line-height: 16pt;
	letter-spacing: 2px;
}

p.smaller {
	font-size: 0.8em;
	margin: 0;
	letter-spacing: 0px;
}

span.bold {
	font: 100% "Univers-BoldExt", Helvetica, Arial, Verdana, sans-serif;
}

table
{
border-collapse:collapse;
}

a, a:link, a:active, a:visited {
	color: #FF0000;
	text-decoration:none;
}


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

