body{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: url("images/layout/header_background.png") top repeat-x #000;
    color: #D0D0D0;
}

img{
    border: 0px;
}

th{
    text-align: left;
    padding-right: 20px;
}

a:link, a:visited{
    color: #FFF;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

#Layout{
    margin: 10px auto;
    width: 900px;
}

#Header{
    display: block;
    padding: 0px 0px 20px 0px;
    height: 60px;
    text-align: center;
    font-size: 16px;
}

#Content{
    display: block;
    width: 900px;
    margin: 0px auto;
    border-width: 0px 1px;
    border-style: solid;
    border-color: #808080;
}

#GalleryThumbs{
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    display: block;
    height: 85px;
    overflow: hidden;
    border-bottom: 1px solid #808080;
}

#Picture{
    display: block;
    width: 50%;
    float: left;
    text-align: center;
}

#ProfileTitle{
    display: block;
    text-align: left;
    padding-left: 10px;
}

#ProfilePicture{
    display: block;
    text-align: center;
}

#ProfileContent{
    margin-top: 10px;
    padding: 10px;
    display: block;
    color: #FFF;
    font-weight: bold;
}

#ProfileDescription{
    margin-top: 47px;
    display: block;
    width: 50%;
    float: right;
}

#Footer{
    margin-bottom: 10px;
    text-align: center;
}

.breakline{
    margin: 10px 0px;
    display: block;
    height: 18px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #585858;
    background: #343434;
}

.GalleryProfile{
    margin: 5px;
    display: block;
    width: 140px;
    float: left;
}

.GalleryPicture{
    margin-bottom: 5px;
    display: block;
    width: 140px;
    height: 187px;
    background: #808080;
    border: 1px solid #CCC;
    overflow: hidden;
}

.GalleryName{
    text-align: center;
}

.GalleryThumbnail{
    display: block;
    width: 80px;
    height: 80px;
    margin: 5px;
    float: left;
    text-align: center;
}

.GalleryThumbnail:hover{
    cursor: pointer;
}


#Title{
    font-size: 10px;
}
