/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background:#EEE;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 1em;
 color: #334d55;
}

h5{
 font-size: .8em;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

hr{
	position: absolute;
	top: 592px;
	z-index: 200;
	color: #cccccc;
}

#gallerialogo{
	position: absolute;
	right: 10%;
	top: 558px;
	z-index: 300;
}

#masthead{
	position: absolute;
	top: 800px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #eeeeee;
	z-index: 100;
}

#navBar{
	width: 200px;
	position: absolute;
	left: 20px;
	top: 170px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	width: 500px;
	position: absolute;
	top: 157px;
	left: 230px;
	text-align: justify;
}

#recbrowsers{
	width: 200px;
	position: absolute;
	top: 600px;
	left: 50px;
	text-align: justify;
        font-size: 0.7em;
        color: #BCBCBC;
}	

/***********************************************/
/*Component Divs                               */
/***********************************************/

#vaaka{
color: #ffffff;
width: 800;
position: absolute;
left: 50px;
top: 700px;
}


#pysty{
color: #ffffff;
height: 600;
}

/************* #globalNav styles **************/

#signature{
	font-family: Arial,sans-serif;
 	font-size: 1em;
	position: absolute;
	text-align: left;
	top: 580px;
	left: 50px;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

#tagline1{
	font-family: Arial,sans-serif;
 	font-size: 2.9em;
	position: absolute;
	text-align: left;
	top: 450px;
	left: 50px;
	color: #969696;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

#tagline2{
	font-family: Arial,sans-serif;
 	font-size: 2.9em;
	position: absolute;
	text-align: left;
	top: 450px;
	left: 370px;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}


#title{
	font-family: Arial,sans-serif;
 	font-size: 1em;
	position: absolute;
	text-align: right;
	bottom: 30px;
	right: 50px;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

#kieli{
	font-family: Arial,sans-serif;
 	font-size: 0.7em;
 	text-decoration: italic;
	position: absolute;
	text-align: right;
	top: 10px;
	right: 50px;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

#globalNavAla{
	position: absolute;
	text-align: right;
	top: 500px;
	left: 50px;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

#globalNavAla img{
 display: block;
}

#globalNavAla a {
	font-size: .7em;
	padding: 0px 4px 0px 0px; 
}


#globalNavYla{
	position: absolute;
	text-align: left;
	bottom: 50px;
	left: 50px;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNavYla img{
 display: block;
}

#globalNavYla a {
	font-size: .7em;
	padding: 0px 4px 0px 0px; 
}


/************** .story styles *****************/

textarea {
color: #cccccc;
font-weight: normal;
background: #ffffff;
height: 145px;
width: 300px;
border-color: #ffffff;
}

.kuvaus{
	position: absolute;
	top: 50px;
	left: 50px;
	text-align: right;
	font-size: 0.8em;
	color: #333;
}

.kuvaus p{
	padding: 0px 0px 10px 0px;
}

.story{
	position: absolute;
	top: 70px;
	left: 370px;
	text-align: left;
	font-size: 0.8em;
	color: #333;
}

.story p{
	padding: 0px 0px 10px 0px;
}





/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	top: 0px;
	left: -1px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
