body
	{
	background-image:url("Images/Background.jpg");
	background-color: gray;
	background-position: bottom;
	background-attachment: fixed;
	}


#header	{
	position: absolute;
	background-color: #000000;
	top: 0px;
	left:0px;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	float: right;
	margin: 0px;
	border-style: solid;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: white;
	}


#box
	{
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	top: 100px;
	float: left;
	left: 170px;
	width: 70%;
	padding: 10px;
	margin: 5px;
	border-radius: 10px;
	border-width: 10px;
	border-style: solid;
	border-color: black;
	}

#table
	{
	border: 5px;
	}

#text
	{
	margin:50px;
	}


#banner
	{
	top: 20px;
	height: 70px;
	width: 787px;
	}


#footer
	{
	position: fixed;
	background-color: #000000;
	left: 0px;
	text-align: center;
	width: 100%;
	bottom: 0px;
	border-style: solid;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: white; 
	}


#footer_img
	{
	height: 30px;
	width: 216px;
	}


#pages
	{
	position: fixed;
	background-color: Black;
	top: 100px;
	left: 5px;
	width: 160px;
	height: 150px;
	margin: 5px;
	border-width: 3px;
	border-style: solid;
	border-color: black;
	}


#page1
	{
	position: absolute;
	top: 0px;
	height: 50px;
	width: 160px;
	}


#page2
	{
	position: absolute;
	top: 50px;
	height: 50px;
	width: 160px;
	}


#page3
	{
	position: absolute;
	top: 100px;
	height: 50px;
	width: 160px;
	}


#links
	{
	position: fixed;
	top: 260px;
	background-color: #7E7E7E;
	left: 5px;
	height: 80px;
	width: 160px;
	margin: 5px;
	border-width: 3px;
	border-style: solid;
	border-color: #7E7E7E;
	}


#link1
	{
	position: absolute;
	top:0px;
	height: 40px;
	width: 160px;
	}


#link2
	{
	position: absolute;
	top:40px;
	height: 40px;
	width: 160px;
	}

.page_button
	{
	background-color: Black;
	display: inline-block;
	border: none;
	height: 100%;
	width: 160px;
	color: white;
	border-style: solid;
	border-width: 3px;
	border-color: black;
	}


.page_button:hover
	{
	border-style: solid;
	border-width: 3px;
	border-color: yellow;
	color: yellow;
	}


.page_button:active
	{
	color: orange;
	border-style: solid;
	border-color: orange;
	border-width: 3px;
	}


.page_button_unneeded
	{
	background-color: Black;
	display: inline-block;
	border: none;
	height: 100%;
	width: 160px;
	color: orange;
	border-style: solid;
	border-color: orange;
	border-width: 3px;
	}


.page_button_unneeded:hover
	{
	color: orange;
	border-style: solid;
	border-color: orange;
	border-width: 3px;
	}


.page_button_unneeded:active
	{
	color: orange;
	border-style: solid;
	border-color: orange;
	border-width: 3px;
	}


.link_button
	{
	background-color: #7E7E7E;
	display: inline-block;
	border: none;
	height: 100%;
	width: 160px;	
	border-width: 3px;
	border-style: solid;
	border-color: #7E7E7E;
	}


.link_button:hover
	{
	background-color: red;
	border-width: 3px;
	border-style: solid;
	border-color: red;
	color: white;
	}


.link_button:active
	{
	background-color: black;
	border-width: 3px;
	border-style: solid;
	border-color: red;
	color: red;
	}