* {
    padding: 0;
    margin: 0;
} 

#logo
{
position: absolute;
top: 1px;
left: 0px;	
}

body
{
	background-image :url(../picts/MusicalWaves.gif);
	background-attachment: fixed;
	background-position:center;
	background-repeat :no-repeat;
	
}

.rightadjust
{
	text-align : justify;
}

/* remove standard colors and decorations from links */
a:link,a:visited, a:active, a:hover
{
	text-decoration: none;
	color: #0066cc;
}	

li.arrow
{
	list-style-image: url(../picts/arrow.gif);
	list-style-position : inside;
}

li.none
{
	list-style-position: inside;
	list-style-image: none;
}

#maintable
{
	width:1000px;
}
#left
{
	position: absolute; 
	top: 1px; 
	left:300px; 		
}
#hdrbar
{
	position: absolute; 
	top: 1px; 
	left:300px; 		
}

#topHeader
{
	margin-top: 1 px;
	margin-left: 300px;
}

#right
{
	margin-top: 0px;
	margin-left:300px;
}
#content
{
	border-left:1px solid gray;
	padding:1em;
	min-height: 600px;
}

#menubar
{
	position: absolute; 
	top: 250px; 
	left: 100px; 
	
}
#addressarea

{
	position: absolute; 
	top: 600px;
	left:100px;

}


.menutable
{
	border-right : thin  solid;	
}

td, .normaltext
{
	font-family: tahoma, arial, helvitica;
	font-size: 10pt;
}
h1
{
	font-family: tahoma, arial, helvitica;
	font-size: 18pt;
	color: #0066CC;
}
h2
{
	font-family: tahoma, arial, helvitica;
	font-size: 16pt;
	color: #0066CC;
}
h3
{
	font-family: tahoma, arial, helvitica;
	font-size: 14pt;
	color: #0066CC;
}
H4
{
	font-family: tahoma, arial, helvitica;
	font-size: 12pt;
	color: #0066CC;
}
h5
{
	font-family: tahoma, arial, helvitica;
	font-size: 11pt;
	color: #0066CC;
}
.menutext
{
	font-family: tahoma, arial, helvitica;
	font-size: 11pt;
	color: #0066CC;
	font-weight: bold;
}
.menusubtext
{
	font-family: tahoma, arial, helvitica;
	font-size: 8pt;
	color: #0066CC;
	
}