﻿/* CSS originally from glish.com */

body {
	background: #000 url("bg.png") no-repeat scroll top right;
	margin:0px 10px 0px 10px;
	font-family: Arial, Verdana;
	color: #eeeeee;
	}

a {
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #bb8888;
	}

a:visited {
	color: #bb8888;
	}

a:active {
	color: #eeeeee;
	}

a:hover {
	color: #ffffff;
	text-decoration: line-through;
	}




a img {
	border: 1px solid #666666;
	}


body a img:hover {
	color:  #ffffcc;
	border: 1px solid #cccccc;
	}



/* DIVs follow */



#centercontent {
	background: #000 url("fadeline.gif") no-repeat scroll top right;
	width: 410px;
	position: relative;
	top: 220px;
	border-top: #444444 1px solid;
	margin: auto;
	margin-top: 0px;
	padding: 20px 60px 300px 80px;
	}


	#centercontent h1, h2 {
		color: #eeeeee;
		font-size:16px;
		letter-spacing:.25em;
		border-bottom: 1px solid #999;
		}

	#centercontent h3 {
		margin-top: 40px;
		font-size:13px;
		letter-spacing:.25em;
		color: #eeeeee;
		}

	#centercontent h4 {
		margin-top: 40px;
		margin-bottom: 0px;
		font-size:13px;
		color: #eeeeee;
		}

	#centercontent p {
		font-size:12px;
		text-align:justify;
		}

	#centercontent p.mennyt {
		font-size:12px;
		margin-top: 30px;
		}

	#centercontent p.tapahtuma {
		font-size: 12px;
		margin-top: 30px;
		}

	#centercontent p.def {
		padding:20px;
		padding-right:5px;
		font-size:11px;
		}


#leftcontent {
	position: absolute;
	top: -220px;
	left: -200px;
	height: 800px;
	width: 260px;
	line-height: 40px;
	}

	#leftcontent img {
		border: none;
		margin: 0px;
		}


#nav {
	position: relative;
	top: -450px;
	left: 70px;
	width:150px;
	}


	#nav a img {
		border: 1px solid #666666;
		margin: 2px;
		}

	#nav img {
		border: 1px solid #666666;
		margin: 2px;
		}

	#nav a img:hover {
		border: 1px solid #cccccc;
		}

#rightcontent {
	position: relative;
	right: -490px;
	top: -220px;
	width: 100px;
	background: #102030;
	padding: 7px 0px 7px 0px;
	border: 1px solid #444444;
	}

	#rightcontent img {
		width: 70px;
		border: 1px solid #666666;
		margin: 5px;
		}


	#rightcontent img:hover {
		border: 1px solid #cccccc;
		}

#banner {
	float: right;
	height:170px;
	}

	#banner a img {
		float: right;
		border: none;
		position: absolute;
		top: 0px;
		right: 0px;
		}
