body {
	color: 444444;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12pt;
	line-height: 1em;
	margin: 0px;
   	padding: 0px;
	width: 1600px;
	height: 1200px;
	background-color: #fdfdfd;
	margin-bottom: 100px;
}


#leftnavbar {
		background-color:#fdfdfd;
		width: 150px;
		border: 0px #797979 solid;
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		text-decoration: none; 
		position: absolute;
		text-transform:lowercase;
		left: 0px;
		top: 100px;
		height: 1100px;
		float: top;
		margin: -5px;
		font-size: 14pt;
		font-weight: bold;
		text-shadow: 0 0 0em;
		line-height: 180%;
	}





#leftnavbar ul li A:link		{
					color: #8BA446; 
					text-decoration: none;
					font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
					font-size: 14px;
					}


#leftnavbar ul li A:visited		{
					color: #8B8B83; 
					text-decoration: none; 
					font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
					font-size: 14px;
					}

#leftnavbar ul li A:hover		{
					color: #FFCC11;
					text-decoration: none; 
					font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
					font-size: 14px;							
					}


#leftnavbar ul li			{
					list-style-type: none;
					text-decoration: none; 
					}




#webpglink A:link		{	color: #8BA446; 		<!-- martini olive -->
					text-decoration: none;
					font-family: Georgia, Times New Roman, serif;
					font-size: 12pt;	
				}

#webpglink A:visited		{	color: #444444; 			<!-- grey -->
					
					text-decoration: none; 
					font-family: Georgia, Times New Roman, serif;
					font-size: 12pt;
				}

#webpglink A:hover		{	color: #fdfdfd;				<!-- white -->
					text-decoration: none; 
					font-family: Georgia, Times New Roman, serif;
					font-size: 12pt;							
				}



h3 		{
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		font-size: 16px;
		text-align; left;
		line-height: 1em;
		color: #0099CC;					<!-- sky blue -->
		}

h4 		{
		font-family: Georgia,Times New Roman, serif;
		font-size: 16px;
		text-align:left;
		line-height: 1em;
		font-weight: normal;
		color: #8BA446;
		}

ul.profile	{
		color:#ffffff;
		list-style-type: circle;
		}


table 		{
		width:340px; height:170px;
		background: rgb(0,153,204); 						<!-- sky blue -->
		border-collapse:collapse			
		}

col.low		{
		background: rgb(205,205,193)						<!-- ivory 3 -->
		}

tr.mid 		{
		background: rgb(139,164,70)						<!-- martini olive -->
		}

tr.middef	{
		background: rgb(205,190,155)						<!-- beach sand -->	
		}

#c1		{
		background; rgb(black; color:white)
		}

td		{
		padding: 0.25em
		}



#aptphoto	{							<!-- photos of the apt. -->
		margin: 10px 10px 10px 10px;
		padding: 50px 50px 50px 50px;
		width: 550px;
		height: 420px;
		text-align: center;
		vertical-align: middle;
		background-color: #CECECE;
		}

		
div#header {
   	clear: both;
	height: 100px;
	width:1600px;
	text-align:left; 
	background-color: #fdfdfd;
	margin:0px;
    	padding: 0px 0px 0px 0px;
	}




div#farright {
	position: absolute;
	left: 870px;
	top: 100px;
	width: 350px;
	height: 1100px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12pt;
	line-height: 1em;
	background-color: #BFEFFF;
	color: 444444;
	  }


div#right {
	position: absolute;
	left: 510px;
	top: 100px;
	width: 350px;
	height: 1100px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12pt;
	line-height: 1em;
	background-color: #FFCC11;					<!-- mustard colour -->
	color: 444444;
	  }


div#middle {
	position: absolute;
	left: 150px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	width: 340px;
	height: 1100px;
	text-align:justify; /* Hack To Keep IE5 Windows Happy */
   	font-family: Georgia, Times New Roman, serif;
	font-size: 12pt;
	line-height: 1em;
	font-weight: 500;
	background-color: #BFEFFF;				<!-- light blue1 -->
	color: 444444;
	}




a:link.highlight 	{ 
			text-decoration: none; 
			font-size: 12px;
			color: #333333;
			}

a:visited.highlight 	{ 
			text-decoration: none; 
			font-size: 12px;
			color: #666666;
			}	


a:hover.highlight 	{ 
			 background-color: rgb(139,164,70);			<!-- martini olive -->
			text-decoration: none; 
			font-size: 12px;
			color: #ffffff;						<!-- white -->
			}


#gallery	{	
		border-width: 5em;
		border-radius: 4em;
		color: #223B7A;							<!-- photos of the apt. -->
		margin: 10px 10px 10px 10px;
		padding: 50px 50px 50px 50px;
		width: 690px;
		height: 660px;
		text-align: center;
		vertical-align: middle;
		background-color: #CECECE;
		font-family: Times, Garamond, Serif;
		font-size: 14px;
		line-height: 1.5em;
		}






