body {
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	height: 100%;
}

a {color: inherit; text-decoration: underline; color: #ffffff; padding: 0 2px 0 2px;}
a:hover {background-color: #fa529f; color: #ee4693; text-decoration: none;}

#wrapper {height: 100%;}

#leftcol {
	position: relative;
	height: 100%;
	width: 38%;
}

#rightcol {
	position: absolute;
	top: 0px;
	left: 38%;
	height: 100%;
	width: 62%;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	margin: 0 0 15px 0;
}

#col1 .startquote {border: 0px; margin: 2px 5px 0 0;}
#col1 .endquote {float: none; position: relative; top: 3px; border: 0px; margin: 0 0 0 5px;}


h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}


/* Person info box */
	.personinfo {
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 30px;
	}
	
	.personinfo img {
		border: 1px solid #FFFFFF;
	}

.noborder {
	border: none;
}

.nofloat {float: none; display: block; margin: 0 0 10px 0;}

.ingressimage {float: none; position: relative; display: block; margin: 0 0 15px 0;}

#col1 {
	width: 425px;
	overflow: visible;
}

img{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	border: 0;
}


/* Link list */
	.linklist {list-style-type: none; margin: 0 0 15px 0; padding: 0; width: 100%; clear:both; overflow: hidden;}
	.linklist li {margin: 0 0 3px 0;}
	.linklist a {padding: 0 4px 0 14px; background: url(../images/listbutton.gif) no-repeat 2px -17px; text-decoration: none;}
	.linklist a:hover {background-position: 2px -69px; color: #ffffff; background-color: #fa529f;}


#logo {
	position: absolute;
	right: 60px;
	width: 309px;
	height: 295px;
	background: #000000 url(../images/sr_logo.gif) no-repeat right bottom;
}

hr {color: #f7a3c9; height: 1px; width: 100%; clear: both; margin: 20px 0 10px 0; padding-top: 20px; border: 0; border-bottom: 1px solid #f7a3c9;}
* html hr {height: 0px;}
.signature {text-align: right; font-style: italic;}
.small {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FDE6F0;
	margin-top: 0px;
}

/* Main menu */

	#mainmenu {
		position: absolute;
		right: 57px;
		top: 340px;
		text-align: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFFFF;
		line-height: 20px;
		list-style-type: none;
		margin: 0;
	}

	#mainmenu a {
		text-decoration: none;
		padding: 0 3px 0 3px;
	}
	
	#mainmenu a:hover {
		background-color: #595959;
		color: #ffffff;
	}	

	#mainmenu a.active, #mainmenu a.active:hover {
		color: #EE4693;
		font-weight: bold;
		background-color: transparent;
	}

	/* Main menu selector */
	#selector {
		position: absolute;
		left: 100%;
		top: 321px;
		width: 22px;
		height: 60px;
		margin-left: -20px;
		background: url(../images/selector1.png) no-repeat left center;
	}
		* html #selector {background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='images/selector1.png',sizingMethod='crop');}

	
	#selector.white {background-image: url(../images/selector2.png);}
		* html #selector.white {background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='images/selector2.png',sizingMethod='crop');}
	
	
/* Sponsor links */

	.sponsorlink {
		float: left;
		display: inline;
		margin: 0;
		filter:alpha(opacity=60);
		-moz-opacity: .6;
		opacity: .6;
		-khtml-opacity: .6;
		margin: 0 0 0 29px;
	}
	
	#sponsorlink1 {margin-left: 0;}
	
	.sponsorlink img {float: none; margin: 0; display: block; padding: 0;}
	
	.sponsorlink:hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-khtml-opacity: 1;
		background-color: transparent;
	}
	
		.yhteistyo {
		margin: 0 0 0 0;
	}
	
	.yhteistyo img{
	margin: 1px;
	float: none;
	}
	
	.yhteistyo:hover {
	text-decoration: none;
	background: #FFFFFF;
	border: 1 solid #EE4693;
	}

/* Tabs */
.tabcontent {display: none;}
.tabcontent.active {display: block;}
#tabnavi {
	position: relative;
	float: right;
	display: inline;
	height: 11px;
	
	color: #000000;
	width: 30px;
	text-align: center;
	
}


	
#prevbtn {
	position: absolute;
	left: 0;
	top: 4px;
	width: 11px;
	height: 11px;
	background: url(../images/linkbullet_rev.gif) no-repeat 0 -20px;
	outline: none;
	padding-right: 10px;
}
#nextbtn {
	position: absolute;
	left: 0;
	top: 4px;
	width: 11px;
	height: 11px;
	background: url(../images/linkbullet_rev.gif) no-repeat 0 -20px;
	outline: none;
	right: 10px;
}
#nextbtn {background-image: url(../images/linkbullet.gif); left: auto; right: 0;}
#prevbtn:hover, #nextbtn:hover {background-position: 0 -91px;}



	
	/* inside tabcontent .tabcontent h2 {margin-top: -34px;}*/
	

#tabnavicount {
	display: none;
}

/* Documents in frames */
	.framedoc {
		height: auto;
		padding: 165px 0 0 60px;
		background: #ffffff;
	}
	
	.magenta {background-color: #EE4693;}
	
/* @-character in e-mail links */
.miumau {margin: 0 0 -2px;padding: 0 6px 0 1px;background: url(../images/miumau.gif) no-repeat 0 3px;}
a:hover .miumau {background-position: 0 -28px;}	

.imgbox {
	float: left;
	display: inline;
	margin: 5 0 15px 0px;
	font-size: 9px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
}
.imgbox img {
	margin: 0 0 5px;
	float: left;
	padding-top: 4px;
}


.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
}
