There are Dreamweaver editable regions. This is the start template code in Dreamweaver:
<!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
The first part of the head section is as follows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- InstanceBeginEditable name="doctitle" --> <!--This is the start of a Dreamweaver Editable Region -->
<title>Flatirons Volleyball Club</title>
<style type="text/css">
<!--
.style9 {font-family: Arial, Helvetica, sans-serif}
-->
</style>
<!-- InstanceEndEditable --><!-- This is the end of a Dreamweaver Editable Region -->
You will need to replace those with Expression syntax. The good news is it should be a find/replace job but make a back-up of the site first and archive it just in case.
Now, you really don't want me to critique your code but I'm going to make a few comments anyway.
First, don't use the spacebar to move things over it is not a reliable method since spaces can change depending on the browser, visitor's settings and other factors beyond your control. Use margin or padding to put space between your items.
Rather than have class="mrnu"><strong> redefine your class or make a different one that is the same plus font-weight: bold. That will clean up your code a lot.
Second your text is way too small for anyone on a high resolution monitor. Your featured events is like reading the back of a medicine bottle when I view it on my computer. Both that section and the caption on your photo is simply not readable.
Finally, you've done something funky with the line height in the announcment section. While the font is large enough to be comfortable to read it looks crowded.
Cheryl D Wise MS MVP Expression Instructor: starttoweb.com