@import '../images/images.css';
@import 'rules.css';
@import 'page.css';

body
{
	padding-top:0;
	padding-bottom:10px;
	margin:0;
	
	color:#000;
	background-color:rgb(220,220,220);
	font-family:"Times New Roman";
	font-size:medium;
}

a, a:hover, a:visited, a:active {
	color:#a10000;
	text-decoration:none;
}

img {border:0;}

a:hover {text-decoration:underline;}

div, ul{
	margin:0;
	padding:0;
}


#container
{
	margin: 0 auto;
	width:950px;
}

#titlebar{
	background-color:#000;
	background-repeat:repeat-x;
	
	overflow:hidden;
	color:#fff;
	margin-bottom:20px;
}

#titlebar .logo {
	float:left;
	margin:12px;
}

#titlebar ul.navi
{
	overflow:hidden;
	padding-top:60px;
}

#titlebar ul.navi li
{
	list-style-type:none;
	display:block;
	float:left;
	
	margin-right:10px;
}

#titlebar ul.navi li a{
	border:1px solid #000;	
	border-bottom:3px solid rgb(70,70,70);
	
	font-family:'Times New Roman';
	font-size:14pt;
	text-decoration:none;
	color:#fff;
	
	display:block;
	padding:10px 10px 5px 10px;
}

#titlebar ul.navi li a.current{
	background-color:rgb(40,40,40);
}

#titlebar ul.navi li a:hover
{
	background-color:rgb(40,40,40);
	border:1px solid rgb(70,70,70);	
	border-bottom:3px solid rgb(110,110,110);
}

#main 
{
	background-color:#000;
	background-repeat:no-repeat;
	background-position:650px 0;
	overflow:auto;
}

#main .se, #main .sw, #main .top
{
	height:100px;
}

h1#pagetitle
{
	float:left;
	margin:30px 0 0 90px;
	color:#fff;
}

#content{
	margin:1px;
	background-color:#fff;
	color:#000;
	background-position:20px 40px;
	font-family:'Times New Roman';
	font-size:medium;
	overflow:hidden;
}

p {max-width:600px;}

#content .s
{
	padding:50px;
	padding-bottom:0px;
}

#content a {font-weight:bold;}

#content div.right{
	border-left:1px dashed rgb(150,150,150);
	width:200px;
	padding-left:20px;
	margin:20px 0 20px 20px;
	font-size:small;
}

#content div.right h4
{
	margin-left:0;
}

#content div.right ul li
{
	list-style-type:square;
	margin-left:5px;
	line-height:20px;
}

#content .right #rss
{
	text-align:center;
	font-family:'Trebuchet MS'; 
	font-size:x-small;
	margin-top:20px;
}

#content div.johdanto
{
	padding:10px 10px 40px;
	border-bottom:1px solid gray;
	width:600px;
}

#content a.peli
{
	color:rgb(168,80,0);
}

#footer{
	margin:50px 0 0;
	padding:25px 0 ;
	text-align:center;
	cursor:default;
	background-color:transparent;
	font-family:'Trebuchet MS';
	border-top:1px dotted rgb(200,200,200);
	font-size:10pt;
	clear:both;
}

#footer ul.navi li
{
	list-style-type:none;
	display:inline;
	margin:5px 0;
}

#footer ul.navi li a.current
{
	font-weight:bold;
}

#footer a{
	font-weight:normal;	
}

#main .nw, #main .ne
{
	height:50px;
}

th.icons{
	width: 42px;
}

table{width:607px;}