body { 
font-family: Arial, sans-serif; 
line-height: 1.4;
font-size: 12px;
background-image: url(Taustakuva6.jpg);
background-attachment: fixed;
background-color: #F3FA24;
margin: 0;
padding: 0;
color: #112211;
}

h2.tilaus {
color: #f3d778;
text-shadow: -1px 1px  0 #000,
              1px 1px  0 #000,
              1px -1px 0 #000,
             -1px -1px 0 #000;
}

a {
color: #238E23; text-decoration: none;
}
a:hover {
text-decoration: underline;
}

a.suurempi {
font-size: 15px;
text-decoration: underline;
}

#wrap { 
width: 800px;
margin: 30px auto;
}

#header {
background: url(http://jolppi.org/images/header.jpg) no-repeat;
height: 130px;
padding: 1em 0em 0em 3em;
}

#logo {
float: left;
height: 90px;
}

#piiri {
float: left;
margin: 3em 0em 0em 2em;
	}

#menu {
background: #F3FA24 url(images/menu.jpg) no-repeat;
height: 40px;
line-height: 40px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
border-right: 1px solid white;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #121212;
font-weight: 100;
}
#menu ul li a:hover {
color: #fff;
background: url(images/menuover.png) repeat-x;
}

#contentwrap {
background: #F3FA24 url(images/content.jpg) repeat-y;
padding: 0 50px;
}

#content {
float: left;
width: 500px;
margin: 15px 0;
}

#content h2 {
margin: 0;
color: #3F4C6B;
line-height: 30px;
font-weight: 100;
}

#content p {
padding: 0 0 10px 0; color: #232323;
}

#content ul {
padding: 0 20px 10px 30px;
}

#sidebar {
float: right;
margin: 15px 0;
width: 180px;
height: 200px;
}

#sidebar h3 {
height: 30px;
line-height: 30px;
font-weight: 100;
margin: 0; padding: 0 0 0 0; 
color: #454545;
}

#sidebar p {
padding: 0 10px 10px 10px; color: #232323;
}

#sidebar ul {
padding: 5px 0 10px 20px;
margin: 0;
list-style-type: circle;
}

#sidebar ul li {
padding: 0;
margin: 0;
}
#sidebar ul li a {  }

#bottom {
background: #F3FA24 url(images/bottom.jpg) no-repeat; padding: 20px 0;
}

#footer { 
text-align: center;
color: #121212;
}
#footer p {
padding: 0; margin: 0;
}
#footer a {
color: #121212;
}
#footer a:hover {
text-decoration: underline;
}

th, td {
padding: 0em 2em 0em 0;
}
tr:hover {
background-color: #f5f5f5
}