/* Generated by KompoZer */
body {
  font-family: Trebuchet MS;
  font-size: 11pt;
  background-color: #cccccc;
}
#page {
  margin: auto;
  font-family: Trebuchet MS;
  font-weight: normal;
  font-style: normal;
  font-size: 11pt;
  background-color: white;
  width: 1000px;
  height: 700px;
}
#Q {
  background-color: white;
  float: left;
  width: 450px;
  height: 700px;
  background-image: url(Q.jpg);
  background-position: left top;
}
#login {
  border: 1px solid #870000;
  float: left;
  width: 300px;
  min-height: 100px;
  margin-left: 90px;
  margin-top: 250px;
  background-color: #dcb7b4;
  text-align: center;
}
#login table {
  width: 160px;
  margin-top: 5px;
  margin-left: 20px;
  text-align: left;
}
#login table input {
  border: 1px solid #870000;
  width: 70px;
  background-color: white;
}
#login .button {
  border: 1px solid #870000;
  float: right;
  margin-right: 20px;
  background-color: white;
  margin-top: 5px;
}
#login .button:hover {
  background-color: #870000;
  color: white;
}

#login a {
    color: black;
}

#logout{
	float: right;
	margin-top: 660px;
	margin-right: 20px;
}

#logout a{
	background: white;
	border: 1px solid #870000;
	text-decoration: none;
	padding: 3px;
}

#logout a:hover{
	background: #870000;
	color: white;
}

