/**
 * Misc CSS file
 * @author  George Alin Costea
 * @company Advocy
 * @version 1.0
 * @CSSVER  2
 * @IEHACKS 0
 */

*         { padding: 0px; margin: 0px; border-style: none; color: black; font-size: 0px;
            font-family: sans-serif, Arial; text-align: left; }
body      { margin:auto; text-align:center; background-color:#161616;
            background-image:url(../img/grad_bg.png); background-position:0% 0%;
            background-repeat:repeat-x; }

.block    { display:block; }

.text1    { font-size:10px; font-weight:normal; color:black; padding:2px;
            border:solid 1px black; margin:0px 0px 5px 20px; width:165px; }
	    
.iTxt2    { font-size:10px; border: solid 1px gray; width: 200px; }
.iTxtA    { font-size:10px; border: solid 1px gray; width: 300px; height: 100px; }
.iBut2    { font-size:10px; border-style: outset; float: right; margin: 5px 0px 0px 0px; }

#people1  { float:left; clear:left; margin:0px 20px 10px 0px; }