@charset "utf-8";




/* about banner box with background image */


#banner_about{
height: 125px;
width: 900px;
background-image: url(..//images/banner_about.png);
background-repeat: no-repeat;
border-bottom: 2px solid #161616;
}









/* about panel_id1 content box styles */


#info_serv{
margin: 0 auto 0 auto;
height: 200px;
width: 750px;
text-align: center;
}

h2.infoserv{
font-size:14px;
padding: 15px 0 0 0;
font-weight: bold;
color: #5E258C;
}

p.infoserv{
padding: 15px 0 0 0;
font-size:12px;
}








/* about panel_id2 content box styles */


#info_skills{
margin: 30px auto 0 auto;
height: 200px;
width: 750px;
background-image: url(..//images/skills.png);
background-repeat: no-repeat;
}

h2.infoskills{
font-size:14px;
padding: 15px 0 0 0;
font-weight: bold;
color: #5E258C;
text-align: center;
}












