/*the style sheet for nenuial fanlisting */

body
{	color: #99ccff;
	background-color: #336699;
	position: relative;
	min-width: 599px;
	width: 40%;
	margin: 0px auto 0px auto;
	font-size: 0.9em;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.1em;
	border-right: #FFF;
	border-left: #FFF;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	padding: 0 15px 0 15px;
}

/*kuvien sijoittelu*/

div.lake
{
	top: 0px;
	width: 599px;
	height: 288px;
	background-color: inherit;
	background-image: url(images/lake.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

div.navi
{
	top: 288px;
	width: 599px;
	height: 59px;
	background-color: inherit;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 1.1em;
	margin: 0px;
	letter-spacing: 0.2em;
}

/*sisalmys*/

div.content
{	width:599px;
	top:347px;
	margin: 0px; }


p, table, form
{
	padding: 0px 10px 2px 15px;
	margin: 0px 0px 10px 15px;
}

ul
{
	padding: 0px 15px 2px 25px;
	margin: 0px 0px 5px 20px;
}


em
{
	font-style: italic;
	font-weight: bolder;
}

h2
{
	padding: 0px 0px 2px 15px;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	font-family: Times New Roman, Apple Garamond Light, serif;
	font-weight: bold;
	margin: 0px 0px 3px 15px;
}

h3
{
	padding: 0px 0px 0px 15px;
	font-size: 1.0em;
	letter-spacing: 0.3em;
	font-family: Times New Roman, Apple Garamond Light, serif;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 0px 15px;
}



p.dis
{
	font-size: 0.8em;
	font-style: italic;
	font-weight: lighter;
	text-align: center;
	vertical-align: middle;
}

	
/*links*/
		
a:link { color: #333366;
	background: transparent none;
	text-decoration: underline;
	font-weight: bold; }

a:visited { color: #ccccff; 
		  background: transparent none; 
		  text-decoration: underline;
		  font-weight: bold; }

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

a:hover { color: #330000;
	text-decoration: none;
	background: transparent none; 
	font-weight: bold; }
	
	
.kruunuesim1
{
	background-image: url(bgs/graphs/crown.jpg);
	background-repeat: repeat;
	width: 50%;
	color: black;
}