A { color: #ffffff;
    font-size: 8 pt;
    font-style: bold}
a:hover { color:#0000ff;
    font-size: 8 pt;}

H1 { color: blue;
    font-weight: bold; 
    font-size: 23 pt;
    font-style: italic;
    text-align: left; 
    font-family: Monotype Corsiva; }

H2 { color: #0000ff; 
    font-size: 11 pt; 
    font-weight: bold;
    font-style: italic;
    text-align: left;
    font-family: Trebuchet MS; }

H3 { color: black;
     font-size: 15 pt; 
     text-align: center;
     font-family: Palatino Linotype; }

H4 { color: black;
     font-size: 15 pt; 
     text-align: center;
     font-family: Trebuchet MS; }



T {  color: #7e0027;
     font-size:  12 pt;
     font-weight: heavy;
     font-family: Arial;}

P {  margin-left: .0in;
     font-size: 10 pt;
     text-align:justif;
     font-family: Arial;}

.front { color: #7e0027; 
    font-size: 18 pt; 
    font-weight: bold;
    text-align: center;
    font-family: Trebuchet MS; }

.indent { margin-left: 1in;}

.2indent { margin-left: 1.5in;}

.3indent { margin-left: 2in;}

.4indent { margin-left: 2.5in;}
          
.5indent { margin-left: 3in;}

.leftnav {position:absolute;
	left: 0px;
	top: 0px;}

.fleck {position:absolute;
	left: 131px;
	top: 99px;}

.tablemain {position:absolute;
	left: 90px;
	top: 90;}

.homelink {position:absolute;
	left: 48px;
	top: 112;}

.ourcharities {position:absolute;
	left: 48px;
	top: 140;}

.speakers {position:absolute;
	left: 48px;
	top: 167;}


.aboutwaabi {position:absolute;
	left: 48px;
	top: 195;}

.drinksmart {position:absolute;
	left: 48px;
	top: 223;}

.map {position:absolute;
	left: 48px;
	top: 251;}


.register {position:absolute;
	left: 48px;
	top: 279;}


.contactuslink {position:absolute;
	left: 48px;
	top: 196;}

.waabilogo {position:absolute;
	left: 400px;
	top: 650;}

.waabiraffle09 {position:absolute;
	left: 300px;
	top: 500;}

.bottles {position:absolute;
	left: 175px;
	top: 115;}

.leftnav {position:absolute;
	left: 0px;
	top: 0px;}

.siteinfo {position:absolute;
	left: 24px;
	top: 460;}

.form {position:absolute;
	left: 165px;
	top: 110;}


.frameimage1 {position:absolute;
	left: 85px;
	top: 395;}

.flashnav {position:absolute;
	left: -50px;
	top: 10;}

.merchandisetext {position:absolute;
	left: 100px;
	top: 412;}

.moreframeimage1 {position:absolute;
	 left:316;
	 top:605;
 	 color: #000000;
 	 font-size: 10 pt;
	 font-family: arial;}

.merchandiseteaser	{position:absolute;
	 left:101;
	 top:440;
 	 color: #000000;
 	 font-size: 10 pt;
	 font-family: arial;}

.frameimage2 {position:absolute;
	left: 398px;
	top: 135;}

.homevideo {position:absolute;
	left: 398px;
	top: 395;}

.navbar {position:absolute;
	left: 345px;
	top: 70;}
	

A.menulink 	{display: block;
		width: 198px;
		text-align: left;
		text-decoration: none;
		font-family:Trebuchet MS;
		font-size:12px;
		color: #000000;
		BORDER: none;
		border: solid 1px #FFFFFF;
		}

A.menulink:hover {
		border: solid 1px #9FE19F;
		background-color:#0000ff;
		}

.hipaa	{position:absolute;
	 left:500;
	 top:230;}

.nt 	{position:absolute;
	left:380;
	top:340;}


&lt;p class=leftnav&gt;&lt;img src=&quot;images/back.gif&quot; width=&quot;793&quot; height=&quot;608&quot;&gt;
</textarea>
		<input type="hidden" name="code" value="" />
		</div><br/>
	</td>
	</tr>
	<tr>
		<td align="right">
			<label for="fname">Copy file into this filename</label>
			<input type="text" name="fname" value="style.css" size="40" />
		</td>
	</tr>
</table>
<br/>
</form>
<br/>
<script type="text/javascript">
<!--
{  }
{  }
{  }
if(document.editfrm && document.editfrm.code) document.editfrm.code.focus();

positionIndicator = new Fx.Slide( 'positionIndicator' ).hide();

//http://www.bazon.net/mishoo/home.epl?NEWS_ID=1345
function doGetCaretPosition (textarea) {

	var txt = textarea.value;
	var len = txt.length;
	var erg = txt.split("\n");
	var pos = -1;
	if(typeof textarea.selectionStart != "undefined") { // FOR MOZILLA
		pos = textarea.selectionStart;
	}
	else if(typeof document.selection != "undefined") { // FOR MSIE
		range_sel = document.selection.createRange();
		range_obj = textarea.createTextRange();
		range_obj.moveEnd('character',textarea.value.length); range_obj.moveend('character'
	}
	if(pos != -1) {
		var ind = 0;
		erg.length;ind++) {
			len = erg[ind].length + 1; erg.length
		}
		ind++; pos++;
		return [ind, pos]; // ind = LINE, pos = COLUMN

	}
}
/**
* This function allows us to change the position of the caret
* (cursor) in the textarea
* Various workarounds for IE, Firefox and Opera are included
* Firefox doesn't count empty lines, IE does...
*/
function setCaretPosition( textarea, linenum ) {
	if
	}
	var txt = textarea.value;
	var len = txt.length;
	var erg = txt.split("\n");
		
	var ind = 0;
	var pos = 0;
	var nonempty = -1;
	var empty = -1;
	for(;ind < linenum;ind++) {
		/*alert( "Springe zu Zeile: "+linenum
				+"\naktuelle Zeile: "+ (ind+1) 
				+ "\naktuelle Position: "+pos 
				+ "\nText in dieser Zeile: "+erg[ind]);*/
		if( !erg[ind] && pos < len ) { empty++ }
		else if( !erg[ind] ) break;
		pos += erg[ind].length;
		nonempty++;
	}
	try {
		pos -= erg[ind-1].length;	
	} catch(e) {}
	
	textarea.focus();
	
	if(textarea.setSelectionRange)
	{
		pos += nonempty;
		textarea.setselectionrange(pos
	}
	else if (textarea.createTextRange) {
		pos -= empty;
		var range = textarea.createTextRange();
		range.collapse(true); range.collapse(true)
	}
}
/** 
* Updates the Position Indicator fields
*/
function updatePosition(textBox) {
	var posArray = doGetCaretPosition(textBox);
    document.forms[0].txtLine.value = posArray[0];
    document.forms[0].txtColumn.value = posArray[1];
}
// -->
</script>
<br style="clear:both;"/>
	<small>
	<a class="title" href="http://joomlacode.org/gf/project/joomlaxplorer/" target="_blank">joomlaXplorer</a>
 (<a href="http://virtuemart.net/index2.php?option=com_versions&amp;catid=2&amp;myVersion=1.6.2" onclick="javascript:void window.open('http://virtuemart.net/index2.php?option=com_versions&catid=2&myVersion=1.6.2', 'win2', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=580,directories=no,location=no'); return false;" title="Check for latest version">Check for latest version</a>)
	</small>
	</div>
	<hr/>	</div>
</div>

<div align="center" class="footer">
	<table width="99%" border="0">
	<tr>
		<td align="center">
			<div align="center">
				<a href="http://www.joomla.org">Joomla!</a> is Free Software released under the GNU/GPL License.			</div>
			<div align="center" class="smallgrey">
				Joomla! 1.0.13 Stable [ Sunglow ] 21 July 2007 16:00 UTC				<br />
				<a href="http://www.joomla.org/latest10" target="_blank">Check for latest Version</a>
			</div>
					</td>
	</tr>
	</table>
</div>

</body>
</html>