@font-face {
	font-family: HelveticaNeueLTStd-Lt;
	src: url("fonts/HelveticaNeueLTStd-Lt.otf");
}

body, html {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: HelveticaNeueLTStd-Lt, Helvetica, Arial, sans-serif;
}

/*  START VERTICAL CENTERING */

#inner{
	padding-top: 40px;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}



#header{
	height: 138px;
}
#nav-left{
	font-size: 11pt;
	float: left;
	padding-left: 10px;
}
#nav-left a{
	color: #000000;
	display: block;
	text-decoration: none;
}
#nav-left a:hover{
	text-decoration: underline;
}
#column-right{
	margin-left: 245px;
	position: relative;
}
#content{
	color: #3F3A36;
	overflow: auto;
	height: 300px;
	font-size: 11pt;
	padding-right: 10px;
}
#content a{
	text-decoration: underline;
}
#content a:hover{
	color: #404040;
}
#content.content-home { }

#nav-bottom{
	text-align: right;
	font-size: 13pt;
	clear: both;
	margin: 10px 0 0 0;
}
#nav-bottom a {
	display: inline-block;
	color: #404040;
	text-decoration: none;
	border-left: 2px solid black;
	padding: 2px 12px 1px;
}
#nav-bottom span.first a {
	border-left: 0px;
}

#nav-bottom a:hover{
	text-decoration: underline;
}
#copyright{
	margin: 40px 0 0 0;
	clear: both;
	text-align: right;
	font-size: 8pt;
	color: #ABABAB;
}
h1{
	margin: 0;
	padding: 0;
	font-size: 14pt;
}
img{
	border: 0;
}
li{
	margin: 10px 0;
}
