body
{
	height: 100%;
	background: #000000 url('../_files/bg02.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	text-align: center;
	min-width: 1000px;
}

#container{
	margin: 0 auto;
	width: 1000px;
}

.menu {
	background: url('../_files/menu01.png');
	background-position: center top;
	background-repeat: repeat-x;
	height: 55px;
	text-align: center;
}

.profile-main
{	
	width: 980px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px 0px 20px 0px;
	font-family: Tahoma, Verdana;
	font-size: 18px;
	color: #333333;
	line-height: normal;
	filter: alpha(opacity=90); /* ie */
	-moz-opacity: .9; /* mozilla */
	background: #EEEEEE;
	border: 4px solid #CCCCCC;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 20px;    
}

.normal
{
	position:relative;
    -moz-opacity:1;
}	

.bottom-links
{	
	width: 980px;
	margin-top: 6px;
	margin-bottom: 20px;
	padding: 6px 0px 0px 0px;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #333333;
	line-height: normal;
	filter: alpha(opacity=90); /* ie */
	-moz-opacity: .9; /* mozilla */	
	background: #EEEEEE;
	border: 4px solid #CCCCCC;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 20px;    
}

A:link, A:visited {color: #000000;}
A:active,A:hover {color: #4C6474;}

H1 {font: bold 18px Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; }

TD { font-size: 18px; font-family: Arial, Helvetica, sans-serif; }