/* CSS LAYOUT */

body {
	margin: 0;
	padding: 0;
	background: #7e1b37 url("img/bg.jpg") top left repeat-x;
	height:100%;
}
div#layout {
	width: 812px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: transparent;
}


div#top {
	position: relative;
	top: 0;
	left: -28px;
	width: 812px;
	height: 358px; /* IE6 */
	min-height: 358px;
	background: #7e1b37 url("img/top.jpg") bottom left no-repeat;
	margin: 0;
	padding: 0; 
}

div#center {
	padding: 0 1em; /* bottom padding for footer */
	background: #903650;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #fff;
	position: relative;
	width: 729px;
}

table.content {
	width: 100%;
}
table.content td.left {
	width: 390px;
}
table.content td.right {
	width: 305px;
	text-align: center;
}
table.julkaisut {
	width: 370px;
}
table.julkaisut td.levy {
	width: 120px;
	text-align: center;
}
table.julkaisut td.levyinfo  {
	width: 270px;
	text-align: left;
}

table.keikat {
	width: 390px;
}

table.keikat td {
	padding-top: 10px;
}

table.keikat td.pvm {
	width: 70px;
}
table.keikat td.kokoonpano {
	width: 150px;
	text-align: left;
}
table.keikat td.tapahtuma {
	width: 150px;
	text-align: left;
}
table.keikat td.paikka {
	width: 30px;
	text-align: left;
}
table.kuvat {
	width: 370px;
}
table.kuvat th {
	background: #772a40;
	font-size: 14px;
	text-transform: uppercase;
}
table.kuvat td {
	text-align: left;
}
table.kuvat td img {
	border: 5px solid #6f515b;
}

table.uutiset {
	width: 100%;
}
table.uutiset th {
	background: #772a40;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px;
	border-bottom: 1px solid #632638;
}
table.uutiset td {
	padding: 0 15px;
	border-left: 1px solid #772a40;	
	border-right: 1px solid #772a40;
	border-bottom: 1px solid #772a40;
	background: #903650 url("img/boxbg.jpg") top left repeat-x;
}

div#bottom {
	position: relative;
	margin-top: 5px;
	width: 753px;
    min-height: 45px;
    color: #430415;
    padding-top: 15px;
    font-size: 9px;
    background: #7e1b37 url("img/footerbg.gif") top left repeat-x;
}
div.spacer {
	clear: both;
}
