#pagetitle {
	text-align: center;
	text-shadow: 1px 1px 1px #808080;
	font-size: 22px;
	font-family: serif;
}

#logo {
  padding: 50px;
  height: 350px;
  width: 350px;
}

#container {
  float: left;
  height: 400px;
  width: 400px;
  -moz-box-shadow: grey 2px 2px 1px;
  -webkit-box-shadow: grey 2px 2px 1px;
  border: solid black 2px;
}

#container2 {
  float: right;
  height: 400px;
  width: 400px;
  -moz-box-shadow: grey 2px 2px 1px;
  -webkit-box-shadow: grey 2px 2px 1px;
  border: solid black 2px;
}

#text1 {
	padding-bottom: 20px;
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#text2 {
	padding-bottom: 20px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

#text3 {
	padding-bottom: 20px;
	color: red;
	font-family: "Courier New", Courier, Monaco, monospace;
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1px;
}

#info {
  text-align: justify;
  padding-top: 20px;
	margin: 20px;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
