html, body {
	height:100%;
	}

body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: #ffc url(/eleanor/img/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font: 12px/18px verdana, arial, helvetica, sans-serif;
	}

p 	{
	color: #636;
	margin: 10px 20px;
	}

ol 	{
	color: #636;
	list-style: inside;
	margin: 10px 20px;
	padding-left: 20px;
	}

p a:link, p a:visited	{
	color: #c3c;
	background: #ffc;
	}
	
p a:hover, p a:active	{
	color: #ffc;
	background: #c3c;
	}

div#wrapper	{
	margin: 0 auto;
	color: #000;
	background: transparent;
	padding:0;
	border: 0;
	width: 678px;
	height:100%;
	text-align:left;
	}

div#header {
	text-align: right;
	width: 670px;
	height: 189px;
	margin: 15px 0 5px 0;
	border: solid 3px #f9f;
	}

div#header h1 {
	font: bold 32px/34px georgia, 'times new roman', serif;
	letter-spacing: 0.1em;
	color: #c3c;
	margin: 20px 0 0 250px;
	padding-bottom: 10px;
	padding-right: 20px;
	border-bottom: dotted 3px #f9f;
	}

div#header h2 {
	font: bold 20px/26px georgia, 'times new roman', serif;
	color: #0c3;
	letter-spacing: 0.5em;
	margin: 15px 20px 0 0;
	}

div#content {
	text-align: left;
	background: #fff;
	width: 670px;
	margin: 10px 0 10px 0;
	border: solid 3px #f9f;
	}

div#content h1 {
	font: bold 14px/20px verdana, arial, helvetica, sans-serif;
	color: #ffc;
	background: #c3c;
	margin: 0;
	width: 335px;
	border: solid #f9f 3px;
	border-left: 0px;
	border-top: 0px;
	padding: 2px 0 2px 20px;
	}

div#pagination {
	font: bold 14px/20px verdana, arial, helvetica, sans-serif;
	text-align: right;
	background: transparent;
	margin-top: 4px;
	padding-bottom: 0px;
	border: none;
	}
	
div#pagination ul {
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	white-space: nowrap; 
	display: inline;
	}
	
div#pagination ul li {
/*Remove all spacings from the list items*/
	display: inline;
	width: 20px;
	height: 20px;
	padding:  0 5px;
	margin: 4px 8px 0 8px;
	border: solid 3px #f9f;
	color: #ffc;
	background: #c3c;
	}

div#pagination ul li a:link, div#pagination ul li a:visited {
	color: #f9f;
	text-decoration: none;
	}
	
div#pagination ul li a:hover, div#pagination ul li a:active {
	color: #fff;
	text-decoration: none;
	}
	
div#pagination ul li#active {
/*Remove all spacings from the list items*/
	display: inline;
	width: 20px;
	height: 20px;
	padding:  0 5px;
	margin: 4px 8px 0 8px;
	border: solid 3px #c3c;
	color: #c3c;
	background: #fff;
	}	

div#footer {
	font: bold 14px/20px verdana, arial, helvetica, sans-serif;
	text-align: center;
	background: transparent;
	margin-top: 20px;
	padding-bottom: 20px;
	border: none;
	}

div#footer a:link, div#footer a:visited {
	color: #fff;
	background: #f9f;
	border: solid 2px #ffc;
	text-decoration: none;
	padding: 2px 50px;
	}

div#footer a:active, div#footer a:hover {
	color: #ffc;
	background: #c3c;
	border: solid 2px #f9f;
	text-decoration: none;
	padding: 2px 50px;
	}

.date {
	font: bold 12px/16px verdana, arial, helvetica, sans-serif;
	border: solid 1px #c3c;
	color: #c3c;
	padding: 0 5px;
	margin-right: 2px;
	background: #fff;
	}

.thumb {
	margin: 10px 10px 0 20px;
	}

div#thumbarea {
	text-align: left;
	float: left;
	width: 250px;
	}

div#thumbarea a:link img, div#thumbarea a:visited img {
	border: 2px #f9f solid;
	}
	
div#thumbarea a:hover img, div#thumbarea a:active img {
	border: 2px #c3c solid;
	}

div#midbreak {
	text-align: right;
	clear: both;
	border-top: dotted 3px #f9f;
	margin: 0 0 0 250px;
	}
	
div#endbreak {
	clear: both;
	border: none;
	margin: 0;
	padding-bottom: 10px;
	}

div#popup {
	text-align: center;
	vertical-align: top;
	margin-top: 5px;
	}

div#close {
	text-align: center;
	margin-top: 5px;
	font: 10px/14px verdana, arial, helvetica, sans-serif;
	}

div#close a:link, div#close a:visited {
	color: #fff;
	background: #f9f;
	border: solid 2px #ffc;
	text-decoration: none;
	padding: 2px 50px;
	}

div#close a:active, div#close a:hover {
	color: #ffc;
	background: #c3c;
	border: solid 2px #f9f;
	text-decoration: none;
	padding: 2px 50px;
	}
