html,body{margin:0;padding:0;}
body{
	background-color: #E1EAF7;
}
strong{font-weight:bold;}
em{font-style:italic;}

p{

}

a{
	color: #717B1E;
	text-decoration: underline;
}

div#wrapper{
	height: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../img/layout/wrapper1_bg.jpg);
}

div#wrapper_header{
	width:100%;
	text-align: center;
	border-bottom: 18px solid #FFF;
	background-color: #BECBDF;
	/* background-image: url(../img/layout/beta_version.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	
}

div#header{
	width:810px;
	height:175px;
	margin: 0 auto;
	background-image: url(../img/layout/head.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #E1EAF7;	
}

div#main_nav{
	position: relative;
	left: 91px;
	top: 146px;

}

div#wrapper_content{
	width:100%;
	text-align: center;
}

div#secondary_nav{
	position: absolute;
	top:193px;
	left:45%;
	padding-left:7px;
}

div#content{
	margin-top:20px;
	margin-right: 40px;
	padding: 0 20px;
	text-align: left;
}

div#utility_nav{
	position: absolute;
	width: 36px;
	top:230px;
	right:0;
}

div#footer{

}

div#extra1{
	position: absolute;
	width: 120px;
	height: 25px;
	top: 168px;
	right: 5px;
	background-image: url(../img/layout/logo_sisu.jpg);
	background-repeat: no-repeat;
}