* {
margin: 0;
padding: 0;
}

body {
background: #333 url('images/bg.jpg');
text-align: center;
color: #333;
padding-top: 40px;
padding-bottom: 40px;
font-style:normal; font-variant:normal; font-weight:normal; 
line-height:18px; font-size:11px; font-family:verdana, arial, tahoma, sans-serif
}

a {
color: #333;
text-decoration: underline;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #666;
}

#header {
width: 780px;
height: 260px;
background: #cccccc url('images/header.jpg') no-repeat right top;
text-align: left;
}

#wrapper {
width: 780px;
background: #fff url('images/sidebar.gif') repeat-y 0 0;
border: 10px solid #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 180px;
height: 30px;
background-color: #333;
margin: 0 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
border-top: 1px solid #fff;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
width: 579px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 260px;
width: 190px;
}

#nav li a {
color: #333;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 180px;
height: 24px;
background-color: #cccccc;
border-bottom: 1px solid #fff;
padding-left: 10px;
font-weight: bold;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
font-weight: bold;
color: #cccccc;
}

#current a {
background-image: url('images/bullet.gif');
background-repeat: no-repeat;
background-position: 95% 50%
}

#sidebar {
width: 172px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -185px;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

#kuva img {
margin: 5px;
}

img {
margin: none;
}

a img {
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 560px;
margin: 10px 0 0 10px;
}

#col1 {
	float:left;
	width:280px;
}

#col2 {
	float:right;
	width:280px;
}
p {
margin-bottom: 20px;
}

#footer {
text-align: center;
clear: both;
width: 560px;
margin-left: 205px;
}
