/* Nice Apartment stylesheet */

BODY { 
 	top: 0px;
  	left: 40px;
  	padding: 0px;
	margin-top: 0px;
  	font-family:  Times, "Times New Roman", serif;
  	font-size: 1em;
  	font-style: normal;
  	font-weight: normal;
  	color: #A99549;
	text-align: center; 
  	background-color: #3e596d;
}

H1 {
  	font-family: Times, "Times New Roman", serif;
  	font-size: 20pt;
  	color: #A99549;

}

H2 {
  	font-family: Times, "Times New Roman", serif;
  	font-size: 16pt;
  	line-height: 24pt;
  	margin-top: 6px;
  	margin-bottom: 6px;
  	color: #A99549;
  	text-align: center;
	padding-right: 5px;
	padding-left:  5px;
}

H3 {
  	font-family: Times, "Times New Roman", serif;
  	font-size: 14pt;
  	line-height: 14pt;
  	margin-bottom: 1pt;
  	color: #A99549;
  	letter-spacing: 1px;
  	text-align: center;
}

H4 {
  	font-family: "Times New Roman",Times, serif;
  	font-size: 13pt;
  	margin-bottom: 2px;
  	margin-top: 2px;
  	color: #A99549;
  	text-align: center;
}

h5 {
  	font-family: "Times New Roman",Times, serif;
  	font-size: 11pt;
  	text-align: center;
  	margin-top: 2px;
  	margin-bottom: 2px;
}


P {
  	font-family:  Times, "Times New Roman", serif;
  	font-size: 0.95em;
	margin-left: 4px;
	margin-right: 4px;
	color: #A99549;
  }

LI {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	line-height: 14pt;
  	color: #A99549;
}

UL {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	line-height: 14pt;
  	color: #A99549;
}

table {
  	width: 		785px;
	border: 	0px;
  	padding: 	0px;
}

table.main {
	text-align: center;
	top: 0px;
}

table.prices {
	width: 485px;
	border: solid 1px #A99549;;
}

td {
	background-color: transparent;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-top: 0px;
  	padding-bottom: 0px;
  	vertical-align: top;
  	font-family:  Times, "Times New Roman", serif;
  	font-size: 0.95em;
	text-align: left;
}

td.bottom {
	vertical-align: bottom;
	background-color: transparent;
}

td.topimage {
	text-align: center;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/*width: 785px;
  	background-image: url(images/tile2.jpg);*/
  	border: 1px solid #A99549;
}

td.menu {
	text-align: center;
	background-color: #1e394d;
  	border: 1px solid #A99549;
	padding: 3px;
	width: 196px;
}
td.text {
	padding: 8px;
}

img.edged {
  	border-width: 1px;
  	border-color: #A99549;
  	vertical-align: middle;
}

a:link {
  	color: #E5D775;
  	background-color: transparent;
 	text-decoration: underline;
}

a:active {
  	color: #E5D775;
  	background-color: transparent;
  	text-decoration: underline;
}

a:visited {
  	color: #D5C760;
  	background-color: transparent;
  	text-decoration: underline;
}

a:hover {
  	color: #B4A748;
  	background-color: transparent;
  	text-decoration: underline;
}

.small {
	font-size: 0.85em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.botton {
	vertical-align: bottom;
}
