@import url(fonts/fonts.css);

* {
	font-family:'Humanst521LtBTLight','Humanst521BTRoman';
	line-height:5%;
	border: none;
}

body{ 
	width:1000px;
	height:1000px;
	color:#000; 
	overflow:hidden;
	}
#nav{
	width:900px;
	height:600px;
	color:#000; 
	padding:20px;
	margin:0px;
	float:right;
	}
#nav ul{
	width:100px;
	height:100px;
	padding:0px;
	float:right;
	text-decoration: none;
	list-style:none;
	bottom:0px;
	}
#nav li a {
	margin-left:-310px;
	margin-top:-16px;
	}
	
#header{
	width:900px;
	height:50px;
	float:left;
}
.verticaltext {
	color:#ccc;
	border:0px;
	writing-mode:bt-rl;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	white-space:pre-wrap;
	display:block;
	bottom:0px;
	font-family: 'Humanst521LtBTLight', sans-serif;;
	font-size:24px;
	font-weight:Light;
	margin-left:-750px;
	margin-top:-190px;
}
#footer{
	color:#000;
	font-family: 'Humanst521BTRoman', sans-serif;;
	display:block;
	bottom:0px;
	font-size:12px;
	font-weight:bold;
	width:800px;
	height:50px;
	margin-left:86px;
	word-spacing:34px;
	
}
	a:link{
		color: #000;
		text-decoration: none;
		border:none;
	}

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

	a:hover{
		color: #CC3333;
		text-decoration: none;
		border:none;
	}