body{
	height:100%;
	margin: 0;
	padding:0;
	font-family: helvetica, arial, sans-serif;
	font-size:105%;
	line-height: 120%;
}
#page{
	height:100%;
	width:100%;
}
#menu{
	width:400px;
	heigth:100%;
	margin-top:50px;
	margin-left:50px;
	position:fixed;
	z-index:10;
}
#logo img{
	width:400px;
	heigth:217px;
}
#nav {
	margin-top: 30px;
	letter-spacing:5px;
	display:inline-block;
	width:400px;
}
#nav li{
	list-style-image: none;
	list-style: none;
 	list-style-type: none;
}
#nav .sub{
	text-indent:20px;
}
#nav .sub_sub{
	text-indent:37px;
	letter-spacing:2px;
}
#credits{
	border-left:1px solid black;
	padding-left:5px;
	width: 400px;
	left:360px;
	top:318px;
	position:fixed;
	z-index:10;
	font-family: helvetica, arial, sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size: 70%;
}
#credits ul{
	list-style-image: none;
	list-style: none;
 	list-style-type: none;
}
#credits .sub{
	text-indent:-40px;

}
#credits .sub_sub{
	text-indent:-30px;
	letter-spacing:0px;
	text-transform:none;	
}
#info{
	padding-left:5px;
	width: 300px;
	left:475px;
	top:220px;
	position:fixed;
	font-family: helvetica, arial, sans-serif;
	font-size: 70%;
	line-height: 110%;
	text-align:justify;
	text-justify: newspaper
}
#contact{
	border-left:1px solid black;
	padding-left:5px;
	width: 400px;
	left:360px;
	top:318px;
	font-family: helvetica, arial, sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size: 70%;
	position:fixed;
	z-index:10;
}
#contact li{
	text-indent:-40px;
	list-style-image: none;
	list-style: none;
 	list-style-type: none;
}
.pic img{
	width: 455px;
	height: 610px;
	margin-top: 100px;
	margin-left: 750px;
	padding-right:100px;
	padding-bottom:100px;
	float: left;
	position: absolute;
	z-index:-10;
}
#content{
	position:relative;
	z-index:-10;
}
.post{
	position: relative;
	margin:0;
	z-index:-10;
	-ms-overflow-y: hidden;
	overflow-y: hidden;
	overflow-x: auto;
}
.post img{
}
#fw14{
	padding-left:5px;
	padding-right:15px;
	width: 300px;
	left:560px;
	font-family: helvetica, arial, sans-serif;
	font-size: 70%;
	line-height: 110%;
	text-align:justify;
	text-justify: newspaper;
}
#footer{
	padding-left:50px;
	font-size:70%;
	bottom:0;
	width:100%;
	position:fixed;
	z-index:0;
}
.frontpic1{
	width:50%;
	margin-left:35%;
	margin-top:10%;
	padding-right:200px;
	padding-bottom:200px;
	position:absolute;
	z-index:0;
}	
a {text-decoration:none;
	color:black
}
a:hover {text-decoration:underline;
		color:#0040FF;
}
a:active {text-decoration:underline;
		color:#29088A;}