#tout
{
margin:0 auto;
}
body
{
background:url(bg.png) repeat-x;
}
.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}

h2.title2
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:19px;
background:#dbe7f8;
color:000;
border: 1px solid #b7d2f2;
width:250px;
display:inline;
}


h4.description2
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
background:#f2f2f2;
color:000;
border: 1px solid #e5e5e5;
width:630px;

}
h2.title
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:19px;
background:#ffffd5;/*fef8e1*/
color:000;
border: 1px solid #ffc418;
width:250px;
display:inline;
}

h4.description
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
background:#dbe7f8;
color:000;
border: 1px solid #b7d2f2;
width:630px;

}
a.link_porfolio
{
text-decoration:none;
border: 1px solid #6b91d3;
background:#dbe7f8;
color:#333333;
}
a.link_porfolio:hover
{
text-decoration:none;
border: 1px solid black;
background:#dbe7f8;
color:#333333;
text-decoration:none;
}
a.link_porfolio:active
{
text-decoration:none;
border: 1px solid #6b91d3;
background:#6b91d3;
color:#333333;
text-decoration:none;
}

#portfolio
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
background:#f2f2f2;
color:000;
border: 1px solid #e5e5e5;
width:100%;
height:80px;
text-align:center;
}
a.webdesign
{
text-decoration:none;
color:#6b91d3;
}
a.webdesign:hover
{
text-decoration:underline;
color:#dbe7f8;
}