
/*Portfolio Style START*/
.portfoliocontainer{
height:500px; width:850px; vertical-align:top;  
}

.portfolioentry{
margin-left:0px; 
width:425px; 
text-align:left;
border:1px solid #999999;
background-color:#FFFFFF;
}

.portfolioentry:hover{
background-color:#FFFFFF;
background-image: url('../images/portfolio/gray.png') ;
background-repeat: repeat-x;
}

.readmore { 
height:31px; width:137px;
background-image: url('../images/morelink2.gif');
background-repeat:no-repeat;}

.readmore img{ border:none;}

.peLeft{ width:200px; float:left;}

.peRight{ float:right; margin-left:12px; margin-top:10px; width:200px;}
.peRight h1{ font-size:medium; margin:0px;}
.peRight h2{ font-size:x-small; margin:0px;}
.peRight p{ font-size: small; width:160px; margin:0px; text-align:left;}

/*Portfolio Style END*/