body {
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	background-color: #000000;
}

A:link {
	color: white;
}

A:visited {
	color: white;
}
#main {
    width: 708px;
    text-align: center;
    display:block;
	margin-left:auto;
	margin-right:auto; 
}

div.menu {
    width: 708px;
    background-color: #000000;
    text-align: center;
    vertical-align: top;
}

div.top {
    width: 708px;
    height: 236px;
    background-color: #000000;
    text-align: center;
    vertical-align: top;
}

div.leftcolumn {
    width: 20px;
    height: 450px;
    background-color: #000000;
    float: left;
    clear: left;
    vertical-align: top;
}

div.column {
    width: 20px;
    height: 450px;
    background-color: #000000;
    float: right;
    vertical-align: top;
}

div.footer {
	width: 708px;
    background-color: #000000;
    float: left;
    clear: left;
    color: #FFFFFF;
    text-align: center;
    vertical-align: top;
}
div.banners {
	width: 708px;
    float: left;
    clear: left;
    color: #FFFFFF;
    text-align: center;
    vertical-align: top;
}

div.story {
	width: 668px;  /* Width of story area */
	/* display: inline-block; fix for IE padding */
	height: 450px;
	overflow: auto;
	float: left;
	background: url('images/black50.png');
}
.teksti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.otsikko {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline
}

.kategoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: top;

}

.other_bands {
	color: #ffbf98;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;

}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #000000; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
/*  display: block;
     width: 130px; */
	font-family: arial;
	font-size: 13px;
	padding: 1px 8px;
	border: 1px solid black;
	border-left-width: 0;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left:  159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 100px; /*width of sub menu levels*/
	color: white;
	font-size: 15px;
	text-decoration: none;
	padding: 0px 5px;
	border: 1px solid #000000;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: red;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #000000 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #000000 url(media/arrow-right.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
