/* Basic CSS */
* {
	margin: 0px;
	padding: 0px;
}

BODY {
	text-align:left;
}

P, H1, H2, H3, H4 {
	margin-bottom:0.8em;
}
IMG {
	border:0;
}


A#mastonLogo IMG {
	border:0;
	margin-bottom: 1.5em;
}


DIV#navigation, DIV#languageSelection  {
	display:none;
}
/* 
**	Content
*/
DIV#content {

}

/* Left logoarea */
DIV.contentLeft {
	margin-bottom:2em;
}
DIV.contentLeft A {
	margin:0 0.4em 0.4em 0;
}
.avainlippu {
	display:none;
}

/* Main content area */
DIV.contentMain {
	float:right;
	width:100%;
}
DIV.contentMainLeft {
	float:left;
	width:68%;
	padding-bottom: 2em;
}
DIV.contentMainRight {
	float:right;
	width:28%;
}
DIV.contentMainWide {
	float:right;
	width:100%;
}

/*
	FOOTER
*/
DIV#footer {
	display:none;
}
