html {
height: 100%;
}
body {
	background-color: #232d00;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;

}
#main {
	position:relative;
	background-image:url(img/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:1100px;
	height:600px;
	padding-top: 212px;
	}

#contents {
	position: relative; /* Tämän sisällä muut */
	text-align:left;
	width: 658px;
	height:100%;
	background-image: url(img/txtbg.png);
	background-repeat: repeat-y;
	background-position: top;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d9d0bc;
	border-right-color: #d9d0bc;
	border-left-color: #d9d0bc;
		}
#bgcolor {
			background-color: #b19061;
	}	
	#text
	 {
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
p
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
h1
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
h2
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
font

 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#white, a.white:link, a.white:visited, a.white:active 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
}
a:link, a:active, a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration:underline;
}
a:hover 
{	color: #003300;
}
#aim:hover
{
	background-image: url(img/aimer_w.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
}
/* * html #menubox
{ margin-right: -3px;
} */
#menubox {
	width: auto;
	padding-top:100px;
	}

a.menu, a.menu:visited, a.menu:hover, a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 190px;
	height:25px;
	text-align: left;
	margin-bottom:2px;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	padding-top:10px;
	padding-left:10px;
}
a.menu:hover {
	color: #FFFFFF;
	background-image: url(img/hover.png);
	background-repeat: repeat;
}

/* MIDDLE MENU STYLES */

#valimenu {
	text-align: center;
	width: 618px;
	margin-bottom:0px;
	background-image: url(img/ylamenubg.jpg);
	background-repeat: repeat-x;
	height: 34px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d9d0bc;
	border-right-color: #d9d0bc;
	border-left-color: #d9d0bc;
	
}

a.valimenu, a.valimenu:link, a.valimenu:active, a.valimenu:visited {	/* FOR <IE6 */
	font-family: "Trebuchet MS", Arial, "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	color: #d9d0bc;
	text-decoration: none;
	display: block;
	float: left;
	width: 200px;
	height:27px;
	text-align: center;
	margin-right: 2px;
	letter-spacing: 2px;
	margin-bottom: 0px;
	padding-top:7px;
	text-transform: uppercase;
}

a.valimenu:hover {
	color: #FFFFFF;
	background-image: url(img/hover.png);
	background-repeat: repeat;
}

