body {
  background: #fff;
  margin: 0px 0px 0px 20px;
  font-size: 0.8em;
  font-family: verdana;
  color: #ee1c24; /* all red fonts' color */
}

a {
  color: #ee1c24; /* all red fonts' color */
  text-decoration: none;
}

#page {
  background: #fff;
  margin: 25px 0px 0px 0px;
  width: 950px;
  height: 300px;
}

#logo {
  background: #fff;
  padding-left: 10px;
}

#menu {
  margin-top: 20px;
  padding-bottom: 10px;
  margin-left: -15px;
  padding-left: 30px;
}

#menu ul, li{
  display:inline;
  background: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 30px; /* the space between mainmenu options */
}

#menu ul li a {
  display: block;
  float: left;
}

#info {
  background: #ee1c24;
  width: 489px;
  height: 385px;
  padding: 15px;
  float: left;
  color: #fff;
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 15px;
}

#info a {
  color: #fff; /* all red fonts' color */
  text-decoration: underline;
  font-style: italic;
}


.square {
  margin-left: 15px;
  margin-bottom: 15px;
  background: #340;
  width: 200px;
  height: 200px;
  display: inline;
  float: right;
}

.face {
  clear: left;
  width: 200px;
  height: 200px; 
}

#bottom {
  margin-left: -30px;
}

#bottom ul, #bottom li {
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 200px;
}


/*
 * FORM PROPERTIES
 */ 
form {
  margin: 0px;
  font-size: 0.8em;
}

.input {
  border: 1px solid #900;
  margin-bottom: 0.6em;
  width: 12em;
}

.btn {
  border: 1px solid #b00;
  border-right: #500;
  border-bottom: #500;
} 
