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

}

body {
	font-family: helvetica_textubrookregular, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}

#nav {
	font-size: 34px;
	letter-spacing: 2px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 800px;
	height: 80px;
	background-color: #000;
	color: #FFF;
	padding-top: 35px;
	z-index: 10;
}

.nav2 {
	background-color: #000;
	font-size: 34px;
	letter-spacing: 2px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 800px;
	max-width: 100%;
	height: 80px;
	color: #FFF;
	text-align:center;
	padding-top: 35px;
	z-index: 13;
}

#browse {
	font-size: 34px;
	line-height: 50px;
	letter-spacing: 2px;
	position: fixed;
	top: 148px;
	left: 47px;
	color: #FFF;
	z-index: 11;
}

#content {
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;	
	width: 100%;
	min-width: 800px;
	text-align: center;
	
	z-index: 1;
}

.post {
	position: relative;
	width: 100%;
	padding: 51px 0 90px 0;
	color: #FFF;
	text-align: center;
}

.rub {
	display: inline-block;
	font-size: 34px;
	letter-spacing: 2px;
	width: 70%;
	max-width: 700px;
}

.text {
	display: inline-block;
	text-align: left;
	width: 70%;
	max-width: 700px;
	position: relative;
	
}
.abouttext {
	text-align: left;
	width: 700px;
	position: relative;
	left:50%;
	margin-left: -350px;
	padding-bottom:90px;
}

a:link, a:visited {
	color: inherit;
	text-decoration: inherit;
}

a:hover, a:active {
	color: inherit;
	text-decoration: inherit;
	
}

a.aboutlink:link, a.aboutlink:visited {
	border-bottom: 1px solid #000;
}

.chosen, a.nav:hover {
	border-bottom: #FFF 3px solid;
	padding-bottom: 3px; 
}


img {
	border-style: none;
}