body
{
	font-family: 'Merriweather', sans-serif;
	color: #ffffff;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer; 
}
a:link {
	color:#ffffff;
	text-decoration:none;
}

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

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

a:active {
	color:#ffffff;
    text-decoration:none;
}

h1
{
	font-size: 2em;
	padding: 0px;
	margin: 4px 0px;
	display:inline;
	background-color: rgba(0,0,0,0.4);
}

p
{
	font-size: 1em;
	padding: 0px;
	margin: 4px 0px;
	display:inline;
	background-color: rgba(0,0,0,0.4);
}


#container
/* Main Containing Block */
{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
    width: 100%;
	height: 100%;
}

#imageblock
/* Project Image */
{
    position: fixed;
	padding: 0px;
	margin: 0px;
    width: 100%;
	height: 100%;
    background-image: url('/images/pocket/IMG_20150524_131225373.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
    z-index: -1;
    
}

#topblock01
/* Project Menu */
{
	position: absolute;
	left: 30px;
	top: 30px;
	padding: 0px;
	margin: 0px;
	width: 555px;
	height: 4500px;
	float: left;
/* 	background-color: rgba(0,0,0,0.4); */
}

#topblock02
/* Project Description */
{
	position: fixed;
	left: 615px;
	top: 30px;
	padding: 0px;
	margin: 0px;
	width: 555px;
	height: 1000px;
	float: left;
/* 	background-color: rgba(0,0,0,0.4); */
}

#bottomblock
/* Menu Footer */
{
	position: absolute;
	left: 615px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	width: 555px;
	height: 100px;
}

#bottomcredit
/* Web Page Footer */
/* Sets the over all page height*/
{
	position: absolute;
	left: 30px;
	top: 3600px;
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 25px;
}
