/* profile */
#profile {
    width: 540px;
    height: auto;
}

#profile table.left {
    float: left;
    width: 70%;
    height: auto;
    border: 1px solid #dcdcdc;
    border-collapse: separate; 
    border-spacing: 1px; 
}

#profile table.left tr td {
    padding: 3px 5px 3px 10px;
    vertical-align: top;
    border: 1px solid #dcdcdc;
	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
	font-size: 80%;
	line-height: 160%;
}

#profile table.left td.lt {
    width: 20%;
    background: #dcdcdc;
}

#profile table.right {
    float: right;
    width: 150px;
    height: auto;
    margin: -3px 0 0 5px;
	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
	font-size: 100%;
	line-height: 180%;
}

#prf {
    width: 145px;
    height: auto;
}

#prf .ph {
    border: 1px solid #ccc;
    padding: 2px;
}

#prf p.map {
    width: 150px;
    height: 55px;
    margin: 2px 0 10px 0;
    padding: 0;
    font-size: 95%;
	line-height: 160%;
    text-align: center;
    background: url(../profile/images/box.gif) no-repeat;
}

#prf table {
    width: 130px;
    height: 55px;
    font-size: 95%;
    text-align: left;
}

.center {
    width: 100%;
    text-align: center;
}
