-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (122 loc) · 6.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Office Space for lease in Downtown Columbus, Cleveland, Pittsburgh</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="indexcss.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script src="js/index.js"></script>
</head>
<body>
<div id="container">
<div id="header">
<h1>E.V. Bishoff Company</h1>
</div>
<div id="leftcolumn">
<ul id="nav">
<li><img src="images/logo.gif" alt="Office Leasing Made Simple" /></li>
<li><a href="index.html">Home</a></li>
<li><a href="ColsRE.html">Columbus Real Estate</a>
<ul>
<li><a href="33N3rd.html">Charles Schwab Building</a></li>
<li><a href="85EGay.html">Law and Finance Building</a></li>
<li><a href="35EGay.html">Commerce Building</a></li>
<li><a href="BLPlaza.html">Blacklick Plaza</a></li>
<li><a href="HmltnCtr.html">Hamilton Center</a></li>
<li><a href="100n5th.html">100 North Fifth Street</a></li>
<li><a href="155n5th.html">155 North Fifth Street</a></li>
<li><a href="ColsMaps.html">Maps</a></li>
</ul>
</li>
<li><a href="ClevOfce.html">Cleveland Real Estate</a>
<ul>
<li><a href="SupBldg.html">Superior Building</a></li>
<li><a href="CtyClb.html">City Club Building</a></li>
<li><a href="ClevelMediation.html">Conflict Resolution</a></li>
<li><a href="ClevMap.html">Maps</a></li>
</ul>
</li>
<li><a href="PghOffce.html">Pittsburgh Real Estate</a>
<ul>
<li><a href="ParkBldg.html">Park Building</a></li>
<li><a href="InvstBlg.html">Investment Building</a></li>
<li><a href="100-5th.html">Diamond Building</a></li>
<li><a href="PittMedical.html">Pittsburgh Medical Space</a></li>
<li><a href="PITCMap.html">Map and Sonnet Ring</a></li>
<li><a href="Mediation.html">Mediation Space</a></li>
</ul>
</li>
<li><a href="InstantOffices.html">Instant Office</a></li>
<li><a href="cbdFlier.html">C.B.D. Office Lofts</a></li>
<li><a href="ClssRmSp.html">Classrooms & Conference Rooms</a></li>
<li><a href="ColsWarehouse.html">Warehouse Space</a></li>
<li><a href="EventSpace.html">Event Space</a>
<ul>
<li><a href="ColsEvent1.html">The Vault</a></li>
<li><a href="ColsEvent2.html">Penninsula Warehouse</a></li>
</ul>
</li>
<li><a href="RestaurantSpace.html">Restaurant Space</a>
<ul>
<li><a href="CleveResturant.htm">Cleveland Space</a></li>
<li><a href="PittRestaurant.html">Pittsburgh Space</a></li>
</ul>
</li>
<li><a href="DesignCntr.html">Design Center</a></li>
<li><a href="PITC.html">Central Exchange</a>
<ul>
<li><a href="Central%20Exchange(NewER).htm">Pittsburgh</a></li>
<li><a href="Central%20Exchange(Cleveland).htm">Cleveland</a></li>
</ul>
</li>
<li><a href="RoylFin.html">Royal Financing</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Clients.html">Company Clients</a></li>
<li><a href="Emplymt.html">Employment</a>
<ul>
<li><a href="EmpAcctExec.html">Account Executives</a></li>
</ul>
</li>
<li><a href="Customer%20Service%20Center.html">Customer Center</a>
<ul>
<li><a href="I%20need%20office%20or%20storage%20space.htm">Space Request</a></li>
<li><a href="Submit%20your%20automatic%20debit%20form.htm">Debit Form</a></li>
<li><a href="Tenant%20Referral%20program.htm">Referral Program</a></li>
<li><a href="maintenance%20requests.htm">Maintenance Requests</a></li>
<li><a href="Submit%20an%20article%20for%20newsletter.htm">Submit An Article</a></li>
<li><a href="Where%20do%20I%20mail%20my%20rent.htm">Where To Mail Rent</a></li>
<li><a href="Service%20Directory.htm">Service Directory</a></li>
<li><a href="Parking.htm">Parking</a></li>
<li><a href="FAQs.htm">FAQ</a></li>
</ul>
</li>
<li><a href="Contact.html">Contact Us</a></li>
</ul>
<ul id="property">
<li><h3>Featured Poperty</h3></li>
<li><a href="images/CCB_Color.jpg" rel="lightbox[featured]" title="Beautiful office space conveniently located downtown."><img src="images/property.gif" alt="Featured Property in Columbus, OH"/></a></li>
</ul>
</div><!--leftcolumn-->
<div id="rightcolumn">
<h2>Owner Operated Properties</h2>
<p>Specializing in the office space leasing in downtown <a href="ColsRE.html">Columbus</a>, <a href="ClevOfce.html">Cleveland</a> and <a href="PghOffce.html">Pittsburgh</a>, E.V. Bishoff Company is an owner-operator of historic office buildings in the central business districts.</p>
<p>Serving diverse needs, our amenities include shared, executive and <a href="InstantOffices.html">instant offices</a>, as well as <a href="ClssRmSp.html">classroom</a>, corporate training, conference and mediation space.</p>
<p>Clients can customize their suites by visiting our exclusive <a href="DesignCntr.html">Design Center</a>.</p>
<p>Technology companies can take advantage of our <a href="PITC.html">Data Centers, Disaster recovery work stations,</a> call center space and our meet me rooms in Cleveland and Pittsburgh.</p>
<p>Home to Mitchell's Steak House in Columbus, we have prime retail space available for <a href="RestaurantSpace.html">restaurant</a> operators and <a href="EventSpace.html">event planning</a> space users. Retail office and storeroom space is available in our Columbus <a href="ColsRE.html">shopping centers</a>.</p>
<p>Plumbed medical and dental spaces are ready to accommodate your practice.</p>
<p>Join the many attorneys, lobbyists and accountants you will find among our clientele in office space from 200 square feet.</p>
<p>Our warehouse facility accommodate artists and general <a href="ColsWarehouse.html">warehouse users</a> space and is equipped with loading dock doors. We also offer downtown band practice space.</p>
</div><!--rightcolumn-->
<div id="bottom">
<a href="http://www.3amproductions.net">another 3AM Production</a><!-- (
<a title="Validate as XHTML" rel="validate external" href="http://validator.w3.org/check?uri=http://rowe.3amproductions.net"><abbr title="eXtensible Hypertext Markup Language"><acronym title="eXtensible Hypertext Markup Language">XHTML</acronym></abbr></a> |
<a title="Validate CSS" rel="validate external" href="http://jigsaw.w3.org/css-validator/validator?uri=http://rowe.3amproductions.net/indexcss02.css"><abbr title="Cascading Style Sheets"><acronym title="Cascading Style Sheets">CSS</acronym></abbr></a>)-->
</div>
</div><!--container-->
</body>
</html>