a:link {color: #EEEEEE; text-decoration: underline; }
a:active {color: #EEEEEE; text-decoration: underline; }
a:visited {color: #EEEEEE; text-decoration: underline; }

body {

	margin: 0;

	padding: 0;
	
	text-align:center;


	background-color: #ff8200;

	background-image: url(/Kuvat/tausta.png);
	background-repeat:repeat-x;


}

#container { width: 922px; height:100%; text-align:left; position:relative; margin: 0 auto; }

#header {width: 100%; }

#main-holder { width: 100%; float: left; }

#main { width: 50%; float: left; font-family:Arial, Helvetica, sans-serif;}
#main2 { width: 50%; float: left; font-family:Arial, Helvetica, sans-serif; font-size: 10px; }

#subnav {text-align:center; color: white;  width: 20%; float: left; }
#info {text-align:center; color: white; width: 25%;  float:right; }

#footer { bottom: 0; width: 100%; float: left; text-align:center; font-family:Arial; font-size: 11px; }

#inner {
		text-align:left;
        width:120px;
        float:left;
		background:#8c4801;
        padding: 3px;
		border-bottom:3px solid #FF8200;
}
#inner2 {
        text-align:left;
		width:180px;
        float:right;
        margin-right:2%;;
        background:#8c4801;
        padding: 6px;
        -moz-border-radius: 8px 8px 0px 0px ;
}
#inner3 {
		text-align:left;
        width:180px;
        float:right;
        margin-right:2%;
		margin-bottom:0%;
        background:#4d2702;
        padding: 6px;
        -moz-border-radius: 0px 0px 8px 8px ;
}
#innerstart {
        text-align:left;
		width:120px;
        float:left;
        margin-right:2%;
        background:#8c4801;
        padding: 3px;
        -moz-border-radius: 8px 8px 0px 0px ;
        border-bottom:3px solid #FF8200;
}
#innerend {
		text-align:left;
        width:120px;
        float:left;
        margin-right:2%;
		margin-bottom:0%;
        background:#8c4801;
		padding-bottom: 3px;
        border-bottom:3px solid #FF8200;
        -moz-border-radius: 0px 0px 8px 8px ;
		padding: 3px;
}
#innerindex {
		text-align:left;
        width:120px;
		height:60px;
		line-height:60px;
        float:left;
        margin-right:2%;
		margin-bottom:0%;
        background:#8c4801;
        padding: 3px;
        border-bottom:3px solid #FF8200;
		border-top:3px solid #FF8200;
        -moz-border-radius: 8px 8px 8px 8px ;
}
#innersub {
		text-align:left;
        width:120px;
        float:left;
        margin-right:2%;
		margin-bottom:0%;
        background:#8c4801;
        padding: 3px;
        border-bottom:3px solid #FF8200;
		border-top:3px solid #FF8200;
        -moz-border-radius: 8px 8px 8px 8px ;
}