body {
	background: #fff url('../images/body_background.gif') 50% 0 fixed;
	font: 0.7em Arial;
	font-family: Arial;
	margin: 0;
	color: #525050;
	width: 100%;
	height: 100%;
	}

* {padding: 0; margin: 0; border: 0;}


/* ============== MAIN CONT ========== */


#mainwrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	}

#header {
	height: 309px;
	background: url('../images/header_back.png');
	display: block;
	}

#center {
	background: url('../images/center_back.png') repeat-y;
	float: left;
	}

#footer {
	width: 960px;
	height: 192px;
	background: url('../images/footer_back.png');
	float: left;
	}

#header_link {
	width: 250px;
	height: 250px;
	float: left;
	margin: 20px 0 0 50px;
	}

#header_flash {
	width: 540px;
	height: 250px;
	float: right;
	margin: 35px 42px 0 0;
	}

#left_col {
	width: 143px;
	margin-left: 37px;
	float: left;
	}

#right_col {
	width: 780px;
	float: left;
	}

#navi {
	width: 780px;
	height: 40px;
	display: block;
	background: url('../images/navi_back.png');
	}
	
#maincont {
	width: 590px;
	min-height: 400px;
	height:auto !important;
	background: #fff;
	position: relative;
	float: left;
	}

#right_tab {
	width: 140px;
	margin-right: 30px;
	float: left;
	position: relative;
	}

#social_tab {
	position: absolute;
	z-index: -1;
	background: #fff;
	top: 150px;
	left: -30px;
	width: 60px;
	padding: 5px;
}


#gallery {
	background: #fff;
	width: 585px;
	padding: 10px;
	margin: 5px auto;
	text-align: center;
	}
#gallery h1 {
		color: #000;
		}

.clear {
	clear: both;
	height: 0;
	}

.left { float: left; }
.right { float: right; }

#TICKER {
	width: 900px;
	height: 50px;
	border-top: 1px dashed white;
	border-bottom: 1px dashed white;
	margin: 20px auto;
	margin-bottom: 5px;
	line-height: 50px;
	color: white;
	}

#radio_pop {
	background: black;
	border: 1px solid yellow;
	height: 100px;
}

/* ============== NAVI ============== */

#navi ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#navi li {
	margin: 0;
	padding: 0;
	width: 122px;
	height: 35px;
	float: left;
	text-align: center;
	
	}

#navi a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	}

#navi a:hover {
	color: yellow;
	}

.artist_box {
	margin: 5px 5px;
}



	
/* ============== TEXT & IMAGE STYLE ========== */




p {
	padding: 0.4em 1em;
	color: #525050;
	}
	
h1, h2, h3, h4 {color: #525050; margin: 0.5em 0.5em;}
h1 { font: 1em }
h2 { font: 0.9em; }
h3 { font: 0.8em; }
h4 { font: 0.7em; }

img {	border: 0;	}
	
a { color: #ff6600; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline; }


ul {
	color: #525050;
	margin-left: 45px;
	list-style-type: dash;
	}
	
hr {
	width: 80%;
	color: #fff;
	}
	
input, textarea {
	border: 1px dashed #afafaf;
	}

img.radio {
	position: absolute; 
	bottom: 0;
	right: -145px;
	bottom: -20px;
	}

.artist_box img {
	display: block;
	clear: both;
	margin: 0 auto;
	}

#ohjelma_top td{
	display: table-cell;
	font-variant: small-caps;
	background: black;
	color: white;
	padding: 5px 0;
	border: 0;
	}

	

/* ===== TABLE ==== */
	
table {
	margin-left: 1em;
	}

table#sponsor_table {
	width: 880px;
	margin-left: 35px;
	}

#sponsor_table tr {
	display: table-row;
	text-align: center;
	vertical-align: middle;
	}
	
#sponsor_table td {
	display: table-cell;
	padding: 0;
	margin: 0;
	}

table.tbl_etusivu {
	padding: 0;
	margin: 0;
	background: url('../images/flower.gif') no-repeat;
	background-position: bottom right;
	}

table#tbl_liput {
	border-top: 3px solid red;
	margin-top: 15px;
	text-align: left;
	}

#tbl_liput th {
	display: table-cell;
	width: 170px;
	padding: 5px 0;
	border-bottom: 1px solid red;
	font-weight: normal;
	}

#tbl_liput td {
	height: 50px;
	display: table-cell;
	padding-top: 5px;
	vertical-align: top;
	border-bottom: 1px solid red;
	}

#yhteystiedot_table tr {
	display: table-row;
	vertical-align: top;
	}


	
#artisti_table td {
	display: table-cell;
	width: 180px;
	text-align: center;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
	

/* ==== Leightbox ==== */

.leightbox {
	color: #333;
	display: none;
	position: fixed;
	top: 20%;
	left: 25%;
	width: 450px;
	height: 400px;
	padding: 1em;
	background: url('../images/box_back.png');
	text-align: left;
	z-index:1000;
	overflow: auto;	
}

.box_cont {
	width: 430px;
	height: 380px;
	background: #fff;
	margin: 10px 10px;
	}
.box_img {
	height: 200px;
	}
.box_text {
	width: 400px;
	height: 160px;
	border: 1px solid #000;
	margin: 10px 15px;
	}
.box_x {
	position: absolute;
	padding: 10px;
	background: #fff;
	font-size: 15px;
	top: 0;
	right: 0;
	border: 2px solid #000;
	}
.box_x a {
	display: block;
	}
	
#overlay{

}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

