
#main 
{
  width:830px;
}


#content 
{
  float:left;
  margin-top:20px;
}


#left_image
{ 
  float:left;
  width:60px;
  height:350px;
}

#middle_content
{ 
  float:left;
  width:160px;
  height:350px;
}


#content_title
{ 
  margin-top:20px;
}

#content_text
{ 
  padding:15px 10px 10px 10px;
}

#right_image
{ 
  float:right;
  width:600px;
  height:350px;
}


#footer
{ 
  clear:both;
  padding-top:30px;
}