#photoblock{
    width: 325px;
		height: 400px;
    overflow: auto;
    border: 1px solid #888888;
    margin: 0px;
    padding-bottom: 5px;
    position: absolute;
    left: 30px;
    top: 20px;
}

.photo{
    width: 75px;
    height: 75px;
    display: block;
    float: left;
    border: 1px solid #aaaaaa;
    margin: 1px;
}
.photo img{
    margin: 0px;
    padding: 0px;
}
#maintext{
    padding-top: 10px;
    font-size: 12px;
    position: absolute;
    top: 20px;
    left: 500px;
    overflow: hidden;
    font-family: arial;
}
#maintext h2{
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    color:  #ea0678;
}
#maintext h3{
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    background-color: #ffffff;
    color:  #ea0678;
}
#maintext p{
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
		color: #666666;
}
#photo{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#teamtitle{
    position: absolute;
    left: 190px;
    top: 40px;
}