@charset "utf-8";
/* CSS Document */

html, body{
width: 100%;
height: 100%;
margin: 0;
}

img{
border: 0;
}

a{
color: #6BA80A;
text-decoration: underline;
}

a:hover{
color: #6BA80A;
text-decoration: none;
}


h1{
font-family: "Trebuchet MS", Verdana;
font-size: 17px;
line-height: 21px;
color: #6bA80A;
}

p{
font-family: "Trebuchet MS", Verdana;
font-size: 12px;
line-height: 21px;
color: #666666;
}

.name{
font-family: "Trebuchet MS", Verdana;
font-size: 18px;
font-weight: bold;
line-height: 26px;
color: #25728E;
}
.function{
font-family: "Trebuchet MS", Verdana;
font-size: 14px;
font-weight: bold;
line-height: 24px;
color: #6BA80A;
}
.company{
font-family: "Trebuchet MS", Verdana;
font-size: 12px;
font-weight: bold;
line-height: 24px;
color: #25728E;
}
.coontact{
font-family: "Trebuchet MS", Verdana;
font-size: 10px;
lin
color: #25728E;
}
.aboutme{
font-family: "Trebuchet MS", Verdana;
font-size: 12px;
line-height: 21px;
color: #666666;
}
div.header{
width: 100%;
height: 260px;
background-image: url(../images/bg_pattern_header.gif);
position: relative;
}

table.content{
width: 100%;

}

div.members{

}

div.members_title{
}

div.members_thumbs{
padding-top: 20px;
}
div.thumb{
float: left;
margin: 9px;
}
div.about_member{
padding-left: 20px;

}

div.about{
width: 350px;
background-color: #E5E5E5;


}
div.about_title{
background-color: #000;

}

div.about_content{
padding: 15px;
}

img.thumb{
margin: 5px;
}