* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Univers", "Univers 55", "Univers LT Std 55", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 1.35em;
	color: #000;
	background-color: #F0F0F0;
}

h1 {
	/*font-family: "Univers Condensed",  "Univers 57 Cn", "Univers LT Std 57 Cn", "Helvetica Neue Condensed", "Helvetica Condensed", "Arial Narrow", monospace;*/
	font-family: "Helvetica Neue Condensed", "Helvetica Condensed", "Arial Narrow", monospace;
	text-transform: uppercase;
	font-weight: bold;
	font-stretch: condensed;
	font-size: 2.33em;
	letter-spacing: 0.015em;
	margin-top:0.2em;
}

ul {
	list-style: none;
}

li {
	padding-left: 0.8em;
}

a {
	color: #000;
	text-decoration: none;
	/*border-bottom: 1px solid #aaa;*/

	margin-left: -0.2em;
	padding: 0em 0.2em 0em 0.2em;
}

#linklist a{
	border-left: 0.1em solid #aaa;
}

address a {
	border-left: #fff;
}

a:hover, a:active, a:focus {
	background-color: #666;
	color: #fff;
}

#linklist a:hover, #linklist a:active, #linklist a:focus {
	border-left: 0.1em solid transparent;
}

address {
	font-style: normal;
	letter-spacing: 0.1em;
}

#infobox {
	/*background-color: #fff;*/
	padding: 0.5em 0.5em 0.3em 0.8em;
	position: absolute;
	left: 15em;
	bottom: 6.5em;
}

#infobox ul, #infobox address, #infobox p {
	padding-bottom: 0.55em;
}
	
#infobox h1 {
	padding-bottom: 0.5em;
}
