/* 
    Document   : twb
    Created on : Nov 1, 2009, 10:47:10 AM
    Author     : owner
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:black;
text-align: center;
width:auto;
height: auto;
margin: auto;
padding:10px;
}
 table{
border: 1px solid purple;
width:850px;
}

td{
    padding: 10px;
}
/*a{text-decoration:none}*/
li{color:purple;
   font-weight:bold
  }
.wrapper
{
 width:1200px;
 height:auto;
 border:gray solid 1px;
 margin:  5px 3% 0px 3%;
float:left;
}
.header
{
width:100%;
height:120px;
border-bottom:gray solid 1px;
background-image:url('images/bk.png');
background-repeat:repeat-y;
float:left;
}
.container
{
width:100%;
height:auto;
border-left:gray solid 0px;
float:left;
}
.left
{
 width:80%;
 height:auto;
 border-right:gray solid 0px;
 float:left;
}
.right
{
 width:18%;
 height:auto;
 padding-left:10px;
 border-left:gray solid 0px;
 text-align: center;
 float:left;
}
.footer
{
  width:100%;
  border-top:gray solid 1px;
  height:auto;
  padding-top:20px;
  background-image:url('images/bk.png');
  color:white;
  text-align: center;
  font-size:12px;
  float:left;

}

