/* body of the website */
body {
	background-color: #F2F2F2;
  background: url(site_images/taivastausta.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Verdana, Arial, sans serif;
	font-size: 11px;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	text-decoration:none;
	color: #333333;
}
/*Container of the website having all the elements*/
#container {
	width:80%;
/*	height:100%; */

margin-left:auto;
margin-right:auto;
text-align:center;
	background-image:url(../site_images/peukku.gif);
	background-repeat: no-repeat;
	border:1px solid #336667;
	border-radius:15px;
	-moz-border-radius:15px;
	text-align:center;
	margin-top:10px;
	background-color:#FFFFFF;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:10px;

}
/* forum fields */
.form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	
	border:1px solid #CCCCCC;
	height:12px;
	background-color:#FFFFFF;
}
.form_button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;

	
	
	border:0px solid #F2F2F2;
	border-bottom:2px solid #F2F2F2;
	border-top:1px solid #F2F2F2;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	height:16px;
	width:40px;
	background-color:#F2F2F2;
}.navigation_bg {
	background-attachment: fixed;
	background-image: url(../site_images/navigation_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.bannar_bg {
	background-attachment: fixed;
	background-image: url(http://www.jammaa.com/site_images/bg_bannar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#nav_button {
}

#nav_button a{
display: block;
text-decoration: none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;

color: #FFFFFF; /*font color */
width: 83px; /*width of tab image */
height: 21px; /*height of tab image */
float: right;
display: inline;
margin-left: 0px; /*spacing between tabs */
padding-top: 2px; /*vertical offset of tab text from top of tab*/
background-image:url(../site_images/button/off.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}


h1
{ font-family: Arial Black; color: grey }

h2
{ font-family: Arial Black; color: grey }

h3
{ font-family: Arial Black; color: grey }
a
{ color: #333399 }

.solut
{
font-family: Verdana;
background-color:white;
color: black;
font-weight: normal;
font-size: 11px;
border-style: solid;
border-width: 1PX;
border-color: red;
border-top:0px solid grey;
border-bottom:1px solid red;
padding:5px;
margin-top:5px;
width:130px;
}