/*----------------------------------------------------------
This css files created by UniSoftCo.com
20/06/2012
File Name: Layout2.css
----------------------------------------------------------*/

.uniWrapper {
   display: table-row;
}

#uniLeft {
   display: table-cell;
   vertical-align: top;
   width: 25%;
   background-color:#F3F3F3;
   padding:5px;
   text-align: center;
}
#uniContent {
   display: table-cell;
   vertical-align: top;
   width: 75%;
   padding:5px;
}
