/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}


	a:link { text-decoration: underline; color: #f06578 }
	a:active { text-decoration: underline; }
	a:visited { text-decoration: underline; color: #f06578 }
	a:hover { text-decoration: none; color: #F7FCFF; background: #f06578; } 


body {
	font-size: 11px;
	font-family: "Andale Mono", "Monaco", "Lucida Console", "monospace";
	color: #f06578;
	background: #ffffff;
	line-height: 16px;
	
}

body.section-1 { }



body.section-2 { }

body.section-3 { }


	


a img { border: none; }

#menu {
    width: 150px;
    overflow: hidden;
    top: 20px;
    bottom: 0px;
	left: 00px;
    position: absolute;
 	background-image: url('http://sange.fi/jhilden/files/background-line.gif');
background-repeat: repeat-y
	background-color: #ffffff;
	//border-right: thin solid #f06578
}

#headline { margin: 5px 0px 16px 0px;
	text-align: right;
}
#menu ul {

	list-style: none;
	text-align: right;
	margin-top: 11px;
}

#menu ul li.section-title {	font-weight: normal; font-size: 11px; text-transform: uppercase; line-height: 120%; }

#content {
	width: 950px;
	height: 600px;
	//overflow: hidden;
	position: relative;
	left: 190px;
	top: 25px;
//    //background-color: #ffffff;
//    //border: thin solid #f065ff;

}


}

.container {
	overflow: hidden;


	


}
#column1 { padding-right: 1em; float:left;  <!--background-color: #ffffff;-->}

#column2 {position:relative;  padding-left: 3.5em; float:left; 	<!--background-color: #fff666;-->}
//
//#textcolumn {  margin-bottom: 0px; margin-left: 0px; margin-right: 0px;  padding-left: 0px;  }
//
//#content p { margin-bottom: 11px; margin-left: 00px; margin-right: 0px;  clear:left;
//border: thin solid #000000}

//p { 
//    margin: 0 0 00px 0; 
//clear:left;}



h1 { font-size: 18px; text-transform: uppercase; font-weight: normal; text-decoration: underline; text-align: right; line-height: 118%; }
h2 { font-size: 11px; text-transform: uppercase; font-weight: normal; }
h3 { font-size: 11px; }
h4 { font-size: 11px; }

.nav {text-align: left; }

#img-container	{position: absolute; top:44px; clear: left; padding: 0px;  border: ;}
//#img-container p	{ margin: 0;  padding: 0 0 30px 0; 
  }



#once { clear: left; }