  body
  { margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 12px;
  }

  p
  { text-align: justify;
  }

  #page
  { position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 5px;
    width: 800px;
  }

  #header
  { height: 210px;
	color: #777777;
    background-image: url('images/header.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }

  #google_search_form
  { padding: 165px 0px 0px 333px;
  }

  #header h1
  { margin: 0px;
    padding: 30px 0px 0px 350px;
    font-size: 24px;
    line-height: 24px;
	text-align: left;
  }

  #content
  { float: left;
  }

  #content h1
  { margin: 0px;
    padding: 3px;
    font-size: 20px;
    line-height: 20px;
    color: #444444;
  }

  #center h2
  { text-align: left;
    padding: 10px 0px 0px 20px;
	font-size: 16px;
	height: 28px;
  }

  a.add
  { background-image: url('images/plus.png');
    background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 2px 0px 8px 30px;
    line-height: 22px;
    height: 22px;
  }

  a.add:hover
  { background-image: url('images/plusO.png');
  }

  .right
  { text-align: right;
  }

  h2
  { text-align: center;
    color: #444444;
  }

  #main
  { float: left;
  }

  .admin_action
  { text-decoration: none;
  }

  .admin_action img
  { border: none;
  }

  #left
  { float: left;
    width: 190px;
  }

  #left h2
  { font-size: 12px;
    text-align: left;
    color: #777777;
    margin: 10px 0px 5px 15px;
  }

  #left a.small
  { font-size: 10px;
  }

  .menu
  { list-style-type: none;
    width: 150px;
    padding-left: 15px;
    border: solid 1px #c0c0c0;
    margin: 0px 10px 10px 0px;
  }

  .menu li
  { margin: 5px;
  }

  .menu li a, #left a
  { text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #383888;
  }

  .menu li a:hover, #left a:hover
  { color: #c0c0c0;
  }

  #google_parrain
  { width: 190px;
  }

  #center
  { float: left;
    padding: 10px;
    width: 550px;
  }

  #message
  { text-align: center;
    border: solid 1px #c0c0c0;
    background-color: #CAE0EF;
  }

  #center table
  { margin-top: 10px;
    width: 100%;
  }

  #center table tr, #center table th, #center table td
  { padding: 3px 10px 3px 10px;
    border: solid 1px #999999;
  }

  #center table th
  { background-color: #c0c0c0;
  }

  #center a.order
  { text-decoration: none;
  }

  #center a.order img
  { border: none;
  }

  #footer
  { clear: both;
	color: #777777;
    border-top: solid 1px #c0c0c0;
    text-align: right;
    color: #444444;
  }
