#body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	
	background-color:white;
	}



#title {
 position:static;
 clear: both;  
}

#menu { position: absolute; top:100px; left: 0; width: 19%; margin: 1% 1% 0 0; }

#contentText { position: absolute; top:100px; left:25%; min-width: 360px; width: 60%; }

#coolmenu{
border: 1px solid black;
width: 170px;
background-color: #FF99CC;
}

#coolmenu a{
font: bold 11px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #coolmenu a{
width: auto;
}

#coolmenu a:hover{
background-color: black;
color: #FF99CC;
}

#tabledescription{
width: 100%;
height: 3em;
padding: 2px;
filter:alpha(opacity=0);
-moz-opacity:0;
}
