/* CSS Document */
html,body{
	margin: 0;
	padding: 0;
}
body
{
	text-align: center;
	background-color:#A6A7A8;
	font: 60% Arial, Sans-Serif; /* Resets 1em to 10px */ 
	margin:20px 20px 20px 20px;
	color: #ffffff;
	min-width: 800px;
}

#ymparoi
{
	text-align:left;
	font-size:1.2em;
	width:800px;
	border:#FFFFFF solid 2px;
	background: #EABA0C url(kuvat/taustaliuku.png) repeat-y;
	margin-left: auto;
	margin-right:auto;
	position: relative;
}

#header_box /* Boksi jossa kuva logo ja kuva */
{
	height:300px;
	width:720px;
	background-color:#000000;
	border: 2px none #FFFFFF;
	float: right;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

#vasen /* keltainen täyttö */
{
	float: left;
	height:100%;
	width: 80px;
	background: url(kuvat/slant_vas.gif) no-repeat 0 302px;
	position: absolute;
}

#otsa /* Logolooda */
{
	margin-right: 10px;
	height:40px;
	text-align: right;
	background: url(kuvat/logo.gif) no-repeat right center;
}

#header /* Kuvalooda */
{
	height:260px;
	background-color:#CC5E1E;
	width: auto;
}

#content_box /* Boksi jossa sisältö */
{
	height:100%;
	width:720px;
	border: 2px none #FFFFFF;
	clear: both;
	float: right;
	background: url(kuvat/slant.gif) no-repeat left top;
}

#content_main /* Boksi jossa sisältö */
{
	height:auto;
	width:520px;
	border: 2px none #FFFFFF;
	float: left;
}

#content_yhteys /* Boksi jossa yhteystiedot */
{
	width:200px;
	float: right;
	padding-bottom: 20px;
	bottom: 0px;
	height: 100%;
	clear: none;
}

#yhteystiedot
{	
	text-align:left;
	color: #000000;
	font-size: 0.9em;
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
}

#content
{
	width:auto;
	margin: 10px 20px 10px 70px;
}

#content h1 {
	font-size: 1.8em;
}

#content h2 {
	font-size: 1.4em;
}

#menubar
{
padding:0;
margin:0;
height:14px;
position: absolute;
bottom: 0;
}

#menu
{
	margin: 4px;
	margin-left: 30px;
	text-align: left;
	position: absolute;
	top: 370px;
}

#menu ul
{
padding:0;
margin:0;
display:block;
font-size:0.8em;
font-style:normal;
color:#FFFFFF;
}

#menu li
{
margin:0;
list-style:none;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

a, a:hover, a:visited
{
text-decoration:none;
color:#FFFFFF;
}

.clr {
    clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
