/*the style sheet for the grass fanlisting */
body
	{ color: #336633;
	background-color: #99cc66;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em; }


h2, h3
{
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	margin: 5px 15px 0px 15px;
	border-bottom: #363;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

p { margin: 0px 15px 10px 15px; }

div.content

{ position: absolute;
  left: 350px;
  top: 148px; 
  width: 409px; }

/*kuvien sijoittelu*/

div.image1
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 177px;
	height: 768px;
	background-color: inherit;
	background-image: url(images/image1.jpg);
	background-repeat: no-repeat;
}

div.image2
{
	position: absolute;
	left: 177px;
	top: 0px;
	width: 173px;
	height: 768px;
	background-color: inherit;
	background-image: url(images/image2.jpg);
	background-repeat: no-repeat;
}

div.title
{
	position: absolute;
	left: 350px;
	top: 0px;
	width: 408px;
	height: 148px;
	background-color: inherit;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
}



/*navigointi*/
div.navi
{
	position: absolute;
	left: 758px;
	top: 148px;
	width: 192px;
	height: 320px;
	background-color: inherit;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;
}

p.navitext
{
	font-size: 1.4em;
	position: absolute;
	left: 15px;
	top: 90px;
	vertical-align: middle;
	font-weight: bold; }

p.dis
{
	font-size: 0.7em;
	font-style: italic;
	font-weight: lighter;
	text-align: right;
	border-color: #669933;
	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: #ffffff;
		text-decoration: none;
		background-color: #669933; }



		
/*codespurting*/

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

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