<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Buena Park Condominium</title>
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<link rel="stylesheet" type="text/css" href="printlayout.css" media="print" />
<link rel="stylesheet" media="screen" title="2 Column - left hand navigation" type="text/css" href="screenlayout.css" />
</head>

<body>
<div class="title">
<h1>Luxury Living in Buena Park</h1>
</div>

<div class="contentText">
.title	{ width : 100%;
	  margin : 1cm;
	  padding: 0cm;
	  z-index : 0;}

/* This hides all the menus etc so they aren't printed out*/
.sidebar{	display:none;}

.contentText {	padding : 0.5cm;
		margin-top : 0.5cm;
		margin-right : 0cm;
		margin-left : 0cm;}

.ahem {display : none}
</div>

<div class="sidebar" id="sidebar">
<div class="menu">
<a href="/"><strong>Home</strong></a><span class="delimiter"> | </span>
<br />
<br />
<a href="/upstairs.html" title='Upstairs'><strong>Upstairs</strong></a><span class="delimiter"> | </span>
<a href="/kitchen.html" title='Kitchen'>Kitchen</a><span class="delimiter"> | </span>
<a href="/greatroom.html" title='Great Room'>Great Room</a><span class="delimiter"> | </span>
<a href="/guestroom.html" title='Guest Bedroom'>Guest Bedroom</a><span class="delimiter"> | </span>
<br />
<br />	
<a href="/downstairs.html" title='Downstairs'><strong>Downstairs</strong></a><span class="delimiter"> | </span>
<a href="/masterbedroom.html" title='Master Bedroom'>Master Bedroom</a><span class="delimiter"> | </span>
<a href="/masterbath.html" title='Master Bathroom'>Master Bathroom</a><span class="delimiter"> | </span>
<a href="/familyroom.html" title='Family Room'>Family Room (Third Bedroom)</a><span class="delimiter"> | </span>
<a href="/office.html" title='Office'>Office (Fourth Bedroom)</a><span class="delimiter"> | </span>
<br />
<br />
<a href="/contact.html" title='Contact Us'><strong>Contact Us</strong></a><span class="delimiter"> | </span>
</div>
</div>

</body>
</html>