/* You Mislaid My Secrets - CSS */

body {
	background-color: #000000;
	background-image:url(../img/pagebckgrd.jpg);
	background-position:centre, top;
	background-repeat: repeat-x;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 12pt;
	text-decoration: emphasis;
	color:#CCCCCC;
}

h1, h2, h3 {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 14pt;
	font-weight:bold;
	font-style: normal;
}

a:link {
	color: #DDDDDD;
	text-decoration: none;
	font-style: normal;
}
a:visited {
	text-decoration: none;
	font-style: normal;
	color: #DDDDDD;
}
a:hover {
	text-decoration: none;
	font-style: normal;
	color: #1233F9;
}
a:active {
	text-decoration: none;
	font-style: normal;
	color: #DDDDDD;
}

ul {
	list-style-type: none;
	padding-left:15px;
}

li {
	padding-top:3px;
}

#wide-page  {
	margin: 0px;
	width: 100%;
	height: 100%;
}

#page {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}

#header {
	height: 40px;
	width: 740px;
}

#head-title {
	float: left;
	width: 300px;
	height: 40px;
	padding-left:75px;
	padding-top:5px;
	padding-bottom:5px;
}

#head-img {
	float: right;
	width: 200px;
	height: 40px;
	text-align: right;
	padding:2px;
}

#main {
	width: 100%;
}

#illustration {
	width: 400px;
	float: left;
	padding-top: 50px;
}

#content {
	width: 350px;
	float: right;
}

#poem-title {
	padding-top: 35px;
	padding-left: 30px;
}

#poem {
	padding-top: 25px;
	padding-left: 30px;
}

#main-text {
	padding-top: 50px;
	padding-left: 30px;
}

#navigation {
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
}

#footer {
	clear: both;
	width: 100%;
	height: 100px;
}

.highlight {
	font-style: normal;
}
