body{
position: relative;
/*border-style: solid; 
background-color: #a3baff; */
background-image: url(images/bg1.png);
min-width: 600px;
max-width: 800px;
margin-left:auto;
margin-right:auto;
}

#page{
position: center;
z-index: 1;
position: relative;
border-width: 1px;
border-style: ridge;
border-color: #a3baff;
/*border-radius: 20px; */
margin: 5px;
min-width: 700px;
background-color: white;
/*opacity: 0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
box-shadow: 10px 10px 5px #888888;
}

#header{
z-index: 2;
margin: 10px;
position: relative;
/* border-style: solid;
border-color: black; */
height: 80px;
background-color: #white;
background-image: url(images/);
background-repeat: no-repeat;
background-position: center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #a3baff;
}

#page{
border-style: solid;
position: relative;
margin: 10px;
border-style: solid;
min-height: 350px;
}

#container{
background-image: url(images/container3.png);
background-repeat: no-repeat;
/*border-style: solid;
border-width: 1px;
border-color: #a3baff; */
background-color: #ffff;
position: static;
width: 45%;
min-height: 300px;
margin-left: 10px;
top: 100px;
padding-left: 5px;
}
#news{
position: static;
width: 45%;
min-height: 50px; 
margin-left: 10px;
padding: 5px;
}
#sidebar{
position: absolute;
margin: 10px;
width: 35%;
right: 0px;
top: 100px;
margin-right: 20px;
min-height: 200px;
border-style: solid;
border-width: 1px;
border-color: #a3baff;
/*border-left-style: ridge;
border-left-width: 5px; */

border-top-left-radius: 10px;
border-bottom-left-radius: 20px;
padding-left: 30px;
padding-top: 15px;
padding-bottom: 15px;
box-shadow: 10px 10px 3px #888888;
background-image: url(images/sidebar_tausta2.png);
}

#footteri{
	background-image: url(images/footteri2.png);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #a3baff;
	/*border-style: ridge;
	border-color: #a3baff;
	/*background-color: #e5e5e5; */
	background-clip: #ffffff;
	/*border-radius: 15px; */
	position: static;
	top: 350px;
	margin: 10px;
	text-align: left;
	padding: 5px;
}

h1{
font-family: helvetica;
font-weight: bold;
margin-left: 100px;
text-align: center;
}
h2{
	color: white;
	margin-left: 100px;
	text-align: center;
	line-height: 1;	
}
h3{
line-height: 0.4;	
font-style: italic;
}
h4{
line-height: 1.2;	
}
h5{
font-size: 90%;
/* font-style: italic;
font-family: arial; */
font: "Trebuchet MS", Arial, Verdana, sans-serif;
line-height: 1.4;
}