body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.kertomuskeniasta.fi/layoutImages/tausta3.png);
	background-position: center;
}

a {
	color: #3DAD47;
	font-weight:bold;
	font-size: small;
	text-decoration:underline;
}

#top {
	height: 200px;
	background-image: url(http://www.kertomuskeniasta.fi/layoutImages/topJulkaisu.png);
	background-color: #221e1f;
	background-repeat: no-repeat;
	background-position: center;
	white-space: nowrap;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#bottom {
	background-image: url(http://www.kertomuskeniasta.fi/layoutImages/bottom.png);
	background-color: #221e1f;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	float: left;
	width: 550px;
	height: 380px;
	overflow: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

#content p {
	margin-left: 40px;
	margin-right: 10px;
}

#content h1 {
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 10px;
	color: #3DAD47;
	font-size: large;
}

#content h2 {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 10px;
	color: #D12129;
	font-size: medium;
}

#content h3 {
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 10px;
	color: white;
	font-size: small;
}

#content ul {
	margin-left: 50px;
	margin-right: 10px;
}

#content table {
	margin-left: 40px;
	margin-right: 10px;
}

#menu {
	background-image: url(http://www.kertomuskeniasta.fi/layoutImages/menutausta.png);
	float: right;
	height: 380px;
	width: 250px;
	background-repeat: no-repeat;
}

#menuList {
	margin-top: 45px;
	margin-left: 90px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: medium;
	list-style-image: url(http://www.kertomuskeniasta.fi/layoutImages/bullet.png);
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: outside;
	font-variant: small-caps;
}
#menuList a {
	text-decoration: none;
	color: #D12129;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
}

#menuList a:hover {
	text-decoration: none;
	color: #3DAD47;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
}

.imLeft {
	float:left;
	margin:3px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #7c7c7c;
}
.imRight {
	float:right;
	margin:3px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #7c7c7c;
}

.imCenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #7c7c7c;
}

.message {
	margin-left: 40px;
	margin-right: 10px;
}

.info {
	margin-left: 40px;
	margin-right: 10px;
	background-color: #333333;
}