/* CSS Document */

body{
background: url("pics/bg.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
color: #5c5e64;
line-height: 15px; 
}

html {
  height: 100%;
}

* { /* oletuksena kaikkiin */
  margin: 0;
  padding: 0;
  text-align: left;
}

h1{
font-size: 16px;
color: #5c5e64;
line-height: 18px;
font-weight: normal;
}

h2{
font-size: 14px;
color: #5c5e64;
line-height: 16px;
font-weight: normal;
}

b{
color: #fe952d;
}

ul{
padding-left: 20px;
}

li{
list-style: none;
padding-left: 10px;
}

a{
color: #fe952d;
}

a:hover{
color: #5c5e64;
}

td{
vertical-align: top;
}

.tdleft{
width: 23px;
vertical-align: top;
}

.tdright{
width: 749px;
vertical-align: top;
}

/*DESIGN*/

#main{
width: 772px;
margin: 0 auto;
}

#yla{
width: 749px;
height: 88px;
}

#menu{
width: 749px;
height: 45px;
}

#header{
width: 749px;
height: 380px;
background: url("pics/header3.jpg");
}

#content{
widht: 749px;
background: url("pics/bg_content.gif") repeat-y;
}

#cntleft{
width: 224px;
padding-left: 25px;
}

.uutiset{
background: url("pics/nuoli_uutiset.gif") no-repeat;
background-position: 0px 6px;
padding-left: 12px;
}

.pikalinkki{
background: url("pics/nuoli_pikalinkki.png") no-repeat;
background-position: 0px 6px;
padding-left: 12px;
font-size: 11px;
font-weight: bold;
}

#uutiset_padding{
width: 200px;
padding-left: 12px;
}

#cntright{
width: 460px;
padding-left: 30px;
padding-right: 10px;
}

.thumbnail {
	padding: 6px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: #fff;
}
