To get you started, I've fixed your head section, just remove everything you've got before the body section and replace it with this:
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>VIVID-AVENUE</title>
<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" type="text/css" href="css/lightbox.css" media="screen">
<link rel="stylesheet" type="text/css" href="http://www.vivid-avenue.net/layout/style.css" title="default">
<link rel="shortcut icon" type="image/x-icon" href="http://www.vivid-avenue.net/layout/favicon(12).ico">
<style type="text/css">
.wrap {
background: #e8f6fc;
overflow: hidden;
width: 200px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.partone {
float: left;
clear:right;
}
.parttwo {
float: right;
text-align: right;
}
</style>
</head>
<body>
There are however several other things that need fixing, use the W3 validator to find all the main errors.
Good luck!
Bookmarks