.alphabet {
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
}

.alphabet td{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.alphabet img  {
	border: none;
}
.letter {
	background-color: #F7F8F3;
	padding: 4px;
	display: block;
	border: 1px dashed #009900;
	margin-bottom: 4px;
	height: 100px;
}
.letter h2 {
	font-weight: bold;
	font-size: 0.6em;
	margin-bottom: -18px;
}
.letter p {
	padding: 4px;
	margin-bottom: 0px;
}
.letter img {
	float: left;
	margin-right: 4px;
}

#MainImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#Map {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: none;
}
#didyouknow {
	padding: 10px;
	font-family: "Courier New", Courier, mono;
	border: 4px dashed #009900;
	background-image: url(../images/a-z/question-mark.gif);
	background-position: center center;
}
#didyouknow ul{
	font-size: 0.8em;
}
#didyouknow li{
	list-style-image: url(../images/a-z/fact.gif);
	margin-bottom: 4px;
}
#didyouknow h1 {
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0px;
}
#SpeechBubble {
	background-image: url(../images/a-z/speech-bubble2.gif);
	height: 150px;
	width: 270px;
	float: right;
}
#SpeechBubble .info {
	font-size: 1.0em;
	color: #FFFFFF;
	padding-left: 50px;
	padding-top: 4px;
	margin-right: 10px;
}
#SpeechBubble .info a:link, #SpeechBubble .info  a:visted, #SpeechBubble .info  a:active {
	color: #FFFFFF;
}
#Facts {
	clear: both;
}

#Title {
	width: 490px;
}

