@charset "utf-8";
/* CSS Document */

#welcome{
float:left;
border-top:1px #ae0107 dotted;
border-bottom:1px #ae0107 dotted;
padding:10px 0;
width:250px;
height:auto;
}
#welcome h1, #welcome p{
color:#ae0107;
}
#latest_event{
float:right;
clear:right;
width:155px;
padding:10px 25px 10px 20px;
height:auto;
background-image:url(../images/bg-latest-event.png);
background-repeat:repeat-y;
}
#latest_event img{
background-color:#ffffff;
padding:3px;
border:3px solid #b9b9b9;
margin-bottom:5px;
}
.index_content{
margin-top:10px;
width:250px;
clear:left;
float:left;
border-bottom:1px dotted gray;
}
.index_link{
text-align:right;
}
.text_block{
margin-top:10px;
padding:5px;
background-color:#fdfff7;
border:1px solid #dadcd3;
}
.testi_name{
position:relative;
left:400px;
font-style:italic;
}
.thumbnails img{
border:1px solid #dadcd3;
padding:2px;
margin:1px;
}
.instructor{
clear:both;
}
.instructor img{
background-color:#FEE78B;
border:1px solid #ae0107;
padding:5px;
float:left;
margin-right:5px;
}
.instructor p{
float:left;
width:370px;
margin-bottom:20px;
}
.instructor h1{
margin-bottom:5px;
}