div#container 
{
background: #ffffff;
width: 800px; 
padding: 0px 15px 15px 15px; 
overflow: hidden;     
} 
div#navigation 
{
float: left;
width: 150px;
overflow: hidden;
}
div#navigation p 
{
width: 150px;
margin: 0px;
border-bottom: 1px dotted; 
font-weight: bold;
}
div#content 
{
  float: right;
  width: 600px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; 
  overflow: hidden;
}
div#content p 
{
width: 600px;
margin: 0px;
border-bottom: 1px dotted; 
font-weight: bold;
}
div#content1
{
  float: right;
  width: 270px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; 
  overflow: hidden;
}
div#content1 p 
{
width: 270px;
margin: 0px;
border-bottom: 1px dotted; 
font-weight: bold;
}
div#content2
{
  float: right;
  width: 270px;
  margin: 0px 60px 0px 0px;
  padding: 0px 0px 0px 0px; 
  overflow: hidden;
}
div#content2 p 
{
width: 270px;
margin: 0px;
border-bottom: 1px dotted; 
font-weight: bold;
}
