* {
    font-family: Courier New;    
}

a {
    color: #555555; 
    border: 0;
}

a img {
    border: 0;
}

body {
	background: #ffffff;
	padding: 0;
	margin: 0;
}

h1, h2, th, td, p {
	background: #ffffff; 
}

#header_bg {
	background: url('/images/header_bg.jpg') top left repeat-x;
	padding: 0;
	margin: 0;
}
#header_logo {
	background: url('/images/header_logo.jpg') top left no-repeat;
	padding-top: 155px;
}
#bottom_bg {
	background: url('/images/bottom_bg.jpg') bottom left repeat-x;
	width: 100%;
}
#bottom_kasetti {
	background: url('/images/bottom_kasetti.jpg') bottom left no-repeat;
	width: 100%;
}

#columncontainer {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#leftcolumn {
    width: 364px;
    height: 650px;
    float: left;
    padding-top: 170px;
}

#content {
    float: left;
    width: 468px;
	margin-top: 100px;
    padding-bottom: 270px;
}
#content h1 {
    font-size: 50px; 
    margin: 0;
    padding-top: 10px;    
}

#rightcolumn {
    float: left; 
    width: 255px; 
    background: url('/images/header_mankka.gif') top left no-repeat; 
    padding-top: 170px; 
    padding-left: 45px; 
    padding-bottom: 270px;        
}

#rightcolumn h2 {
    margin: 0 0 10px 0;
    font-size: 20px;    
}

#submenu {
	width: 100%;
}

table#submenu td {
	text-align: center;
}

table.comment {
	width: 100%;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.footnote {
	font-size: 67%;
	text-align: right;
}

.list {
	background: #ffffff;
}
.list_alt, .list_alt p, .list_alt h1, .list_alt h2 {
	background: #eeeeee;
}

.fit {
	width: 90%;
}
.small {
	font-size: smaller;
}

p {
    font-size: 14px;
    line-height: 20px;
}

.right {
	text-align: right;
}

img.icon {
	vertical-align: middle;
}

div.slideshow, div.slideshow table, div.slideshow table td {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.slideshow {
	height: 400px;
}

img.slideshow, img.profile {
	max-width: 468px; max-height: 320px; width: expression(this.width > 468 ? (this.width/this.height > 1.46 ? 468+"px" : (this.height > 320 ? (468/this.height*this.width)+"px" : true)) : (this.height > 320 ? (468/this.height*this.width)+"px" : true));
}

.thumbnail {
	max-width: 132px; max-height: 132px; width: expression(this.width > 132 ? (this.width/this.height > 1 ? 132+"px" : (this.height > 132 ? (132/this.height*this.width)+"px" : true)) : (this.height > 132 ? (132/this.height*this.width)+"px" : true));
}

div.thumbnail {
	float: left;
	padding: 4px;
}

.slide {
	vertical-align: middle;
}

.clear_left {
	clear: left;
}

.player {
    float: left;
    width: 25px;
    height: 20px;
    vertical-align: middle;
    margin: -2px 10px 0 5px;
}

.songname {
	font-weight: bold;
	color: #555555;
}

.spacious {
	cellspacing: 8px;
	margin: 8px;
}