body
{
    background-color: #000;
    margin: 0;
    padding: 0;
}
#header
{
    background-color: #000;
    color: white;
    font-family: Arial;
    font-size: 3em;
    height: 50px;
    margin: 0 0 10px 10px;
}
#nav
{
    background-color: #000;
    border-right: 1px solid #666;
    float: left;
    height: 100%;
    margin: 0px 0px 10px 10px;
    width: 200px;
}

#nav a{font-weight:bold; color:white;font-size:18px;font-family:Arial;}

.pic {border:1px solid #666; width:180px; height:135px;}

#nav ol
{
    color: white;
    font-family: Arial;
    font-size: 1em;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#nav ol li
{
    margin: 0px;
    padding: 2px;
}
#nav ol li
{
    background: gray;
    border-bottom: 1px solid white;
}
#nav ol li:before
{
    content: "\00BB\0020";
}
#nav ol li:last-child
{
    border: 0px;
}
#content
{
    height: 150px;
    margin: 0 30px 10px 220px;
}
#footer
{
    background-color: #666;
    clear: both;
    height: 50px;
    margin-bottom: 10px;
}
.box
{
    border: 1px solid #666;
    color: white;
    float: left;
    font-family: Verdana;
    font-size: small;
    margin: 0 7px 7px 0;
    text-align: center;
    width: 180px;
}
.box img
{
    border: 1px solid #666;
}
.box .sender_name
{
    font-weight: bold;
    margin: 3px 0 3px 0;
}
.box .sender_image img
{
    width: 160px;
    height:120px;
}
.box .sender_slogan
{
    font-weight: normal;
    margin: 3px 0 3px 0;
}
.box .box_footer
{
    margin: 3px auto;
    width: 150px;
}
.profilebox
{
    border: 1px solid #666;
    color: white;
    float: left;
    font-family: Verdana;
    font-size: small;
    margin: 0 7px 7px 0;
    text-align: center;
    width: 670px;
}
.profilebox .sender_name
{
    font-weight: bold;
    margin: 0 0 10px 0;
    background: gray;
    font-size: large;
    font-weight: bold;
    text-align: left;
    padding: 3px 0 3px 10px;

}

.profilebox .sender_image
{
    height:300px;
    width:320px;
    float:left;
    padding-left:10px;
}

.profilebox .sender_image img
{
    height: 240px;
    margin: 0px;
    padding: 0px;
    width: 320px;
}
.profilebox .sender_desc
{
    float: right;
    margin-left: 5px;
    text-align: left;
    width: 330px;
}
.profilebox .sender_desc p
{
    margin: 0px;
    padding-bottom: 10px;
}
.profilebox .sender_thumbs
{
	padding-left:10px;
    text-align: left;
    width: 100%;
}
.profilebox .sender_thumbs img
{
    padding: 0 20px 0 0px;
}

.profilebox button
{
    background-color: #000000;
    border: 3px red outset;
    color: white;
    cursor:pointer;cursor:hand;
    font: 20px Tahoma,Verdana,Arial;
    font-weight: bold;
    margin-top:10px;
    padding-left: 6px;
    padding-right: 6px;
    width: 320px;
    height:35px;
}

.profilebox .sender_desc_more { padding:10px; text-align:left;}

.other_profiles
{
    color: white;
    float:left;
    font-family: Verdana;
    font-size: small;
    margin: 0 7px 7px 0;
    text-align: center;
    width: 670px;
}

.other_profiles div {margin: 1px 1px 7px 1px; padding:3px 0 3px 0; border:1px solid #666;}
.other_profiles div a {color:white; text-decoration:none; font-weight:bold;}

.other_profiles div {width:130px; float:left;}
.other_profiles img {
    margin:2px;
}

.footer
{
    border: 1px solid #666;
    color: white;
    float:left;
    font-family: Verdana;
    font-size: small;
    margin: 0 7px 7px 0;
    text-align: center;
    width: 670px;
}
