/* To change the font, visit FontSquirell: http://www.fontsquirrel.com/fontface */
@font-face {
				
	font-family: "TeXGyreAdventorRegular";
	src: url("../fonts/texgyreadventor-regular-webfont.eot");
	src: url("../fonts/texgyreadventor-regular-webfont.eot?#iefix") format("eot"),
		 url("../fonts/texgyreadventor-regular-webfont.woff") format("woff"),
		 url("../fonts/texgyreadventor-regular-webfont.ttf") format("truetype"),
		 url("../fonts/texgyreadventor-regular-webfont.svg#webfontfuvdSzbb") format("svg");
	font-weight: normal;
	font-style: normal;
			
}

.logo {
	background-position: 0 5px;
	padding-top: 5px;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: auto;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/Logo.png);
}

.menu {
	padding-top: 0px;
	text-align: right;
}

.header {		
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding: 0px 0 0px 0;
	margin: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.75);
}

.link {
	line-height: 38px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: "TeXGyreAdventorRegular", Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:normal;
	text-decoration: none;
	color: #CCC;
	position:relative;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.75);
	margin: 0 5px 0 5px;
	cursor: default;
	opacity: 0.6;
}

.link:active {
	color: white;
	font-weight:bold;
}

.link:hover {
	color: white;
}

.selected {
	line-height: 38px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: "TeXGyreAdventorRegular", Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	position:relative;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.75);
	margin: 0 5px 0 5px;
	cursor: default;
	opacity: 0.6;
}
