body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: rgb(255,235,192) url(../images/Paper2.gif);
	color: rgb(21,7,121);
}
p {
	font-weight: bold;	
}
a, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
h1 {
	background: transparent url(../images/mult.gif) no-repeat top center;
	padding-top: 120px;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	line-height: 2;
	font-weight: bold;
}
.ltblu {
	color: rgb(44,16,255);
}
.center {
	text-align: center;
}
/* master Apartments table */
.apartments { 
	width: 65%;
	min-width: 700px;
	min-height: 400px;
	margin: 0 auto;
	background: transparent url(../images/apartmentBgr.gif) repeat-y top left;
	border-top: 3px ridge;
	border-right: 3px ridge;
	border-left: 3px ridge;
	border-bottom: 3px ridge;
	overflow: hidden;
	clear: left;
}
.last2 {
	border-bottom: 3px ridge;
}
.apartments .image {
	color: rgb(255,255,255);
	width: 320px;
	min-height: 400px;
	padding: 0;
	margin-right: 10px; 
	text-align: center;
	float: left;
	display: inline;
	overflow: hidden;
}
.apartments img {
	width: 250px;
	height: 188px;
	padding-top: 10px;
}
.apartments .image a:link {
	padding: 3px 10px;
	color: rgb(255,255,255);
}
.apartments .image a:visited {
	color: rgb(210,210,255);
}
.apartments .image p a:hover {
	color: rgb(255,255,255);
	background-color: rgb(73,138,255);
}
.apartments .about_apartment {
	padding: 0 10px;
	text-align: left;
}
.apartments .about_apartment h3 {
	text-align: center;
}
.about_apartment {
	min-height: 280px;
}
table#key {
	width: 65%;
	min-width: 700px;
	margin: 10px auto;
	border: outset 2px;
	border-collapse: separate;
	border-spacing: 2px;
}
table#key td, table#key th {
	border: inset 2px;
}
table#key td.left {
	text-align: left;
}
.information_sheet, #home_index {
	width: 65%;
	min-width: 700px;
	margin: 0 auto;
}
.information_sheet img {
	border: 5px solid rgb(21,7,121);
}
.information_sheet table#key td {
	text-align: left;
}
#home_index ul {
	width: 60%;
	list-style: none;
	border-top: 3px ridge;
	border-right: 3px ridge;
	border-left: 3px ridge;
	margin: 0 auto;
	padding: 0;
}
#home_index ul li {
	height: 33px;
	width: 100%;
	background: url('/mms.jpg') no-repeat top left;
	border-bottom: 3px ridge;
}
#home_index ul li a {
	display: block;
	margin: 0;
	padding-top: 5px;
	height: 33px;
	width: 100%;
	background: url('/mms.jpg') no-repeat top right;
}
#nav {
	width: 95%;
	margin: 0 auto;
}
#home, #contact {
	min-width: 50px;
	width: 10%;
	float: left;
}
#home a {
	background: transparent url(../images/MMShome.gif) no-repeat top left;
}
#contact a {
	background: transparent url(../images/MMSemail.gif) no-repeat top left;
}
#home a:link, #home a:active, #home a:visited, #contact a:link, #contact a:active, #contact a:visited {
	display: block;
	width: 41px;
	height: 41px;
	margin: 0 auto;
	padding-top: 10px;
	color: rgb(255,255,255);
}
#menu {
	float: left;
	width: 80%;
}
#menu a:link, #menu a:active, #menu a:visited {
	display: inline-block;
	background: transparent url(../images/MMSmenu.gif) no-repeat top left;
	width: 174px;
	height: 35px;
	padding-top: 5px;
	color: rgb(255,255,255);
}
hr {
	clear: both;
	width: 95%;
	margin: 30px auto;
}
.double_space {
	line-height: 2;
}