body {
	background-image: url(images/bg.gif);
	font: 90%/120% Georgia, "Times New Roman", Times, serif;
	color: navy;
}
.head {
	background-color: #996633;
}
a {
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: green;
	text-decoration: none;
}
a.menu {
	color: #CCCCCC;
	text-decoration: none;
}
a.menu:hover {
	color: White;
}
.big_letter {
	color: #993300;
	font-weight: bold;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}
.menuitem {
	background-image: url(images/menuitem.gif);
	text-align: center;
	width: 100px;
	height: 30px;
}

img.photo {
	border: 1px groove;
	border-color: #F8F9CC;
}

.r {
	float: right;
}
.l {
	float: left;
}
div.galThumb {
	position: relative;
	float: left;
	width: 250px;
	text-align: center;
	height: 310px;
}
td.td_dotted {
	border: 1px dotted #993300;
}
ul {
	margin: 0px;
	list-style-image: url(images/row_right.png);
	padding-top: 60px;
	text-align: left;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
}
ul.prog {
	margin: 0px;
	list-style-image: url(images/row_right.png);
	padding-top: 10px;
	text-align: left;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
}

a.infolink {
	font-size: x-small;
	font-weight: normal;
}
table.apartments {
	border: 1px dashed #000080;
}