/* 


  Theme Name: eVenda.it
  Author: Rowen Ravera

*/


body{
          margin:0px;
          padding:0px;
          color:#00ff00;
          background:#c6c999;
          font-size:70%;
          font-family:Arial,Helvetica,sans-serif;
          }





                    /**********	Images ************/

img {
          margin: 0px;
          padding:0px;
          border: none;
          display:block;
          }

img a{
          border: none;
          }

                    /**********	Structure ************/
          #return {
          text-align:left;
          width:100%;
          height:100%;
          color:#66CC00;
          background:#fff;
          margin:0px; 
          padding:0px; 
          }
          #return a{
          text-decoration:underline;
          color:#66CC00;
          }
#header{
          margin:0 auto 0;
          padding:10px;
          width:750px;
          }

#main{
          margin:0 auto 0;
          padding:0px 0px 10px 0px;
          width:745px;
          height:646px;
          text-align:center;
          }
#content{
          margin:0 auto 0;
          width:355px;
          height:266px;
          background:transparent;
          z-index:1;
          position:absolute;
          top:164px;
          left:32%;
          text-align:left;
          overflow:hidden;
          }
.right{
          float:right;
          }
.left{
          float:left;
          }

#footer{
          margin:0 auto 0;
          width:750px;
          text-align:center;
          color:#fff;
          }
          #footer ol {
                    list-style-type: decimal-leading-zero;
                    font-weight:bold;
                    margin:5px 0px 10px 0px;
                    padding:0px;
                    }
          #footer li {
                    display:inline;
                    margin:0px 0px 0px 20px;
                    overflow:hidden;
                    padding:0px;
                    }
          #footer li a {
                    color:#fff;
                    text-decoration:none;
                    }
          #footer li a:hover {
                    text-decoration:underline;
                    }
