???body
{
    background-color: Transparent;
    margin: 0px;
    padding: 0px;
}

a {
	color: #C27503;
	text-decoration: none;
}
a:hover { 
	cursor: pointer; 
	text-decoration: underline;
}

#childProfile
{
    font-family: Arial;
    color: #45505E;
    height: 200px; 
    width: 280px;
}

#childProfileText
{
    float: left;
    margin-left: 5px;
}

#childImage
{
    Background: transparent url('../../images/base/frame125x185.png') no-repeat 0 0;
    height: 185px;
    width: 125px;
    float: left;
}

#childImage img
{
    height: 174px;
    width: 115px;
    margin: 1px 0 0 1px;
}

#childProfileText .name
{
    Font-family: arial;
    Color: #C17304;
    Font-weight: bold;
    Font-size: 12px;
    Line-height: 1.5em;    
}

#childProfileText .country
{
    Font-family: arial;
    Color: #45505E;
    Font-style: italic;
    Font-size: 12px;
    Line-height: 1.5em;
}

#childProfileText .links
{
    position: relative;
    margin-top: -5px;
    *margin-top: -15px;
    line-height: 13.5pt;
}

#childProfileText .links ul
{
    Color: #C17304;
    Font-family: arial;
    Font-size: 11px;
    Text-transform: uppercase;
    List-style-image: url('../../images/base/arrowbrwn.png');
    List-style-type: none;
    position: relative;
    left: -20px;
}

#childProfileText .links a,
#childProfileText .links a:visited,
#childProfileText .links a:active
{
    Text-decoration: none;
}
#childProfileText .links a:hover
{
    Text-decoration: underline;
}