BODY {
	background-color: white;
	margin-top: 0px;
}

.titlebar_mdiv {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 125px;
	position: relative;
	background-repeat: repeat-x;
	background-image: url('img/yla_tausta.png');
}

.mcont_div {
	position: relative;
	margin-left: auto;
	margin-right: auto;

	padding-top: 10px;
	padding-left: 230px;
	padding-right: 10px;
	width: 660px;

	background-color: #e6e6e6;
	font-size: 12px;
}

.mmenu_outerdiv {
	position: absolute;
	left:10px;
	top:10px;
}

.mmenu_innerdiv {
	width: 200px;

	border: 1px solid #d9d9d9;
	padding-top: 20px;
	padding-bottom: 20px;

	background-color: white;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	color: red;
}

ul {
	margin-top: 5px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}

.newscont {
	font-size: 12px;
	padding-left: 5px;
}
