body {
	background-color: black;
	color: Gray;
	font-family: "Bodoni MT";
	font-size: 14px;
}

div.header {
	width: 645px;
	height: 121px;
	background-color: Black;
	margin: 5px 5px 5px 5px;
	background-image: url(pics/header.gif);
	background-repeat: no-repeat;
}
div.menu {
	margin: 5px 5px 5px 5px;
}
div.content {
	width: 625px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: black;
	color: Gray;
	/*background-image: url(pics/bg.gif);*/
	background-position: left bottom;
	background-repeat: repeat-y;
}
div.yla {
	height: 20px;
	width: 800px;
	background-image: url(pics/yla.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.ala {
	height: 20px;
	width: 800px;
	background-image: url(pics/ala.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div.footer {
	width: 780px;
	height: 10px;
	background-color: black;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
}

a:active, a:focus, a:link, a:visited {
	color: Gray;
	text-decoration: underline;
}
a:hover {
	color: silver;
	text-decoration: none;
}

a:active.menu, a:focus.menu, a:link.menu, a:visited.menu {
	color: Gray;
	text-decoration: none;
}
a:hover.menu {
	color: silver;
	text-decoration: underline;
}

table {
	font-size: 14px;
}

td.thumb {
	border: 1px solid Gray;
	background-color: #3F3F3F;
	padding: 2px 2px 2px 2px;
	width: 70px;
	height: 70px;
}

table.kommentti {
	margin-top: 10px;
	border: 1px solid black;
	background-color: #565656;
}
table.viesti {
	border: 1px solid #363636;
	background-color: Black;
}

table.vierasviesti {
	border: 1px solid #363636;
	background-color: #F8F8F8;
	color: black;
}


input, textarea {
	background-color: #DBDBDB;
}

a.kategoriat, a:active.kategoriat, a:focus.kategoriat, a:link.kategoriat, a:visited.kategoriat {
	text-decoration: none;
	font-family: "Bodoni MT Black";
	color: Gray;
	text-transform: uppercase;
	letter-spacing: 2px;
}

a:hover.kategoriat {
	text-decoration: none;
	font-family: "Bodoni MT Black";
	color: White;
}
div.kategoriat {
	width: 600px;
	text-align: left;
}

td.viestiotsikko {
	background-color: #363636;
}

p.mainos {
	padding: 20px 20px 20px 20px;
	border: 1px solid #232323;
	text-align: left;
}

p.poem {
	padding: 40px 40px 20px 40px;
	font-size: 16px;
	
}
