
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html, body {
    height: 100%;
}
body {
	line-height: 1;
	color: #FFF;
	font-size: 62.5%;
	background: #000;
}
ol, ul {
	list-style: none;
}
/* Front page */
.ole {
  background: url(images/frontpage-background.jpg) 0 -650px no-repeat;
  height: 650px;
}
.hofnar {
  background: url(images/frontpage-background.jpg) 0 0 no-repeat;
  height: 650px;
}
#ole_large span {
  display: none;
}

/* Menu */
#menu {
	overflow: hidden;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
#menu li {
	float: left;
	width: 14.2%;
	position: relative;
	left: -1px;		
}
#menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	bottom: 0;
	font-size: 130%;
	padding: 10px 10px;
	text-transform: uppercase;
	border-left: 1px solid #fff;
	height: 25px;
}
#menu li a:hover {
	background: #555;
}
#menu li.current_page_item a {
  background: #444;
}

/* Content page */
#container {
	background: #000 url(images/back-site.jpg) left top no-repeat;
	min-height: 650px;
}
h1 {
	font-size: 300%;
	float: left;
	color: #c1c2c3;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 48px;
	margin-top: 80px;
	width: 300px;
	padding-bottom: 30px;
	display: inline;
	font-weight: 100;
	position: relative;
}
h1 em {
  display: none;
}

#content {
  font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	//padding-right: 140px;
	padding-top: 33px;
	padding-left: 500px;
        width: 450px;
}
#content p, #content dl {
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom:  1em;
}
#content dt {
  font-weight: normal;
  color: #7d8385;
}
#content dd {
  margin: 0 0 1em 2em;
}
#content h3 {
  font-weight: bold;
  font-size: 15px;
  margin: 1.5em 0 .7em;
  color: #7d8385;
}

address {
 	background: #555;
	font-style: normal;
	color: #fff;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: 10px 0;
	width: 100%;
}
address a:link, address a:visited, address a:hover, address a:active {
  color: #fff;
}
address span {
	padding-left: 10px;
}
