/* desig layout */

*
{
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body
{
  background-color: #F5F5F5;
}

#frameouter
{
  width: 950px;
  text-align: left;
}

#header
{
  width: 950px;
  height: 200px;
  display: block;
  background: url('../img/bg_head.jpg') no-repeat;
}

#content
{
  width: 950px;
  height: 500px;
  display: block;
  background: url('../img/bg_content.jpg') no-repeat;
}

#sideLeft
{
  width: 625px;
  display: block;
  float: left;
  margin-top: 15px;
}

#sideRight
{
  width: 325px;
  display: block;
  float: left;
  margin-top: 15px;
}

#footer
{
  width: 950px;
  height: 80px;
  clear: both;
  display: block;
  background: url('../img/bg_foot.jpg') no-repeat;
  color: #336699;
  padding-top: 20px;
}

