html{
	height: 100.5%;
	padding: 0px;
	margin: 0px;
}

body{
	background: url(../images/bg.jpg) left top #eeeeee;
	padding: 0px;
	margin: 0px;

	font-family: arial, sans-serif;
	line-height: 140%;
	font-size: 14px;
	color: #444444;
}

a{
	outline: none; /*Removes ff border */
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #000000;
}

#bar{
	margin: 70px 0px 70px 0px;
	width: 100%;
	background: url(../images/bar_bg.png) !important;
	background: #606060; /* stupid ie6 */
}

#bar_content{
	position: relative;
	margin: 0px auto;
	width: 900px;
	padding: 0px;
	height: 100%;
}

h1#niche{
	position: absolute;
	left: 80px;
	top: 16px;
	height: 70px;
	width: 200px;
	background: url(../images/niche.png) 0px 0px no-repeat !important;
	background: url(../images/niche.gif) 0px 0px no-repeat; /* stupid ie6 */
	text-indent: -9999px;
}

#blah{
	cursor: default;
	padding: 4px;
	text-align: right;
	
	font-style: italic;
	word-spacing: 1px;
	letter-spacing: 0;
	line-height: 18px;
	font-size: 13px;
	color: #eeeeee;
}

#content{
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}

#left_side{

	width: 610px;
	margin: 0px;
	padding: 0px 0px 50px 0px;
	float: left;
}

.dude, .subtitle{
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	padding: 4px 10px 3px 10px;
	display: block;
	margin: 0px 0px 20px 0px;
	background: url(../images/bar_bg.png) !important;
	background: #606060; /* stupid ie6 */

}


.subtitle{
	margin: 0px 10px 20px 10px;
}

.dude:hover, .subtitle:hover{
/*	background-color: #99ee22; */
	color: #ffffff;
	background: url(../images/bar_bg_hover.png) !important;
	background: #353535; /* stupid ie6 */
}

.dude.active, .subtitle.active{
	color: #ffffff;
	background: url(../images/bar_bg_active.png) !important;
	background: #252525; /* stupid ie6 */
}

.tavara{
	margin: 0px;
}

.galleria{
	padding: 10px 0px 20px 30px;
	overflow-x: hidden;
}

.galleria img{
	border: 0px;
	width: 120px;
	height: 120px;
}

.galleria a{
	display: block;
	float: left;
	margin: 0px 12px 12px 0px;
	border: 4px solid #999;
}

.galleria a:hover{
	border: 4px solid #333;
}

.hidden{
	visibility: hidden;
}

.movie{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
	visibility: hidden;
}

.biography{
	padding: 10px;
	margin: 0px 20px 10px 20px;
}

.biography p{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.contact{
/*	background: url(../images/whitebg.png); */
	padding: 0px;
	margin: 0px 30px 10px 30px;
}

#right_side{
	width: 270px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#right_side h1{
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}

#right_side h2{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

#right_side p{
	margin: 0px 0px 10px 0px;
}

#uutiset{
/*	padding: 12px; 
	background: url(../images/whitebg.png); */
/*	max-height: 900px;
	overflow-y: auto;
	overflow-x: hidden; */
}

.signature{
	text-transform: capitalize;
	text-align: right;
	font-size: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	color: #666666;
}


/* FOOTER */

#footer{
	display: block;
	clear: both;
	width: 900px;
	margin: 40px auto;

	font-size: 10px;
	color: #888888;
}

#footer_left{
	padding: 40px 20px 20px 20px;
	text-align: left;
	float: left;
}

#footer_right{
	text-align: right;
	padding: 40px 20px 20px 20px;
	float: right;
}

#footer_right a{
	text-decoration: none;
	color: #666666;
}

#footer_right a:hover{
	color: #202020;
}


#preload{
	position: absolute;
	width: 1 px;
	height: 1 px;
	left: -9999px;
	top: -9999px;
	overflow: hidden;
	opacity: 0.01;
	filter: alpha(opacity=1);
}
