@charset "UTF-8";
/* CSS Document */

body {
	background-color:#fff;	
	background-image:url(alley.jpg);
	background-attachment:fixed;
	margin-top: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#opening {
	position:absolute;
	margin-bottom:1px;
	bottom: 0px;
	left: 50%;
	margin-left: -395px;
}
.independencyEnter {
	position: absolute;
	margin-bottom:0px;
	bottom: 0px;
	left: 50%;
	margin-left: -300px;
}

#title {
	position: fixed;
	margin-top: 0px;
	margin-left:0px;
	left: 0px;
	}

#topEnd {
	position: absolute;
	margin-left: 0px;
	left: 953px;
	margin-top: 0px;
	overflow: hidden;
}

#nav {
	position: fixed;
	margin-top: 0px;
	top: 0px;
	margin-left: 0px;
	left: 383px;
	list-style-type: none;
	overflow: hidden;
	}


#nav li{
	float:left;
	margin-right: 0px;
	} 

#nav a:hover {
	
}

#blogblock {
	color:#333;
	font-family: Gotham, helvetica, arial, san-serif;
	font-size: .9em;
	position: absolute;
	left: 43px;
	padding-left: 50px;
	margin-right: 0px;
	right: 50px;
	top:100px;
	padding-top: 15px;
	padding-right: 50px;
	bottom: 50px;
	padding-bottom: 15px;
	height: 70%;
	background-image:url(blogBackground.png);
	overflow: auto;

}

#blogblock a{
	text-decoration: none;
	color:#000;
	font-family: Gotham, helvetica, arial, san-serif;
	font-size: 1.2em;
	margin-top: 25px;
	
}
	
#blogblock p{
	color:#333;
	font-family: Gotham, helvetica, arial, san-serif;
	font-size: .9em;
	margin-top: 25px;
	
}
	