.gallery{
	border: solid #A52A2A;
	width: 570px;
	float: left;
	height: 435px;
	background-color: #000000;
}

.propertyinfo {
	width: 300px;
	height: 435px;
	float:right;
	overflow:hidden;
}

.bottombarmenu {
	/*border: 5px solid #D2691E;*/
	width: 873px;
	clear: both;
	height: 25px;
    background: #231F20;
    border: 5px solid #A52A2A;
    font-weight: bold;
}
.bottombarmenu ul, .bottombarmenu ul li {
        list-style: none;
        margin: 0;
        padding: 10;
}
.bottombarmenu ul {
        padding: 5px 0 5px;
        text-align: left;
}
.bottombarmenu ul li {
        display: inline;
}
.bottombarmenu ul li a {
        color: #FFFFFF;
        text-decoration: none;
        padding: 5px 0;
}
.bottombarmenu ul li span {
        padding: 5px 7px 5px 3px;
        margin: 4px 0 4px 4px;
}
.bottombarmenu ul li a:hover span {
		/*background-color:#656263;*/
        background-position: 100% -75px;
}
.bottombarmenu ul li a:selected span {
		background-color:#FF0000;
        background-position: 100% -75px;
}

.bottombarmenu ul li a:hover {
        background-position: 0 -75px;
}
	
.bottombarmenu ul li{
	display: inline;
	list-style: none;
}

.bottombar {
	visibility:hidden; 
	border: 5px solid #A52A2A;
	width: 870px;
	clear: both;
	height: 80px;
	background-color: #000000;
	color: #FFFFFF;
}

