
html,body 
	{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0;
	padding:0;
	height: 100%;
	width: 100%;
	border-width: none;
		}
	
div#header
{	
	position: absolute;
	width: 100%;
	height: 52px;
	background: url('http://www.vvssandstrom.fi/layout/header_bck.jpg');
	border-width: none;
	margin: 0;
	padding:0;

}
div#left_bck
{	
	position: fixed;
	top: 0px;
	width: 152px;
	height: 100%;
	background: url('http://www.vvssandstrom.fi/layout/left_bck.jpg');	
	background-color: #fff;
	border-width: none;
	margin: 0;
	padding:0;
	
}


div#right_bck
{	
	background: url('http://www.vvssandstrom.fi/layout/right_bck.jpg');	
	position: fixed;
	top: 0px;
	right: 0;
	width: 152px;
	height: 100%;

}

div#header_img
{
	position: absolute;
	top:52px;
	left:0;
}

div#bottom_border
{
	position:relative;
	width: 100%;
	height: 30px;
	bottom: 0px;
	background: url('http://www.vvssandstrom.fi/layout/lower_bck.jpg');
	background-repeat: repeat-x;
	color: #fff;
	background-color: #CC3B4A;
}
div#menu
{
	position: absolute;
	width: 151px;
	top: 200px;
	left:0;
	font-family:verdana;
	font-size: 10px;
	color: #000;
	font-weight: none;
	margin-left: 5px;
	
}

div#flags
{
	position: absolute;
	width: 151px;
	top: 150px;
	left:0;
	font-family:verdana;
	font-size: 10px;
	color: #000;
	font-weight: none;
	margin-left: 5px;
	
}



div#sivusto
{
position: absolute;
top: 78px;
left: 180px;	
	
}

div#teksti
{
	position: absolute;
	top: 90px;
	right: 180px;
	left: 180px;
	padding-bottom: 50px;
	color: #000;
	
	word-spacing: 3px;
	
}

div#l_arrow
{
	position: absolute;
	left: 148px;
	top: 52px;
	width: 7px;
	height: 20px;
	background: url('http://www.vvssandstrom.fi/layout/arrow_down.jpg');
}
div#r_arrow
{
	position: absolute;
	right: 148px;
	top: 52px;
	width: 7px;
	height: 20px;
	background: url('http://www.vvssandstrom.fi/layout/arrow_down.jpg');
}

div#logot
{
	position: absolute;
	width: 152px;
	text-align: center;
	top: 80px;
	right:0;

}

div#menu a  
	{
	color: #B72436;
	position:relative;

	font-weight: bold;
	text-decoration: none;
	}

div#menu a:link 
	{
	color: #B72436;
	font-weight: bold;
	text-decoration: none;
	}

div#menu a:visited 
	{
	color: #B72436;
	font-weight: bold;
	text-decoration: none;
	}

div#menu a:hover 
	{
	text-decoration: underline;	
	color: #B72436;
	}

div#flags a  
	{
	color: #000;
	position:relative;

	font-weight: bold;
	text-decoration: none;
	}

div#flags a:link 
	{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

div#flags a:visited 
	{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

div#flags a:hover 
	{
	text-decoration: underline;	
	color: #000;
	}
	
a  
	{
	
	}

a:link 
	{
	
	color: #000;
	}

a:visited 
	{
	;
	color: #000;
	}

a:hover 
	{
	text-decoration: underline ;	
	color: #000;
	}
	
