* {
	margin: 0px;
	padding: 0px;
}
p
{
	font-size: 15px;
}
body
{
	background: #a9a9a9;
}

#banneri
{
	height: 150px;
	background: url(./img/layout/banneri.png) repeat-x;
}

#navigation ul li
{
	padding-right: 15px;
	display: inline;
}
.navig a
{
	color: black;
	font-size: 20px;
	text-decoration: none;
}
.navig a:hover
{
	text-decoration: underline;
}
.selected a 
{
	color: #808080;
}
#navigation
{	
	padding-top: 7px;
	padding-left: 20px;
	height: 35px;
	background: url(./img/layout/navigaatio_tausta.png) repeat-x;
}
#pieni_valikko
{
	float: left;
	width: 200px;
}
.sub_navigation_top
{
	background: url(./img/layout/alavalikko_ylaosa.png) no-repeat;
	height: 13px;
	width: 200px;

}
.sub_navigation_bottom
{
	background: url(./img/layout/alavalikko_alaosa.png) no-repeat;
	width: 200px;
	height: 14px;
	margin-bottom: 20px;

}
.sub_navigation
{	
	padding-left: 5px;
	padding-right: 15px;
	font-size: 13px;
	min-height: 50px;
	background: url(./img/layout/alavalikko_body.png) repeat-y;
	
}
.sub_navigation a
{
	color: blue;
}
.sub_navigation a:visited
{
	color: black;
}
#sivu
{ 
	padding-top: 25px;
	min-height: 650px;
	background: url(./img/layout/taustakuva.png) no-repeat;
	background-color:  #a9a9a9;
}
.noborder
{
	border: 0px;
}
#content_frame
{
	float: left;
	
}
#content
{
	width: 690px;
	padding-left: 14px;
	padding-right: 14px;
	background: url(./img/layout/content_body.png) repeat-y;
	min-height: 100px;
	
}
#content_top
{
	width: 718px;
	height: 14px;
	background: url(./img/layout/content_ylaosa.png);
	
}
#content_bottom
{
	width: 718px;
	height: 14px;
	
	background: url(./img/layout/content_alaosa.png);
	
}
