@charset "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
}
body                {
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #a0552d;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	margin-top: 15px;
	border: solid 1px #000080;
}
#header {
	background-color: #0194a6;
	background-image: url(../i/TMP_header_Logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 96px;
	border-bottom: solid 1px 000080;
}
#navigation {
	background-color: #9cc;
	border-bottom: solid 1px #000080;
	height: 35px;
	padding-left: 15px;
}
#footer {
	color: #000;
	font-size: 10px;
	background-color: #0194a6;
	text-align: center;
	line-height: 1.25em;
	padding: 10px;
	border-top: solid 1px #000080;
}
#mainContent {
	padding: 20px;
}
h1    {
	color: #0194a6;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	color: #0194a6;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3  {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
}
h4  { 
	color: #000; 
	font-size: 14px; 
	font-weight: normal; 
	line-height: 1em; 
}
.text-center { 
	color: #000; 
	font-size: 13px; 
	line-height: 1.5em; 
	text-align: center; 
}
a { 
	color: #036; 
	text-decoration: none;
}
a:hover { 
	color: #036; 
	text-decoration: underline; 
}
.dark-link { 
	color: #add8e6; 
	text-decoration: none; 
}
#mainContent img {
	margin-left: 180px;
	margin-bottom: 10px;
	border: 10px solid #0194A7;
}
#mainContent p { 
	color: #000; 
	font-size: 13px; 
	line-height: 1.5em; 
	text-align: left; 
	text-indent: 10px
}
#dedication {
	margin: 20px auto 0 auto;
	position: relative;
	font-size: 12px; 
	font-family: serif; 
	font-style: italic; 
	line-height: 1.75em; 
	background-color: #ccc; 
	text-align: center; 
	padding: 10px; 
	width: 250px; 
	border: solid 1px #000 
}
#filmList  {
	list-style-type: none;
	color: #000; 
	font-size: 13px; 
	line-height: 1.5em; 
	text-align: left; 
}
#mainContent img {
	float: right;
	margin: 5px;
	border: 0;
}
#filmList li {
	display: block;
	padding-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #0194A6;
	border-right-color: #0194A6;
	border-bottom-color: #0194A6;
	border-left-color: #0194A6;
	padding-bottom: 8px;
}
p {
	margin-bottom: 10px;
	font-size: 13px; 
	line-height: 1.5em; 
	text-align: left; 
	text-indent: 10px;
}
.back-top {
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}
.poemBlock {
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}

.copyright   {
	color: #333;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	text-indent: 10px;
	display: block;
}

ul.support {
	list-style-type: none;
}
ul.support li {
	display: block;
	border: 1px dotted #999999;
	padding: 5px 0 0 5px;
	margin: 10px 0;
}
.othersOpinions {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
