#lefttop{
position:absolute;
left:25px;
top: 30px;
width: 160px;  /* needs to be wide enough for adsense */
height: 200px;
padding-left: 5px;
/*background-color: red;*/
font-family:arial;
}
#left{
position:absolute;
left:25px;
top: 231px;
width: 170px;  /* needs to be wide enough for adsense */
height: 600px;
padding-left: 5px;
/*background-color: purple;*/ 

}
#center{
position:absolute;
left:205px;    /* look at # left,,, 165 + 5 + 5 = 275 */
top: 30px;
width: 751px;
/*height: 285px;*/
/* background-color: black;*/ 
}

#righttop{
position:absolute;
left:980px;    /* look at # left,,, 165 + 5 + 5 = 275 */
top: 30px;
width: 200px;
background-color: black;
color: white;
}


#index_table
	
{	
width: 750px;
background-color: white;
border: 1px ;
border-spacing: 0px 0px;
color:black
}


#index_table_header
{	
background-color: black;
color:white
}


#index_table_header
{	
background-color: black;
color:white
}

#profile_table
	
{	
width: 550px;
/*background-color: black;*/
/*border: 1px solid black;*/
color: white
}

#sendpwd_table
	
{	
width: 200px;
/*background-color: black;*/
/*border: 1px solid black;*/
color: black
}

#td_border
{
border: 1px solid gray;
text-align: center
}

#td_border_left
{
border: 1px solid gray;
text-align: left;
font-family:arial;
font-size:12px
}

body{
background-color: black;
font-family:arial;
color: white;
}

a{
color: white;
}

#a_blue{
color: blue;
}

.ads1{

font-family:arial;
color: white;
font-size:11px
}

.ads2{

font-family:arial;
color: gray;
font-size:10px
}




.txt_center{
	text-align:center
}

.txt_left{
	text-align:left
}

