@font-face {
    font-family: 'vera-serif';
    src: url('veraserif-webfont.eot');
    src: url('veraserif-webfont.eot?#iefix') format('embedded-opentype'),
         url('veraserif-webfont.woff') format('woff'),
         url('veraserif-webfont.ttf') format('truetype'),
         url('veraserif-webfont.svg#BitstreamVeraSerifRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	width: 0;
	height: 0;
	content: " ";
	overflow: hidden;
	clear: both;
}

/* Generic styles */
html, body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #5f6062;
}

a,
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover,
a:focus {
	color: #4e4e4e;
}

p, table {
	margin: 0 0 1.5em 0;
}

p.contact-appendix {
	font-size: 11px;
}

/* Layout */
#page {
	width: 855px;
	margin: 0 auto;
	padding: 55px 0 30px 0;
}

#logo {
	padding-bottom: 39px;
}

#logo-link {
	display: block;
	width: 239px;
	height: 82px;
	margin: 0 auto;
}


/* Navigation */
#nav ul {
	height: 25px;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	float: left;
	font-family: "vera-serif", Arial;
	font-size: 18px;
	color: #797979;
	text-transform: uppercase;
	border-left: 1px solid #919191;
	text-align: center;
	padding-top: 2px;
	-webkit-transition: color 0.2s; 
}

#nav a:hover,
#nav a:focus {
	color: #4e4e4e;
}

#nav a.current {
	color: #000;
}

#nav .nav-news { width: 230px; border-left: none; }
#nav .nav-about { width: 364px; }
#nav .nav-contact { width: 259px; }


/* Content area */
.left-col {
	background: #ebe4ea url(../img/signature.png) 29px 353px no-repeat;
	width: 166px;
	height: 350px;
	float: left;
	padding: 55px 28px 0 28px;
}

.quote {
	text-align: center;
	font-style: italic;
}

.right-col {
	float: left;
	width: 633px;
}


.content {
	padding: 0 14px;
}

h1 {
	font-size: 1em;
	font-family: inherit;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 1.5em 0;
}

h2, h3 {
	font-size: 1em;
	font-family: inherit;
	font-weight: inherit;
	margin: 0 0 1.5em 0;
}


/* Meta row */
#meta {
	text-align: right;
	font-size: 10px;
	padding-top: 3px;
}

#meta a {
	color: #000;
}

#social {
	text-align: right;
	padding-top: 13px;
}
