body 	{background-image: url(wave3.jpg);
	background-repeat: repeat-x;
}

#container	{width: 800px; 
		height: 500px; 
		position: relative;
		margin-left: auto;
		margin-right: auto;
		top: 20px;
		background-image: url(back1.gif);
}
#logo	{position: absolute;
	top: 10px;
	left: 0px;
	width: 800px;
	height: 80px;
}
#logoimg {position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 276px;
	height:	77px;
}
#links	{position: absolute;
	top: 100px;
	left: 0px;
	z-index: 1;
}
a:link	{color: #000000; text-decoration: none;}
a:visited	{color: #000000; text-decoration: none;}
a:active	{color: #000000; text-decoration: none;}
a:hover	{color: #000000; font-weight: bold; text-decoration: none;}

td	{width: 200px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	color: #000000;	
}
#top	{position: absolute;
	top: 120px;
	left: 0px;
	width: 800px;
	height: 139px;
	border-top: 1px solid #000000;
	z-index: 2;
}
#text	{position: absolute;
	top: 280px;
	left: 0px;
	width: 800px;
	height: 500px;	
}
#content {position: absolute;
	top: 5px;
	left: 200px;
	width: 400px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
