@charset "utf-8";
.logo {
	background-color: #153C7F;
	width: 99%;
	border: thick solid #ED6533;
	float: none;
}
.linksMenu {
	width: 25%;
	border: thick solid #ED6533;
	font-family: cursive;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: underline;
	float: left;
}
.sideBar {
	font-size: 20px;
	color: #FFFFFF;
	width: 14.5%;
	height: 400px;
	border: thick solid #ED6533;
	font-weight: bold;
	background-color: #153C7F;
	padding-left: 15px;
	float: left;
	position: relative;
	top: 5px;

}
.search {
	width: 24.5%;
	height: 400px;
	float: right;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	background-color:#153C7F;
	border: thick solid #ED6533;
	position: relative;
	top: 5px;

}
.market {
	width: 55%;
	height: 395px;
	color: #FFFFFF;
	border: thick solid #ED6533;
	text-align: left;
	background-color: #153C7F;
	text-decoration: none;
	padding: 3px;
	position: relative;
	top: 5px;
	margin-left: 17.5%;
}
.aboutmain {
	font-family: cursive;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #153C7F;
	height: 395px;
	width: 842px;
	border: thick solid #ED6533;
	position: relative;
	top: 5px;
	margin-left: 17.5%;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FF00;
}
.showMain {
	background-color: #153C7F;
	text-align: center;
	padding: 5px;
	width: 97%;
	border: thick solid #ED6533;
	position: relative;
	top: 5px;
	color: #FFFFFF;
	list-style-position: inside;
	list-style-type: disc;
}
.newForm {
	padding: 5px;
	width: 1080px;
	border: thick solid #ED6533;
	color: #FFFFFF;
	background-color: #153C7F;
	left: 120px;
	top: 145px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
}
.house-alternate {
  background-color: #153C7F;
  text-align: left;
}
.indexmarket {
	width: 55%;
	text-align: left;
	text-decoration: none;
	padding: 3px;
	color: #FFFFFF;
	position: relative;
	top: 5px;
	margin-left: 17.5%;
}
.admin {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
	left: 550px;
	top: 562px;
	height: 20px;
	width: 500px;
	position: absolute;
}