/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#808080;
 color: #333333;
 }	 
#valokuva{
text-align: center;
align:center;
height:400;
width:500;
border: solid #ffffff;
border-width:10 10px;
}
 
#lh-col{
 position:absolute;
 top:62px;
 left:0;
 width:180px;
 z-index:3;
text-align: center;
 color: #0000ff;}

#rh-col{
 position:absolute;
 top:62px;
 right:0;
 width:180px;
 z-index:2;
 background:#808080;
/* background:#c0c0c0;*/
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#c0c0c0;
/* background:#c0c0c0;*/
 color: #333333;
 height:80%;}

#hdr{
 height:60px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#eeeeee;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:0 182px 0 182px;
 position:relative;
 background:#b0002f;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#808080;
/*  background:#eeeeee;*/
 color: #333333;
 margin:0;
 }



/* Presentation Stylesheet */ 
p {
 padding: 0 15px;
 }

h1 {
 font-size: 50 px;
 color: red;
}

h4, h3 {
 margin:0; 
 padding: 5px 0;
 color: red;
 }

<style type="text/css">

.glossymenu{
display: inline; /* this gets rid of the gaps */
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 130px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}


.glossymenu li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block; 
/*display: inline;  this gets rid of the gaps 
width: auto;*/
width: 130;/* or use height (tricks IE into letting you click anywhere on the block, not just the text */
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 120px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

</style>

