body {

    background: white;

    padding: 0;

    margin: 0;

}



img {

    border-width: 0;

}



* {

    font-family: Arial, sans-serif;

    font-size: 11px;

    color: black;

}



a {

  font-size: 10px;

  text-decoration: none;

}



#wrapper {

    width: 700px;

    height: 400px;

    margin-left: auto;

    margin-right: auto;

    margin-top: 20px;

    border: 1px solid #BFBFBF;

}



#left {

	float: left;

	width: 420px;

	height: 320px;

   background: url('images/bg_left.jpg') top left no-repeat;

}



#content {

  float: left;

  padding-top: 10px;

  width: 279px;

  height: 310px;

  border-left: 1px solid #CCCCCC;

}



#content p {

  margin: 0 0 5px 40px;

}



#content img {

  margin-top: 10px;

}



#footer {

	float: left;

	width: 700px;

	height: 82px;

   background: url('images/bg_footer.jpg') top left no-repeat;

}



#footer p {

  float: left;

  font-size: 10px;

  color: #969696;

  margin: 65px 0 0 3px;

}



#footer table {

  float: right;

  margin: 20px 3px 0 0;

}



.pad {

  padding-right: 10px;

}



#footer_end p, #footer_end a {

  font-size: 10px;

  color: #9C9B9B;

  margin: 20px 0 0 0;

}