/*--Containers that determine the size ( height, width ) of the website--*/

.Container{
	width: 900px;
	height: 900px;
	background-color: #87CEEB;
	}


.platformliftContainer{
	width: 900px;
	height: 100%;
	background-color: #F0E68C;
}


/*-- Color of hyperlinks and stuff--*/


a:hover{
	color: blue;
	}

a:link{
	color: #000000;
	background-color: #d8d8d8;
	}

a:visited{
	color: #000000;
	text-decoration: underline;
	background-color: #d8d8d8;
	}


/*-- formatting of the content and stuff--*/

#NavBar{
	padding-top: 130px;
	width: 900px;
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
	float: right;
	border-bottom: 1px solid black;
	background-image: url('Images/bg/Eleyon.jpg');
	background-repeat: repeat-x;
	}

h2{
	width: 800px;
	margin-top: 5%;
	padding-left: 50px;
	padding-right: 50px;
	float: left;
	font-family: Times New Roman;
	font-weight: bolder;
	color: black;
	}

.content{

	padding-left: 5%;
	padding-bottom: 10px;
	width: 900px;
	float: left;
	font-family: Times New Roman;
	font-weight: bolder;
	font-size: medium;
	color: black;
	}

#img{
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	padding-left: 23%;
	width: 90%;
}

#imgindexleft{
	padding-top: 25px;
	padding-left: 28%;


}

#imgindexright{
	padding-top: 10px;
	padding-bottom: 20px;
	float: right;
	padding-left: 20%;
}
.subcontent{

	padding-left: 28%;
	padding-bottom: 10px;
	width: 90%;
	float: left;
	font-family: Times New Roman;
	font-weight: bolder;
	font-size: medium;
	color: black;
	}

#ContactUs{
	width: 900px;
	margin-top: 1%;
	background-color: #d8d8d8;
	border-top: 1px solid black;
	border-bottom: 1px solid black;

}

#address{
	margin: 1% 0% 1% 5%;
}
