* {
	margin: 0;
}
html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#footer, .push {
height: 4em;
}

.push {
	padding-bottom: 2em;
}

body
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	text-align: center;
	font-size: 62.5%;
	line-height: 1.6em;
}

#start {
	padding-top: 15em;
	//margin: 200px;	
}

#header {
	padding-top: 1em;
	//margin: 10em;
}
#footer  
{
	background: #b9c9fe;
      }

#footer p {
	font-size: 1.5em;
	padding-top: 0.75em;
}
#content {
  width: 90% ;
  margin-left: auto ;
  margin-right: auto ;
  //margin-top: 100px ;
  //margin-botton: 50px;
}


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.5em;
	//margin: 3em;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 1em;
	font-weight: bold;
	padding: 0.6em;
	background: #b9c9fe;
	border-top: 2px solid #aabcfe;
	border-bottom: 0.01em solid #fff;
	text-align: left;
	color: #039;
}

#box-table-a td
{
	padding: 0.6em;
	padding-right: 2em;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}


#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}


#box-table-a tr.odd:hover td
{
	background: #d0dafd;
	color: #339;
}


#startScreen h1{
	color: #8F0000;
	font-size: 6em;
	padding: 0.7em;
}

#startScreen h2{
	font-size: 2.5em;
	padding: 0.7em;
}

#searchBar {
	//padding: 0.5em;
	margin: 1.5em;
}
#searchBar p {
	font-size: 2em;
	//padding: 0.5em;
	margin: 1.5em;
}

#searchBar input{
	font-size: 1em;
	//padding: 0.5em;
	margin-top: 1em;
}

#searchButton{
	background: #b9c9fe;
	//background: #e8edff; 
	border-color: #e8edff;
}

#nostalgi_logo img {
	border: 0px;
}

#nostalgi_logo_small {
	position:absolute;
 	left:20px;
 	top:20px;
	border: 0px;
	font-size: 1.5em;
}

#nostalgi_logo_small img{
	border: 0px;
}


.hl1 {
	background:#FFA3A3;
}

.hl2 {
	background:#FFD699;
}

.hl3 {
	background:#A3FF85;
}

.hl0 {
	background:#FF99E6;
}

#infoBar {
	font-size: 2em;
	padding-bottom: 0.5em;
}