* { margin: 0px;
	padding: 0px;
	--font-family:trebuchet MS;
}


body  {border:2px solid lightblue;
background-color:black;
	margin:10px auto;
	width:1000px; font-family:trebuchet MS; text-decoration:none}
	
#header { margin-left:11px; margin-right: 12px; margin-bottom: 0px; margin-top:10px; background-color:white;}

	a {text-decoration: none;}

.logo {float:left; margin:10px;}
.title {font-size:55px; text-align:center; color:#0080ff;  width: 70%; margin-left:255px;font-family:Arial Black }
.mob{font-size:35px; text-align:center; font-family:ARIAL BLACK}
.address{font-size:35px; text-align:center}
.web{margin-left:340px; font-size:30px; text-decoration:black; color:black}

#topmenu {height:40px;margin-left:10px; margin-right: 5px; margin-bottom: 0px; margin-top:0px; padding: 1px; text-align: center;}

#topmenu ul {
    font-family:arial black;
    font-size: 20px;
    padding: 0;
    list-style: none;
}
#topmenu ul li {
    display: block;
    position: relative;
    float: left;
	
}
#topmenu li ul {
    display: none;
}
#topmenu ul li a {
    display: block;
    text-decoration: none;
    color: black;
    border: 1px solid grey;
    padding: 5px 24px 5px 24px;
    background: white;
    margin-left: 1px;
    white-space: nowrap;
}
#topmenu ul li a:hover {
background: grey;
}
#topmenu li:hover ul {
    display: block;
    position: absolute;
}
#topmenu li:hover li {
    float: none;
    font-size: 18px;
}
#topmenu li:hover a { background: white; }
#topmenu li:hover li a:hover {
    background: grey;}
	
#section {margin-left:11px; margin-right: 12px; margin-top:0px; background-color:white; padding:100px; padding-top:20px; padding-bottom:20px; text-align:justify}

#section li {margin-left:50px}
.titletext {font-family:Arial Black;font-size: 20px}
.titletextmap {font-family:Arial Black;font-size: 20px; text-align: center}
.aligncenter {font-size:12px} 
.forsale_pict {width:350px; height:350px; border-radius:10px; border:2px solid black; padding:5px; background-color:black;}
.item_desc {float:right; margin-right:200px; margin-top:50px;}

#footer{height:60px; background-color:black; padding:15px; color:grey; font-size:11px;
	border-bottom-left-radius:5px; border-bottom-right-radius:5px}
#footer a:link {color:grey;text-decoration:none;}
#footer a:hover {color:lightgrey;}