body 				{	background-color: #000; 
							color: #fff; 
							font-family: "Helvetica", "Arial", "sans-serif";}

h1, 
h3,
h5					{ color: #fff; }

h2, 
h4 					{ color: #fc6; }

h1					{ font-weight: normal;
							line-height: 1.8em;
							font-size: 1.8em;}

h2					{ font-weight: normal;
							font-size: 1.2em;}

h4					{ font-weight: bolder; }

h5					{ font-size: 1.1em; }

.container 	{ background-color: transparent; }

#header			{	margin: 20px 0 20px 0;}
					
#footer 		{ position: absolute;
							top: 800px;
							left: 0;
							width: 100%;
							text-align: center;}

.large {font-size:1.2em;line-height:1.5em;margin-bottom:1.0em;}


a:focus, 
a:hover 		{	color:#fff; }

a 					{ color:#fc6;
							text-decoration:none;
							font-weight: bold; }

label { 
  width: 5em; 
  float: left; 
  text-align: right; 
  margin-right: 0.5em; 
  display: block; 
} 

.form_row { 
  white-space: nowrap; 
  padding-bottom: .5em; 
	text-align: left;
}

#main 			{ z-index: 0; }

#content		{ position: relative;
							top: -636px;}

#menu,
#menu_bg		{ position: relative;
							height: 30px; 
							text-align: center;
							padding-top: 10px;}
							
#menu_bg		{	background-color: black;
							opacity: 0.8;
							-moz-opacity: 0.8;
							filter:alpha(opacity=80);
							z-index: 80;}

#menu				{ z-index: 90;
							position: relative;
							top: -40px; 
							background-color: transparent;}

#menu a 		{ margin: 0 20px;
							color: white; }

#menu a:focus,
#menu a:hover {	color: #fc6; }

#info_page 	{	position: relative;
							top: -40px;
							left: -430px;
							min-height: 591px;
							padding-top: 20px;
								opacity: 1;
								-moz-opacity: 1;
								filter:alpha(opacity=100);
							}
							
#info_page_bg { background-color: black;
								opacity: 0.7;
								-moz-opacity: 0.7;
								filter:alpha(opacity=50);
								position: relative;
								top: -40px;
								left: 0;
								height: 594px;}

th						{ text-align: center; }

.row_label  	{ font-weight: bold; }

td 						{	border-top: 1px dotted #777;
								border-bottom: 1px dotted #777;
								font-size: 0.9em;}
								
.ludowici_logo { 	text-align: right;
									padding-top: 8px;}