html,body { /* Sivuston tausta */
	height:100%;
	text-align: center;
	background: #b04f24 url(../images/site_bg.gif) repeat-x left top;
}

div#container { /* Sisältöalue */
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}

div#header {
	float: left;
	width: 1000px;
	height: 90px;
	background: url(../images/header_bg.gif) no-repeat left top;
}

div#menu {
	float: left;
	width: 980px;
	background-color: #b04f24;
	border-left: 10px solid #333333;
	border-top: 10px solid #333333;
	border-right: 10px solid #333333;
}

div#content1 {
	float: left;
	width: 980px;
	border-left: 10px solid #333333;
	border-right: 10px solid #333333;
	background: #eeeeb2 url(../images/content1_bg.jpg) no-repeat left top;
	padding-bottom: 20px;
	overflow: hidden;
}

div#content2 {
	float: left;
	width: 980px;
	border-left: 10px solid #333333;
	border-right: 10px solid #333333;
	background: #f7e497 url(../images/content2_bg.jpg) no-repeat left top;
	padding-bottom: 20px;
	overflow: hidden;
}

div#content3 {
	float: left;
	width: 980px;
	border-left: 10px solid #333333;
	border-right: 10px solid #333333;
	border-bottom: 10px solid #333333;
	background: #b04f24 url(../images/content3_bg.jpg) no-repeat left top;
	overflow: hidden;
	padding-bottom: 15px;
}

div#heartline {
	float: left;
	width: 980px;
	border-left: 10px solid #333333;
	border-right: 10px solid #333333;
	font-size: 0;
}

div#leftcolumn {
	float: left;
	width: 300px;
	height: 265px;
	border-right: 1px solid #e2c07c;
	margin-left: 30px;
	margin-top: 15px;
	text-align: left;
}

div#news_container {
	float: left;
	width: 290px;
	height: 243px;
	text-align: left;
}

.newsbox {
	float: left;
	width: 290px;
	text-align: left;
	margin-bottom: 10px;
}

div#leftcolumn_button {
	float: left;
	width: 290px;
	text-align: left;
}

div#centercolumn {
	float: left;
	width: 300px;
	height: 265px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	text-align: left;
}

div#rightcolumn {
	float: right;
	width: 273px;
	margin-right: 30px;
	margin-top: 15px;
	text-align: left;
	padding-left: 15px;
	border-left: 1px solid #e2c07c;
}

div#mediacolumn {
	float: right;
	width: 273px;
	margin-right: 30px;
	text-align: left;
	padding-left: 15px;
	border-left: 1px solid #e2c07c;
}

div#leftcolumn2 {
	float: left;
	width: 300px;
	height: 200px;
	margin-left: 30px;
	margin-top: 15px;
	text-align: left;
	border-right: 1px solid #aa5c2e;
}

div#centercolumn2 {
	float: left;
	width: 300px;
	height: 200px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	text-align: left;
}

div#rightcolumn2 {
	float: right;
	width: 258px;
	height: 200px;
	margin-right: 30px;
	margin-top: 15px;
	text-align: left;
	border-left: 1px solid #aa5c2e;
	padding-left: 30px;
}

div#leftcolumn_blank {
	float: left;
	width: 300px;
	margin-left: 30px;
	margin-top: 15px;
	text-align: left;
}

div#rightcolumn_blank {
	float: right;
	width: 535px;
	border: 10px solid #dcdca4;
	margin-right: 30px;
	margin-top: 15px;
	text-align: left;
	padding: 15px;
	background-color: white;
}

.language {
	float: right;
	text-align: right;
	margin-top: 64px;
	margin-right: 10px;
}

.logo {
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 30px;
}

.mainimage {
	float: right;
	text-align: left;
	width: 657px;
	height: 260px;
	margin-right: 7px;
	margin-top: 20px;
	background: url(../images/content1_kuvatausta.png) no-repeat center center;
}

.mainimage_content {
	float: left;
	width: 620px;
	height: 240px;
	text-align: left;
	margin-left: 19px;
	margin-top: 10px;
}

.right_contentbox {
	float: left;
	width: 535px;
	margin-bottom: 5px;
}

.right_contentbox img {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #eeeeee;
}

.right_eventbox {
	float: left;
	width: 535px;
	margin-bottom: 5px;
}

.right_spacebox {
	float: left;
	width: 535px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.leftartistcolumn {
	float: left;
	width: 222px;
	text-align: left;
	vertical-align: top;
}

.rightartistcolumn {
	float: right;
	width: 297px;
	text-align: left;
	vertical-align: top;
}

.leftartistcolumn img {
	padding: 5px;
	border: 1px solid #eeeeee;
}

.right_artistbox {
	float: left;
	width: 297px;
	margin-bottom: 5px;
}
