* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #eeeeee url(bodybg.png) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #000;
 text-align: center;}
 
#content{width:800px;
          margin-left:auto;
         margin-right:auto;
         }

#keskitys{width:80%;
          margin-left:auto;
         margin-right:auto;
         }

#kisalinkit {width:700px;
            text-align:center;
            }

.taulut {text-align:center;
        width:30%;
        border:1px solid #000;
        vertical-align:top;
        }

a img{
 border: 0px;}

a {
text-decoration: none;}

.hidden {
 text-indent: -9000px;
 background: inherit;}

/***Header/logo tags***/

 
#header {
 width: 850px;
 margin: 0 auto;
 height: 270px;
 border-top: 1px solid #000;}
 	
#logo {
 float: left;
 margin-left: 10px;
 margin-top: 0px;
 width: 376px;}
 
 #bannerikuva {width:850px; }

#logo h1,#logo h2 {
font-weight:400;
letter-spacing:-2px;

}

#logo h1 {
font-size:2.4em;
padding-top:10px;
color: #F58220;
}

#logo h2 {
font-size:1.3em;
color: #a0a0a0;
}
 
 
 /***Top Navigation - try not to findle this took me a while to work out and get right***/

#topnav {
 margin-top:0px;
 margin-left: 0px}
 
.nimi {font-size: 20px;
      color:#fff;}
.lisarit {font-size:16px;
         color:#fff;}
.nimi1 {font-size: 16px;
      color:red;}
.lisarit1 {font-size:16px;
         color:red;}
#topnav a{
 display: block;
 float: left;
 text-align: center;
 width: 95px;
 height: 35px;
 line-height: 35px;
 text-decoration: none;
 color: #a0a0a0;
 text-transform: uppercase;
 font-size: 0.7em;
 background-image:url(tab.png);
 background-position:bottom left;
 background-repeat:no-repeat;}

#topnav a:hover {
 background-image:url(tab.png);
 color: #000;
 background-position:top left;
 background-repeat:no-repeat;}
	
#topnav .active {
 background-image:url(tab.png);
 color: #000;
 background-position:top left;
 background-repeat:no-repeat;}
	
/***MAIN CONTENT (WHITE) AREA***/
#content1 {
 clear: both;
 vertical-align: central;
 width: 700px;
 margin-top: 20px;
 margin-left: auto;
 margin-right: auto;
 padding: 5px;
 border-left:0px dashed #000;
 border-right:0px dashed #000;
 }
#content {
 clear: both;
 width: 70%;
 margin-top: 20px;
 margin-left: auto;
 margin-right: auto;
 padding: 5px;
 border-left:0px dashed #000;
 border-right:0px dashed #000;
 }

#content h2{
 padding-left: 8px;
 font-size: 1.2em;
 text-transform: uppercase;
 margin-left: 15px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #F58220;}

#content p {
 font-size: 1.0em;
 line-height: 1.5em;
 color: #8f8f8f;}

#content p a{
 color: #324A97;}
 
#content p a:hover {
 color: #fff;
 background: #324A97;}

#content blockquote {
 margin: 15px;
 border: 1px solid #b0b0b0;
 padding: 10px;
 width: 500px;
 background: #f4f4f4;
 font-size: 0.8em;
 font-family: Courier, "Lucidia Console", "Times New Roman", sans-serif;
 color: #a0a0a0;}
 
#content abbr {
 border-bottom: 1px dotted #8f8f8f;}


 
#latest {
 width: 100%;
 background: #333333 url(bg2.png) repeat-x;
 font-size: 1.0em;
 padding-top: 1px;
}
	
/***FOOTER***/

#footer {
 width: 100%;
 clear: both;
 text-align: center;
 background: #000;
 font-size: 0.8em;
 margin-top: 15px;
 color: #a0a0a0;}
 
 #banner {
    width: 100%;
    clear: both;
    
 }
 #ralli {
 float: left;
 margin-left: 10px;
 margin-top: 0px;
 width: 376px;}
 
 .form {
    width: 650px;
    font-size: 12px;
    text-align: left;
    border: 1px dotted #8f8f8f;
 }
.form table{
    width: 100%;
}
 .form .title{
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 20px;
    
    
 }
 .form :focus{
    background: yellow;
    color: black;
 }
 .form .text{
    padding-top: 5px;
    padding-bottom: 5px;
 }

 .form .link{
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
 }
 
  .form .alert{
    color: red;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    }
    
.form .text_info{
    font-size: 14px;
    color: blue;
    font-weight: bold;
 }
 .form .head{
 
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
 }
 .form .list{
    
 }