div.container
{
position:relative;
width: 900px;
margin:auto;
overflow:auto;
background-color: none;
}


div.header
{
position: relative;
height: 130px;
width: 900px;
background-color: none;
}

div.menu
{
position: relative;
float:left;
height: 600px;
width: 190px;
background-color: none;

}

div.content
{
position: relative;
float:right;
width: 710px;
background-color: none;
}

body,p,h1,h2,h3,h4,h5,h6,td
{
font-family: sans-serif,tahoma, Verdana, Arial, Helvetica;
line-height: 145%;
}

p,td,li
{
font-size: 13px;
}

