/* CSS Document */
	
	#header {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	#header h1 {
		font-size: 50px;
	}
	
	#datop {
		font-size: 50px;
	}
	
	.topleft {
		float: left;
		margin: 0px 0px 0px 10px;
		text-align: left;
		position: fixed;
		top: 0;
	}
	
	.topmiddle {
		width: 300px;
		margin: 0 auto;
		text-align: center;
		position: fixed;
		top: 0;
		left: 50%;
		margin-left: -150px;
		}
		
	.topmiddle2 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-top: 131px;
		}
		
	.bottommiddle {
		width: 300px;
		margin: 0 auto;
		text-align: center;
		position: fixed;
		bottom: 0;
		left: 50%;
		margin-left: -150px;
		}
	
	.topright {
		float: right;
		margin: 0px 10px 0px 0px;
		text-align: right;
		position: fixed;
		top: 0;
		right:  0;
		}
	
	.bottomright {
		float: right;
		margin: 10px 10px 2px 0px;
		text-align: center;
		position: fixed;
		bottom: 0px;
		right:  0;
		}
	
	.bottomleft {
		float: left;
		margin: 0px 0px 2px 10px;
		text-align: left;
		position: fixed;
		bottom: 0px;
		}
	
	#everything {
	margin-top: 74px;
	text-align: center;
	float: left;
	position: inherit;
	}
	
	img.scaled {
  		width: 50%;
  		height: inherit;
		}
	
	.imagebox {
		float: left;
		margin: 50px 50px 50px 50px;
		}
	
	.text {
		float: left;
		margin: 50px 50px 0px 10px;
		}
		
	.text2 {
		width: 40%;
		float: left;
		margin: 50px 50px 0px 10px;
		}
		
	.text3 {
		float: left;
		margin-top: 50px;
		margin-left: 10px;
		position: fixed;
		}
	
	.imagebox1 {
	float: left;
	margin: 0px 0px 0px 10px;
	z-index:2;
	}
	
	.imagebox2 {
	float: right;
	margin: 0px 10px 0px 0px;
	z-index:2;
	top: 0px;
	right: 0px;
	}
	
	.hort {
	font-family: arial black; monospace;
	font-size: 50px;
	color: black;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 1;
	}
	
	.hort a:link, a:visited, a:hover {
	font-family: arial black; monospace;
	font-size: 50px;
	color: black;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 1;
	}


	a:link, a:visited, a:hover {
	color: black;
	font-family: arial black; monospace;
	font-size: 50px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 1;
	
	}
	
		
	.hort2 a:link, .text a:visited {
	font-family: arial black; monospace;
	font-size: 50px;
	color: black;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	
	line-height: 1;
	}
	
	.hort2 a:hover {
	font-family: arial black; monospace;
	font-size: 50px;
	color: #33FF00;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	text-decoration: none;
	
	line-height: 1;
		
	}

