* {
	margin: 0px;
	}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #BACEE8;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 8pt;
	}
	
#top {
	background-image: url(images/top.jpg);
	height: 300px;
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	
#center {
	background-image: url(images/body.jpg);
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	
#bottom {
	background-image: url(images/footer.jpg);
	height: 100px;
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	
a {
	font-family: Verdana;
}

img {
	border: none;
	}

a:link {
	color: #222222;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:active{
	color: #888888;
	text-decoration: none;
	}
	
.navigation {
	width: 450px;
	padding-left: 300px;
	padding-top: 176px;
	color: #FFFFFF;
	font-size: 10pt;
	}
	
.navigation a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}

.navigation a:link {
	color: #DDDDDD;
	text-decoration: none;
}

.navigation a:visited {
	color: #DDDDDD;
	text-decoration: none;
}

.navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.navigation a:active{
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	color: #1B4E78;
	font-size: 14pt;
	font-weight: bold;
	width: 650px;
	padding-left: 30px;
	margin-left: 60px;
	margin-right: 60px;
	border-bottom: 2px solid #386992;
	}
	
h2 {
	color: #1B4E78;
	font-size: 12pt;
	font-weight: bold;
	width: 570px;
	width: 570px;
	padding-left: 30px;
	margin-left: 100px;
	margin-right: 100px;
	border-bottom: 2px solid #386992;
	margin-top: 40px;
	}
	
h3 {
	color: #FF0000;
	font-size: 12pt;
	font-weight: bold;
	width: 570px;
	padding-left: 30px;
	margin-left: 100px;
	margin-right: 100px;
	border-bottom: 2px solid #386992;
	margin-top: 40px;
	}
	
#clear {
	height: 1px;
	width: 800px;
	clear: both;
	}
	
p {
	margin-bottom: 20px;
	}
	
ul {
	list-style: disc;
	margin-bottom: 20px;
	margin-left: 100px;
	margin-right: 100px;
	width: 600px;
}
	
#footer {
	padding-top: 17px;
	text-align: center;
	width: 700px;
	color: #FFFFFF;
	margin-left: 50px;
	}
	
#alexjulink {
	z-index: 1;
	position: fixed;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 120px;
	}
	
hr {
	background-color: #386992;
	color: #386992;
	height: 2px;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	margin-right: 100px;
	width: 600px;
	}
	
.container {
	margin-bottom: 20px;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 50px;
	padding-top: 30px;
	width: 580px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	background-color: #FBFBFB;
	}
	
.container_small {
	margin-bottom: 20px;
	margin-left: 100px;
	margin-right: 100px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	width: 540px;
	background-color: #F1F1F1;
	}
	
#overviewgif{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

#clear2 {
	height: 1px;
	width: 600px;
	clear: both;
	}
	
#share {
	width: 560px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #F1F1F1;
	clear: both;
}

#none {
	margin: 0px;
	padding: 0px;
}

.container_small_center {
	margin-bottom: 20px;
	margin-left: 100px;
	margin-right: 100px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	width: 540px;
	background-color: #F1F1F1;
	text-align: center;
	}
	
#donatebutton {
	z-index: 1;
	position: fixed;
	top: 270px;
	left: 50%;
	margin-left: -410px;
	padding: 0px;
	height: 160px;
	width: 60px;
	}
