@charset "utf-8";
body {
	background: url(BukowskiHouseBkg.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-color: gray;
}

p {
    font-size: 18px;
}

ul {
	font-size: 18px;
}

h1 {
	font-size:26px;
}

h2 {
	font-size:22px;
}

	
	

.MainPageLinks {
	position:absolute;
	top: 92%;
	left: 50px;
}

.LightBG {
	background: url(BukowskiHouseBkg_Light.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-color: gray;
	
}
	
.InnerPageLinks {
	width: 562px;
	position: absolute;
	top: 15px;
	left: 550px;
}

.InnerPageLinksOLD {
	width: 90%;
	position:absolute;
	top: 92%;
	left: 50px;
}

.RentalPageLinks {
	width: 90%;
	position:absolute;
	top: 95%;
	left: 50px;
}

.NewsDiv {
	width: 85%;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
}

.ContactDiv {
	margin-left: auto;
	margin-right: auto;
	margin-top:150px;
}
	

.RentalP {
	font-size: 16px;
}

.PhotoBlock {
	width:100%;
	position:absolute;
	top: 100px;
	
}
	
		
	
	
	
