/*TM Stylesheet*/


/* HTML tags */

body
 {
  background: #000000;
	color: #ffffff;
	font-size: 15px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
 }
 
a
 {
  color: #000000;
	font-size: 15px;
 }

a:hover
 {
  color: #404040;
 }
 
a:visited
 {
  color: #000000;
 }
 
li
 { 
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol#comments li p
 {
  font-size: 15px;
 }
 
ul
 { 
  margin: 0;
  padding: 0;
 }
 
img
 {
  float: left;
	width: 640px;
	height: 360px;
 }
 
#header
 {
	background: url("img/header.png") center top no-repeat;
  margin: 0 auto;
  height: 285px;
  width: 1000px;
 }

/* MENU JA BUTTONIT */
#menu
 {
  font-size: 15px;
	width: 1000px;
	margin: 0 auto;
  left: 50px;
	text-align: center;
	line-height: normal;
 }

#button
 {
	list-style: none;
	padding-top: 220px;
	padding-left: 90px;
  float: left;
	clear:both;
 }

#button li
 {
	float: left;
	height: 28px;
	background: #000000;
	margin: 0 1px;
	white-space: nowrap;
 }

#button .page_item a
 {
	color: #808080;
	display: block;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	line-height: 28px;
 }

#button .page_item a:hover
 {
	color: #c0c0c0;
 }

#button li.current_page_item
 {
	color: #ffffff;
	text-decoration: none;
 }
 
#button .current_page_item a,
#button .current_page_item a:visited,
#button .current_page_item a:hover
{
	color: #ffffff;
	text-decoration: none;
}

/* Content-area */
 
#content
 {
  margin: 0 auto;
  width: 1140px;
	height: 548px;
  color: #000000;
  font-size: 15px;
	background: url("img/contentbg.png") center no-repeat;
 }

.storycontent
 {
 	padding: 90px;
  font-size: 15px;
  text-align: left;
 }

