@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #000000;
}
h1 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F1D23;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #003399;
}
a:active {
	color: #FF6600;
}
.oneColFixCtr #container {
	width: 1018px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 703px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(pics/POEMusicalBknd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #mainContent {
	height: 300px;
	overflow: auto;
	width: 565px;
	position: relative;
	top: 200px;
	left: 120px;
}
.oneColFixCtr #container #mainContent p {
	padding-right: 50px;
}
.oneColFixCtr #container #mainContent h1 {
	margin-top: 0px;
}
.oneColFixCtr #container #Navigation {
	position: relative;
	top: 177px;
	width: 868px;
	height: 37px;
	left: 89px;
}

.oneColFixCtr #container #News {
	height: 425px;
	width: 222px;
	float: left;
	left: 90px;
	top: 180px;
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtr #container #News #NewsText {
	color: #FF9900;
	font-size: 14px;
	text-align: center;
	margin-bottom: 0px;
}
.oneColFixCtr #container #News #NewsText img {
	margin-bottom: 20px;
}
.oneColFixCtr #container #News #NewsText #WorldPremiere {
	margin-bottom: 100px;
	margin-top: -10px;
}
.oneColFixCtr #container #News #NewsText p {
	margin-bottom: -5px;
}
.oneColFixCtr #container #News #NewsText a {
	color: #FF9900;
}
.oneColFixCtr  #container  #News  #language  {
	margin-left: 5px;
	margin-top: 20px;
}
.oneColFixCtr #container #mainContent #POEAlbum {
	float: left;
	margin-bottom: 10px;
	width: 500px;
}
.oneColFixCtr #container #mainContent #POEAlbum img {
	margin-left: 20px;
}
.oneColFixCtr #container #mainContent #ProjectNeverWas {
	float: left;
	width: 500px;
	margin-bottom: 10px;
}
.oneColFixCtr #container #mainContent #ProjectNeverWas img {
	margin-left: 20px;
}
.oneColFixCtr #container #mainContent #POEMoreTales {
	float: left;
	width: 500px;
}
.oneColFixCtr #container #mainContent #POEMoreTales img {
	margin-left: 20px;
}
.oneColFixCtr #container #mainContent #EdgarAllanPoe {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.oneColFixCtr #container #mainContent #Clear {
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #credits {
	font-size: 11px;
	color: #333333;
	text-align: center;
}
.oneColFixCtr #credits a {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtr #container #News #NewsText #gallissas {
	padding-top: 120px;
}
