/* stylesheet for Touche-soft software website */

body{
     background: url("../graphics/background.jpg") repeat-x top;
     
}

div.main-block{
     width:800px;
     margin-left:auto;
     margin-right:auto;
     color:#206020;
}

div.left-col{
     width:150px;
     margin-left:5px;
     color:#206020;
     float:left;
}

div.right-col{
     width:630px;
     margin-left:5px;
     margin-right:5px;
     color:#206020;
     float:left;
     display:inline;
}

div.box{
     width:620px;
     height:auto;
     padding-left:10px;
     border-top:1px solid #206020;
     border-right:1px solid #206020;
     border-left:1px solid #206020;
     border-bottom:1px solid #206020;
}

h1{
     font-size:1.2em;
     color:#206020;
     font-weight:600
}

h2{
     font-size:1.0em;
     color:#206020;
     font-weight:normal;
     text-decoration:underline;
}

h3{
     font-size:1.0em;
     color:#206020;
     font-weight:normal;
}

p.standard{
     font-family:Verdana, Arial, Sans;
     font-size:0.75em;
     color:#206020;
}

li.standard{
     font-family:Verdana, Arial, Sans;
     font-size:0.75em;
     color:#206020;
}

span.menu-font{
     font-family:Verdana, Arial, Sans;
     font-size:0.75em;
     color:#206020;
}

a.no_underline{
     text-decoration:none;
}