#Menu {
	position:absolute; 
	left:5px; 
	top:5px; 
	width:165px;
	padding: 0;
	margin: 0;
}

#Content {
	position:absolute; 
	left:180px; 
	top:60px; 
	width:600px; 
	text-align: left;
}

#title-front
{
	position:absolute; 
	left:100px; 
	top:-50px; 	
}

#titles
{
	position:absolute; 
	left:-5px; 
	top:-50px; 	
}

body
{ 
	font-family : Arial, Helvetica, sans-serif; 
	font-size: 14px;
	background : #FFFFFF url('http://www.peacefulwaves.com/images/bkgnd/content_bk.jpg');
	color: #000000;
	margin: 0px;
	text-align: justify;
}

.bodytext
{ 
	font-size: 12px;
	text-align: justify;
}

.label
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

table
{
	font-size: 12px;
	background-color: transparent;
	color: #000000;
	padding: 0;
	margin: 0;
	text-align:center;
}

.highlight
{
	font-style: italic;
	background-color: transparent;
}

.info
{
	color: #000000;
	background-color: transparent;
}

.info_u
{
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

.errormsg
{
	color: #000000;
	background-color: transparent;
}

.success
{
	font-size: 18px;
	color: #000000;
	background-color: transparent;
}

.copyright
{
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	text-align: center;
}

A, A:link, A:visited, A:hover, A:active
{
	background-color: transparent;
	text-decoration: none;
}

A:hover, A.label:hover, A.info:hover 
{
	color: #000000;
}