/* tyylit css style sheet */

html, body 
{
	height: 100%;
}

#container
  {
	position: relative;
	min-height: 95%;
	width: 700px;
	height: auto!important;
	height: 100%;
	margin-right: auto; 
	margin-left: auto;
	border:solid thin gray;
	background: white;
 }
 
#mainnav
{
    margin: 3px 0px 0px 10px;
    height: 180px;
	width: 110px;
    float:left;
    /*background:url(images/navbg.jpg);*/
	background: #87CEFA;
}

#content
{
	/*margin-left: 120px;*/
    margin: 5px 10px 0px 140px;
    width: 450px;   
}

#footer
{   
    
	position: relative;
	left: 0px;
	bottom: 10px;
	width: 95%;
	text-align: center;
}

td 
{ 
    text-align: center;
}

body 
{
    margin-top: 10px;
	margin-bottom: 5px;
	background: #FFFAFA;
	/*background: lightblue;*/
    /*padding: 0;*/
    /*background:url(background.jpg);*/
    /*background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    font-family: Verdana,Tahoma;
    font-size: 13px;
}

h2
{
    font-family:arial;
    font-size: 26px;
    color: gray;
	margin:3px 0px 0px 10px;
}

.logo
{
    background:url(images/riekko.jpg);
    background-repeat:no-repeat;
	height:170px;
    width:690px;
    margin: 5px 5px 5px 5px;

}

.text
{
    width: 430px;
    margin: 10px 0px 0px 10px;
    font-size:12px;

}
.pics
{
    width: 430px;
    margin: 10px 0px 0px 10px;
}

.normal 
{
    font-weight: normal
}

.thick
{
    font-weight: bold
}

.images
{
    border: 0px;
    right: 10px;
}

.thumbs
{
    border: 0px;
    
}

.links
{
    
    margin:2px 0px 0px 8px; 
    word-spacing: 0px;
}


a:link 
{
    /*font-family:"News Gothic Std",sans-serif;*/
    color: #FFFFFF;
    font-size: 12px;
	font-weight: bold;
    text-decoration: none;
}

a:visited
 {
    /*font-family:"News Gothic Std",sans-serif;*/
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
    color: #FFFFFF;
}

a:hover
 {
    /*font-family:"News Gothic Std",sans-serif;*/
    /*font:"News Gothic Std";*/
    text-decoration: underline;
    font-size:12px;
    font-weight: bold;
    color: #FFFFFF;
}

a:active
 {
    /*font-family:"News Gothic Std",sans-serif;*/
    /*font:"News Gothic Std";*/
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
    color: #FFFFFF;     
}

#dynloadarea {
		margin-top:5px;
		width:400px;
		height:320px;
		/*border:solid thin gray;'/
}