/*the style sheet for the beecake fanlisting */
body
{	color: #333333;
	background-color: #ffffff;
	background-image: url(images/leiska_01.gif);
	background-repeat: repeat;
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 0.9em;
	width: 45%;
	min-width: 392px;
	margin: 0px auto 0px auto; }

h1
{	color: #003;
	font-size: 1.0em;
	text-transform: uppercase;
	padding: 5px 20px 1px 20px;
	margin: 0px; } 

h2, h3
{	color: #000033;
	font-size: 1.0em;
	font-weight: bold;
	padding: 15px 20px 1px 20px;
	margin: 0px; }

em
{	text-transform: uppercase;
	color: #003;
	font-style: normal;
	font-weight: bold; } 

p
{	padding: 1px 30px 1px 30px;
	margin: 0px; }

div.top
{	position:absolute;
	top: 0px;
	width:500px;
	height: 314px;
	background-image: url(images/topimage.jpg);
	background-repeat: no-repeat;
	background-color: inherit; }

div.navi
{	position: absolute;
	top: 314px;
	width: 500px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.3em;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;
	background-color: white;
	font-weight: bold; } 

div.content
{
	position: absolute;
	top: 349px;
	width: 500px;
	background-color: #FFF;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

p.dis
{
	font-size: 0.7em;
	font-style: italic;
	font-weight: lighter;
	text-align: right;
	margin: 20px;
	border-color: #003;
	border-width: 1px;
	border-style: dotted none none none;
}
	
/*links*/
		
a:link { color: #336699; 
	   background: transparent none; 
	   text-decoration: underline; }

a:visited { color: #996699; 
		  background: transparent none; 
		  text-decoration: underline; }

a:active { color: #9999cc;
		 background: transparent none; 
		 text-decoration: none; }

a:hover
{	color: #000033;
	text-decoration: none;
	background-color: transparent; }

/*codespurting*/

.codesort li {
	display: inline;
	padding-right: 3px;
	}

.credit
{
	font-size: x-small;
	font-weight: lighter;
}
tr { text-align: left; }
