@charset "utf-8";
/* CSS Document */

#all {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	height: 700px;
}
#header {
	height: 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	width: 790px;
}
#main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 490px;
	text-align: center;
	color: #FFFFFF;
}
#main h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
#main h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#mainNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../assets/button-back.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 790px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 100;
	color: #FF0000;
}
#mainPress {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 490px;
	text-align: center;
}
#poem     {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EEEEEE;
	height: 486px;
	overflow: auto;
	width: 320px;
	padding-left: 20px;
	float: right;
}
#poster {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 486px;
	width: 370px;
	padding-left: 12px;
	float: left;
	padding-top: 40px;
}
#spacer {
	height: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	width: 790px;
}
#footer {
	height: 16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	width: 790px;
	color: #FFFFFF;
}
#footer a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FF0000;
}
