@font-face {
    font-family: 'OpenSansBold';
    src: url('../css/fonts/opensans-bold-webfont.eot');
    src: url('../css/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/opensans-bold-webfont.woff') format('woff'),
         url('../css/fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../css/fonts/opensans-bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../css/fonts/opensans-regular-webfont.eot');
    src: url('../css/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/opensans-regular-webfont.woff') format('woff'),
         url('../css/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../css/fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../css/fonts/opensans-italic-webfont.eot');
    src: url('../css/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/opensans-italic-webfont.woff') format('woff'),
         url('../css/fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('../css/fonts/opensans-italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
	/*background: -moz-linear-gradient(top, rgba(47,47,47,1) 0%, rgba(69,69,69,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,47,47,1)), color-stop(100%,rgba(69,69,69,1))); 
	background: -webkit-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(69,69,69,1) 100%); 
	background: -o-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(69,69,69,1) 100%); 
	background: -ms-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(69,69,69,1) 100%); 
	background: linear-gradient(top, rgba(47,47,47,1) 0%,rgba(69,69,69,1) 100%); 
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	height:100%;
	font-family: 'OpenSansRegular', arial, serif;
	line-height:16px;
}
strong{
	font-size: 110%;
}
nav a {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
nav a:hover {
	color: #666;
	text-decoration: none;
}
h1, h2, h3{letter-spacing: -2px;}


