Jein, nur zum Teil.
Du schmeißt dein vorhandenes Layout einfach in eine Tabelle rein, das ist auch schon alles 
Kopier den Quälcode mal in dein GoLive, dann siehst du evtl. was ich meine bzw. wie es geht.
PHP-Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>Unbenannte Seite</title>
</head>
<body bgcolor="#ffffff">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td valign="middle" align="center">
<table width="100%" border="1" cellspacing="2" cellpadding="0">
<tr>
<td width="150">Deine Navigation hier
<p>Link 1</p>
<p>Link 2</p>
<p>Link 3</p>
<p>Blabla..</p>
<p>Usw</p>
</td>
<td align="center">Hier der Inhalt der Seite</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>